Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W X Z 

A

abandonBlock(ExtendedBlock, long, String, String) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
abort() - Method in class org.apache.hadoop.hdfs.util.AtomicFileOutputStream
Close the atomic file, but do not "commit" the temporary file on top of the destination.
aboutToSendFile(File) - Method in class org.apache.hadoop.hdfs.server.namenode.CheckpointFaultInjector
 
AbstractFuture<V> - Class in org.apache.hadoop.hdfs.server.datanode.checker
An abstract implementation of ListenableFuture, intended for advanced users only.
AbstractFuture() - Constructor for class org.apache.hadoop.hdfs.server.datanode.checker.AbstractFuture
Constructor for use by subclasses.
accept(File, String) - Method in enum org.apache.hadoop.hdfs.server.datanode.DirectoryScanner.BlockDirFilter
 
accept(HashMap<ShortCircuitShm.ShmId, ShortCircuitRegistry.RegisteredShm>, HashMultimap<ExtendedBlockId, ShortCircuitShm.Slot>) - Method in interface org.apache.hadoop.hdfs.server.datanode.ShortCircuitRegistry.Visitor
 
ACCEPTEDINEPOCH_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PersistedRecoveryPaxosData
 
ACCEPTEDINEPOCH_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PrepareRecoveryResponseProto
 
acceptRecovery(RpcController, QJournalProtocolProtos.AcceptRecoveryRequestProto, RpcCallback<QJournalProtocolProtos.AcceptRecoveryResponseProto>) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.QJournalProtocolService
rpc acceptRecovery(.hadoop.hdfs.qjournal.AcceptRecoveryRequestProto) returns (.hadoop.hdfs.qjournal.AcceptRecoveryResponseProto);
acceptRecovery(RpcController, QJournalProtocolProtos.AcceptRecoveryRequestProto) - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.QJournalProtocolService.BlockingInterface
 
acceptRecovery(RpcController, QJournalProtocolProtos.AcceptRecoveryRequestProto, RpcCallback<QJournalProtocolProtos.AcceptRecoveryResponseProto>) - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.QJournalProtocolService.Interface
rpc acceptRecovery(.hadoop.hdfs.qjournal.AcceptRecoveryRequestProto) returns (.hadoop.hdfs.qjournal.AcceptRecoveryResponseProto);
acceptRecovery(RpcController, QJournalProtocolProtos.AcceptRecoveryRequestProto, RpcCallback<QJournalProtocolProtos.AcceptRecoveryResponseProto>) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.QJournalProtocolService.Stub
 
acceptRecovery(RequestInfo, QJournalProtocolProtos.SegmentStateProto, URL) - Method in class org.apache.hadoop.hdfs.qjournal.server.Journal
 
accessCurrent(K) - Method in class org.apache.hadoop.hdfs.util.Diff
Find an element in the current state.
accessPrevious(K) - Method in class org.apache.hadoop.hdfs.util.Diff
Find an element in the previous state.
ACCESSTIME_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeFile
 
ACCESSTIME_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeSymlink
 
ACL_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeDirectory
 
ACL_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeFile
 
AclEntryStatusFormat - Enum in org.apache.hadoop.hdfs.server.namenode
Class to pack an AclEntry into an integer.
add(Node) - Method in class org.apache.hadoop.hdfs.net.DFSTopologyNodeImpl
 
add(Replica) - Method in class org.apache.hadoop.hdfs.protocol.BlockListAsLongs.Builder
 
add(QuotaCounts) - Method in class org.apache.hadoop.hdfs.server.namenode.INode.QuotaDelta
 
add(QuotaCounts) - Method in class org.apache.hadoop.hdfs.server.namenode.QuotaCounts
 
add(E, long) - Method in class org.apache.hadoop.hdfs.util.EnumCounters
Add the given value to counter e.
add(EnumCounters<E>) - Method in class org.apache.hadoop.hdfs.util.EnumCounters
Add that counters to this counters.
add(E, double) - Method in class org.apache.hadoop.hdfs.util.EnumDoubles
Add the given value to e.
add(EnumDoubles<E>) - Method in class org.apache.hadoop.hdfs.util.EnumDoubles
Add the values of that object to this.
add(E) - Method in class org.apache.hadoop.hdfs.util.FoldedTreeSet
 
add(T) - Method in class org.apache.hadoop.hdfs.util.LightWeightHashSet
Add given element to the hash table.
addAll(Collection<? extends E>) - Method in class org.apache.hadoop.hdfs.util.FoldedTreeSet
 
addAll(Collection<? extends T>) - Method in class org.apache.hadoop.hdfs.util.LightWeightHashSet
All all elements in the collection.
addAllBlocks(Iterable<? extends HdfsProtos.BlockProto>) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeFile.Builder
repeated .hadoop.hdfs.BlockProto blocks = 6;
addAllBlocks(Iterable<? extends HdfsProtos.BlockProto>) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.FileDiff.Builder
repeated .hadoop.hdfs.BlockProto blocks = 5;
addAllChildren(Iterable<? extends Long>) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeDirectorySection.DirEntry.Builder
repeated uint64 children = 2 [packed = true];
addAllDeletedINode(Iterable<? extends Long>) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DirectoryDiff.Builder
repeated uint64 deletedINode = 7 [packed = true];
addAllDeletedINodeRef(Iterable<? extends Integer>) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DirectoryDiff.Builder
repeated uint32 deletedINodeRef = 8 [packed = true];
addAllDestinations(Iterable<? extends HdfsServerFederationProtos.RemoteLocationProto>) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.MountTableRecordProto.Builder
repeated .hadoop.hdfs.RemoteLocationProto destinations = 2;
addAllEntries(Iterable<? extends HdfsServerFederationProtos.MountTableRecordProto>) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetMountTableEntriesResponseProto.Builder
repeated .hadoop.hdfs.MountTableRecordProto entries = 1;
addAllEntries(Iterable<? extends Integer>) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.AclFeatureProto.Builder
repeated fixed32 entries = 2 [packed = true];
addAllNamenodeMemberships(Iterable<? extends HdfsServerFederationProtos.NamenodeMembershipRecordProto>) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamenodeRegistrationsResponseProto.Builder
repeated .hadoop.hdfs.NamenodeMembershipRecordProto namenodeMemberships = 1;
addAllNamespaceInfos(Iterable<? extends HdfsServerFederationProtos.FederationNamespaceInfoProto>) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamespaceInfoResponseProto.Builder
repeated .hadoop.hdfs.FederationNamespaceInfoProto namespaceInfos = 1;
addAllPolicies(Iterable<? extends HdfsProtos.ErasureCodingPolicyProto>) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.ErasureCodingSection.Builder
repeated .hadoop.hdfs.ErasureCodingPolicyProto policies = 1;
addAllQuotas(Iterable<? extends FsImageProto.INodeSection.QuotaByStorageTypeEntryProto>) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.QuotaByStorageTypeFeatureProto.Builder
repeated .hadoop.hdfs.fsimage.INodeSection.QuotaByStorageTypeEntryProto quotas = 1;
addAllRefChildren(Iterable<? extends Integer>) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeDirectorySection.DirEntry.Builder
repeated uint32 refChildren = 3 [packed = true];
addAllRouters(Iterable<? extends HdfsServerFederationProtos.RouterRecordProto>) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationsResponseProto.Builder
repeated .hadoop.hdfs.RouterRecordProto routers = 2;
addAllSections(Iterable<? extends FsImageProto.FileSummary.Section>) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FileSummary.Builder
repeated .hadoop.hdfs.fsimage.FileSummary.Section sections = 4;
addAllSnapshottableDir(Iterable<? extends Long>) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotSection.Builder
repeated uint64 snapshottableDir = 2 [packed = true];
addAllXAttrs(Iterable<? extends FsImageProto.INodeSection.XAttrCompactProto>) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.XAttrFeatureProto.Builder
repeated .hadoop.hdfs.fsimage.INodeSection.XAttrCompactProto xAttrs = 1;
addBlock(BlockInfo, Block) - Method in class org.apache.hadoop.hdfs.server.blockmanagement.DatanodeStorageInfo
 
addBlock(String, String, ExtendedBlock, DatanodeInfo[], long, String[], EnumSet<AddBlockFlag>) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
Excluded and favored nodes are not verified and will be ignored by placement policy if they are not in the same nameservice as the file.
addBlockInitial(BlockInfo, Block) - Method in class org.apache.hadoop.hdfs.server.blockmanagement.DatanodeStorageInfo
For use during startup.
addBlockOpsBatched(int) - Method in class org.apache.hadoop.hdfs.server.namenode.metrics.NameNodeMetrics
 
addBlockPool(String, BlockTokenSecretManager) - Method in class org.apache.hadoop.hdfs.security.token.block.BlockPoolTokenSecretManager
Add a block pool Id and corresponding BlockTokenSecretManager to map
addBlocks(HdfsProtos.BlockProto) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeFile.Builder
repeated .hadoop.hdfs.BlockProto blocks = 6;
addBlocks(int, HdfsProtos.BlockProto) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeFile.Builder
repeated .hadoop.hdfs.BlockProto blocks = 6;
addBlocks(HdfsProtos.BlockProto.Builder) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeFile.Builder
repeated .hadoop.hdfs.BlockProto blocks = 6;
addBlocks(int, HdfsProtos.BlockProto.Builder) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeFile.Builder
repeated .hadoop.hdfs.BlockProto blocks = 6;
addBlocks(HdfsProtos.BlockProto) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.FileDiff.Builder
repeated .hadoop.hdfs.BlockProto blocks = 5;
addBlocks(int, HdfsProtos.BlockProto) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.FileDiff.Builder
repeated .hadoop.hdfs.BlockProto blocks = 5;
addBlocks(HdfsProtos.BlockProto.Builder) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.FileDiff.Builder
repeated .hadoop.hdfs.BlockProto blocks = 5;
addBlocks(int, HdfsProtos.BlockProto.Builder) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.FileDiff.Builder
repeated .hadoop.hdfs.BlockProto blocks = 5;
addBlocksBuilder() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeFile.Builder
repeated .hadoop.hdfs.BlockProto blocks = 6;
addBlocksBuilder(int) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeFile.Builder
repeated .hadoop.hdfs.BlockProto blocks = 6;
addBlocksBuilder() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.FileDiff.Builder
repeated .hadoop.hdfs.BlockProto blocks = 5;
addBlocksBuilder(int) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.FileDiff.Builder
repeated .hadoop.hdfs.BlockProto blocks = 5;
addCacheBlockReport(long) - Method in class org.apache.hadoop.hdfs.server.namenode.metrics.NameNodeMetrics
 
addCacheDirective(CacheDirectiveInfo, EnumSet<CacheFlag>) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
addCachePool(CachePoolInfo) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
addChild(INode, boolean, int) - Method in class org.apache.hadoop.hdfs.server.namenode.INodeDirectory
Add a child inode to the directory.
addChild(INode) - Method in class org.apache.hadoop.hdfs.server.namenode.INodeDirectory
 
addChild(String, XMLUtils.Stanza) - Method in class org.apache.hadoop.hdfs.util.XMLUtils.Stanza
Add an entry to a stanza.
addChildren(long) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeDirectorySection.DirEntry.Builder
repeated uint64 children = 2 [packed = true];
addContent(Content, long) - Method in class org.apache.hadoop.hdfs.server.namenode.ContentCounts
 
addContents(ContentCounts) - Method in class org.apache.hadoop.hdfs.server.namenode.ContentCounts
 
addDelegationTokens(Configuration, Credentials, String, String) - Method in class org.apache.hadoop.hdfs.HdfsDtFetcher
Returns Token object via FileSystem, null if bad argument.
addDeleteBlock(BlockInfo) - Method in class org.apache.hadoop.hdfs.server.namenode.INode.BlocksMapUpdateInfo
Add a to-be-deleted block into the INode.BlocksMapUpdateInfo.toDeleteList
addDeletedINode(long) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DirectoryDiff.Builder
repeated uint64 deletedINode = 7 [packed = true];
addDeletedINodeRef(int) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DirectoryDiff.Builder
repeated uint32 deletedINodeRef = 8 [packed = true];
addDestination(String, String) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MountTablePBImpl
 
addDestination(String, String) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MountTable
Add a new destination to this mount table entry.
addDestinations(HdfsServerFederationProtos.RemoteLocationProto) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.MountTableRecordProto.Builder
repeated .hadoop.hdfs.RemoteLocationProto destinations = 2;
addDestinations(int, HdfsServerFederationProtos.RemoteLocationProto) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.MountTableRecordProto.Builder
repeated .hadoop.hdfs.RemoteLocationProto destinations = 2;
addDestinations(HdfsServerFederationProtos.RemoteLocationProto.Builder) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.MountTableRecordProto.Builder
repeated .hadoop.hdfs.RemoteLocationProto destinations = 2;
addDestinations(int, HdfsServerFederationProtos.RemoteLocationProto.Builder) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.MountTableRecordProto.Builder
repeated .hadoop.hdfs.RemoteLocationProto destinations = 2;
addDestinationsBuilder() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.MountTableRecordProto.Builder
repeated .hadoop.hdfs.RemoteLocationProto destinations = 2;
addDestinationsBuilder(int) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.MountTableRecordProto.Builder
repeated .hadoop.hdfs.RemoteLocationProto destinations = 2;
addElem(T) - Method in class org.apache.hadoop.hdfs.util.LightWeightHashSet
Add given element to the hash table
addElem(T) - Method in class org.apache.hadoop.hdfs.util.LightWeightLinkedSet
Add given element to the hash table
addEntries(HdfsServerFederationProtos.MountTableRecordProto) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetMountTableEntriesResponseProto.Builder
repeated .hadoop.hdfs.MountTableRecordProto entries = 1;
addEntries(int, HdfsServerFederationProtos.MountTableRecordProto) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetMountTableEntriesResponseProto.Builder
repeated .hadoop.hdfs.MountTableRecordProto entries = 1;
addEntries(HdfsServerFederationProtos.MountTableRecordProto.Builder) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetMountTableEntriesResponseProto.Builder
repeated .hadoop.hdfs.MountTableRecordProto entries = 1;
addEntries(int, HdfsServerFederationProtos.MountTableRecordProto.Builder) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetMountTableEntriesResponseProto.Builder
repeated .hadoop.hdfs.MountTableRecordProto entries = 1;
addEntries(int) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.AclFeatureProto.Builder
repeated fixed32 entries = 2 [packed = true];
addEntriesBuilder() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetMountTableEntriesResponseProto.Builder
repeated .hadoop.hdfs.MountTableRecordProto entries = 1;
addEntriesBuilder(int) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetMountTableEntriesResponseProto.Builder
repeated .hadoop.hdfs.MountTableRecordProto entries = 1;
addEntry(MountTable) - Method in class org.apache.hadoop.hdfs.server.federation.resolver.MountTableResolver
Add a mount entry to the table.
addErasureCodingPolicies(ErasureCodingPolicy[]) - Method in class org.apache.hadoop.hdfs.server.federation.router.ErasureCoding
 
addErasureCodingPolicies(ErasureCodingPolicy[]) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
addFailure(long) - Method in class org.apache.hadoop.hdfs.server.federation.metrics.StateStoreMetrics
 
addGenerateEDEKTime(long) - Method in class org.apache.hadoop.hdfs.server.namenode.metrics.NameNodeMetrics
 
addGetEdit(long) - Method in class org.apache.hadoop.hdfs.server.namenode.metrics.NameNodeMetrics
 
addGetImage(long) - Method in class org.apache.hadoop.hdfs.server.namenode.metrics.NameNodeMetrics
 
addKeys(String, ExportedBlockKeys) - Method in class org.apache.hadoop.hdfs.security.token.block.BlockPoolTokenSecretManager
See BlockTokenSecretManager.addKeys(ExportedBlockKeys)
addListener(Runnable, Executor) - Method in class org.apache.hadoop.hdfs.server.datanode.checker.AbstractFuture
addLocation(L) - Method in class org.apache.hadoop.hdfs.server.balancer.MovedBlocks.Locations
add a location
addMountTableEntry(AddMountTableEntryRequest) - Method in interface org.apache.hadoop.hdfs.server.federation.resolver.MountTableManager
Add an entry to the mount table.
addMountTableEntry(AddMountTableEntryRequest) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterAdminServer
 
AddMountTableEntryRequest - Class in org.apache.hadoop.hdfs.server.federation.store.protocol
API request for adding a mount table entry to the state store.
AddMountTableEntryRequest() - Constructor for class org.apache.hadoop.hdfs.server.federation.store.protocol.AddMountTableEntryRequest
 
AddMountTableEntryRequestPBImpl - Class in org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb
Protobuf implementation of the state store API object AddMountTableEntryRequest.
AddMountTableEntryRequestPBImpl() - Constructor for class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.AddMountTableEntryRequestPBImpl
 
AddMountTableEntryRequestPBImpl(HdfsServerFederationProtos.AddMountTableEntryRequestProto) - Constructor for class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.AddMountTableEntryRequestPBImpl
 
AddMountTableEntryResponse - Class in org.apache.hadoop.hdfs.server.federation.store.protocol
API response for adding a mount table entry to the state store.
AddMountTableEntryResponse() - Constructor for class org.apache.hadoop.hdfs.server.federation.store.protocol.AddMountTableEntryResponse
 
AddMountTableEntryResponsePBImpl - Class in org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb
Protobuf implementation of the state store API object AddMountTableEntryResponse.
AddMountTableEntryResponsePBImpl() - Constructor for class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.AddMountTableEntryResponsePBImpl
 
AddMountTableEntryResponsePBImpl(HdfsServerFederationProtos.AddMountTableEntryResponseProto) - Constructor for class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.AddMountTableEntryResponsePBImpl
 
addNamenodeMemberships(HdfsServerFederationProtos.NamenodeMembershipRecordProto) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamenodeRegistrationsResponseProto.Builder
repeated .hadoop.hdfs.NamenodeMembershipRecordProto namenodeMemberships = 1;
addNamenodeMemberships(int, HdfsServerFederationProtos.NamenodeMembershipRecordProto) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamenodeRegistrationsResponseProto.Builder
repeated .hadoop.hdfs.NamenodeMembershipRecordProto namenodeMemberships = 1;
addNamenodeMemberships(HdfsServerFederationProtos.NamenodeMembershipRecordProto.Builder) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamenodeRegistrationsResponseProto.Builder
repeated .hadoop.hdfs.NamenodeMembershipRecordProto namenodeMemberships = 1;
addNamenodeMemberships(int, HdfsServerFederationProtos.NamenodeMembershipRecordProto.Builder) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamenodeRegistrationsResponseProto.Builder
repeated .hadoop.hdfs.NamenodeMembershipRecordProto namenodeMemberships = 1;
addNamenodeMembershipsBuilder() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamenodeRegistrationsResponseProto.Builder
repeated .hadoop.hdfs.NamenodeMembershipRecordProto namenodeMemberships = 1;
addNamenodeMembershipsBuilder(int) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamenodeRegistrationsResponseProto.Builder
repeated .hadoop.hdfs.NamenodeMembershipRecordProto namenodeMemberships = 1;
addNameSpace(long) - Method in class org.apache.hadoop.hdfs.server.namenode.QuotaCounts
 
addNamespaceInfos(HdfsServerFederationProtos.FederationNamespaceInfoProto) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamespaceInfoResponseProto.Builder
repeated .hadoop.hdfs.FederationNamespaceInfoProto namespaceInfos = 1;
addNamespaceInfos(int, HdfsServerFederationProtos.FederationNamespaceInfoProto) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamespaceInfoResponseProto.Builder
repeated .hadoop.hdfs.FederationNamespaceInfoProto namespaceInfos = 1;
addNamespaceInfos(HdfsServerFederationProtos.FederationNamespaceInfoProto.Builder) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamespaceInfoResponseProto.Builder
repeated .hadoop.hdfs.FederationNamespaceInfoProto namespaceInfos = 1;
addNamespaceInfos(int, HdfsServerFederationProtos.FederationNamespaceInfoProto.Builder) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamespaceInfoResponseProto.Builder
repeated .hadoop.hdfs.FederationNamespaceInfoProto namespaceInfos = 1;
addNamespaceInfosBuilder() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamespaceInfoResponseProto.Builder
repeated .hadoop.hdfs.FederationNamespaceInfoProto namespaceInfos = 1;
addNamespaceInfosBuilder(int) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamespaceInfoResponseProto.Builder
repeated .hadoop.hdfs.FederationNamespaceInfoProto namespaceInfos = 1;
addOp(RollingWindowManager.Op) - Method in class org.apache.hadoop.hdfs.server.namenode.top.window.RollingWindowManager.TopWindow
 
addOrReplace(E) - Method in class org.apache.hadoop.hdfs.util.FoldedTreeSet
Add or replace an entry in the TreeSet.
addPendingMove(Dispatcher.DBlock, Dispatcher.DDatanode.StorageGroup) - Method in class org.apache.hadoop.hdfs.server.balancer.Dispatcher.Source
Add a pending move
addPolicies(HdfsProtos.ErasureCodingPolicyProto) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.ErasureCodingSection.Builder
repeated .hadoop.hdfs.ErasureCodingPolicyProto policies = 1;
addPolicies(int, HdfsProtos.ErasureCodingPolicyProto) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.ErasureCodingSection.Builder
repeated .hadoop.hdfs.ErasureCodingPolicyProto policies = 1;
addPolicies(HdfsProtos.ErasureCodingPolicyProto.Builder) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.ErasureCodingSection.Builder
repeated .hadoop.hdfs.ErasureCodingPolicyProto policies = 1;
addPolicies(int, HdfsProtos.ErasureCodingPolicyProto.Builder) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.ErasureCodingSection.Builder
repeated .hadoop.hdfs.ErasureCodingPolicyProto policies = 1;
addPoliciesBuilder() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.ErasureCodingSection.Builder
repeated .hadoop.hdfs.ErasureCodingPolicyProto policies = 1;
addPoliciesBuilder(int) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.ErasureCodingSection.Builder
repeated .hadoop.hdfs.ErasureCodingPolicyProto policies = 1;
addProcessingTime(long) - Method in class org.apache.hadoop.hdfs.server.federation.metrics.FederationRPCMetrics
Add the time to process a request in the Router from the time we receive the call until we send it to the Namenode.
addProxyTime(long) - Method in class org.apache.hadoop.hdfs.server.federation.metrics.FederationRPCMetrics
Add the time to proxy an operation from the moment the Router sends it to the Namenode until it replied.
addPutImage(long) - Method in class org.apache.hadoop.hdfs.server.namenode.metrics.NameNodeMetrics
 
addQuotaDirUpdate(INodeDirectory, QuotaCounts) - Method in class org.apache.hadoop.hdfs.server.namenode.INode.QuotaDelta
 
addQuotas(FsImageProto.INodeSection.QuotaByStorageTypeEntryProto) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.QuotaByStorageTypeFeatureProto.Builder
repeated .hadoop.hdfs.fsimage.INodeSection.QuotaByStorageTypeEntryProto quotas = 1;
addQuotas(int, FsImageProto.INodeSection.QuotaByStorageTypeEntryProto) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.QuotaByStorageTypeFeatureProto.Builder
repeated .hadoop.hdfs.fsimage.INodeSection.QuotaByStorageTypeEntryProto quotas = 1;
addQuotas(FsImageProto.INodeSection.QuotaByStorageTypeEntryProto.Builder) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.QuotaByStorageTypeFeatureProto.Builder
repeated .hadoop.hdfs.fsimage.INodeSection.QuotaByStorageTypeEntryProto quotas = 1;
addQuotas(int, FsImageProto.INodeSection.QuotaByStorageTypeEntryProto.Builder) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.QuotaByStorageTypeFeatureProto.Builder
repeated .hadoop.hdfs.fsimage.INodeSection.QuotaByStorageTypeEntryProto quotas = 1;
addQuotasBuilder() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.QuotaByStorageTypeFeatureProto.Builder
repeated .hadoop.hdfs.fsimage.INodeSection.QuotaByStorageTypeEntryProto quotas = 1;
addQuotasBuilder(int) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.QuotaByStorageTypeFeatureProto.Builder
repeated .hadoop.hdfs.fsimage.INodeSection.QuotaByStorageTypeEntryProto quotas = 1;
addRead(long) - Method in class org.apache.hadoop.hdfs.server.federation.metrics.StateStoreMetrics
 
addRefChildren(int) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeDirectorySection.DirEntry.Builder
repeated uint32 refChildren = 3 [packed = true];
addReference(INodeReference) - Method in class org.apache.hadoop.hdfs.server.namenode.INodeReference.WithCount
Increment and then return the reference count.
addRemove(long) - Method in class org.apache.hadoop.hdfs.server.federation.metrics.StateStoreMetrics
 
addResourceCheckTime(long) - Method in class org.apache.hadoop.hdfs.server.namenode.metrics.NameNodeMetrics
 
ADDRESS_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterRecordProto
 
addRouters(HdfsServerFederationProtos.RouterRecordProto) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationsResponseProto.Builder
repeated .hadoop.hdfs.RouterRecordProto routers = 2;
addRouters(int, HdfsServerFederationProtos.RouterRecordProto) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationsResponseProto.Builder
repeated .hadoop.hdfs.RouterRecordProto routers = 2;
addRouters(HdfsServerFederationProtos.RouterRecordProto.Builder) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationsResponseProto.Builder
repeated .hadoop.hdfs.RouterRecordProto routers = 2;
addRouters(int, HdfsServerFederationProtos.RouterRecordProto.Builder) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationsResponseProto.Builder
repeated .hadoop.hdfs.RouterRecordProto routers = 2;
addRoutersBuilder() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationsResponseProto.Builder
repeated .hadoop.hdfs.RouterRecordProto routers = 2;
addRoutersBuilder(int) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationsResponseProto.Builder
repeated .hadoop.hdfs.RouterRecordProto routers = 2;
addSections(FsImageProto.FileSummary.Section) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FileSummary.Builder
repeated .hadoop.hdfs.fsimage.FileSummary.Section sections = 4;
addSections(int, FsImageProto.FileSummary.Section) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FileSummary.Builder
repeated .hadoop.hdfs.fsimage.FileSummary.Section sections = 4;
addSections(FsImageProto.FileSummary.Section.Builder) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FileSummary.Builder
repeated .hadoop.hdfs.fsimage.FileSummary.Section sections = 4;
addSections(int, FsImageProto.FileSummary.Section.Builder) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FileSummary.Builder
repeated .hadoop.hdfs.fsimage.FileSummary.Section sections = 4;
addSectionsBuilder() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FileSummary.Builder
repeated .hadoop.hdfs.fsimage.FileSummary.Section sections = 4;
addSectionsBuilder(int) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FileSummary.Builder
repeated .hadoop.hdfs.fsimage.FileSummary.Section sections = 4;
addSecurityConfiguration(Configuration) - Static method in class org.apache.hadoop.hdfs.tools.DFSHAAdmin
Add the requisite security principal settings to the given Configuration, returning a copy.
addSnapshot(int, String, LeaseManager, boolean) - Method in class org.apache.hadoop.hdfs.server.namenode.INodeDirectory
 
addSnapshotFeature(DirectoryWithSnapshotFeature.DirectoryDiffList) - Method in class org.apache.hadoop.hdfs.server.namenode.INodeDirectory
 
addSnapshottable(INodeDirectory) - Method in class org.apache.hadoop.hdfs.server.namenode.snapshot.SnapshotManager
Add the given snapshottable directory to SnapshotManager.snapshottables.
addSnapshottableDir(long) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotSection.Builder
repeated uint64 snapshottableDir = 2 [packed = true];
addSnapshottableFeature() - Method in class org.apache.hadoop.hdfs.server.namenode.INodeDirectory
add DirectorySnapshottableFeature
addSortedLast(E) - Method in class org.apache.hadoop.hdfs.util.FoldedTreeSet
Insert an entry last in the sorted tree.
addSource(StorageType, long, Dispatcher) - Method in class org.apache.hadoop.hdfs.server.balancer.Dispatcher.DDatanode
 
addSpaceConsumed(QuotaCounts, boolean) - Method in class org.apache.hadoop.hdfs.server.namenode.INodeDirectory
 
addSpaceConsumed2Cache(QuotaCounts) - Method in class org.apache.hadoop.hdfs.server.namenode.DirectoryWithQuotaFeature
Update the space/namespace/type usage of the tree
addStorageBlockReport(long) - Method in class org.apache.hadoop.hdfs.server.namenode.metrics.NameNodeMetrics
 
addStorageSpace(long) - Method in class org.apache.hadoop.hdfs.server.namenode.QuotaCounts
 
addSync(long) - Method in class org.apache.hadoop.hdfs.server.namenode.metrics.NameNodeMetrics
 
addTarget(StorageType, long) - Method in class org.apache.hadoop.hdfs.server.balancer.Dispatcher.DDatanode
 
addToExcludedNodes(DatanodeDescriptor, Set<Node>) - Method in class org.apache.hadoop.hdfs.server.blockmanagement.BlockPlacementPolicyWithNodeGroup
Find other nodes in the same nodegroup of localMachine and add them into excludeNodes as replica should not be duplicated for nodes within the same nodegroup
addTransaction(long) - Method in class org.apache.hadoop.hdfs.server.namenode.metrics.NameNodeMetrics
 
addTypeSpace(StorageType, long) - Method in class org.apache.hadoop.hdfs.server.namenode.ContentCounts
 
addTypeSpace(StorageType, long) - Method in class org.apache.hadoop.hdfs.server.namenode.QuotaCounts
 
addTypeSpaces(EnumCounters<StorageType>) - Method in class org.apache.hadoop.hdfs.server.namenode.ContentCounts
 
addUpdatePath(INodeReference, QuotaCounts) - Method in class org.apache.hadoop.hdfs.server.namenode.INode.QuotaDelta
 
addUpdateReplicationFactor(BlockInfo, short) - Method in class org.apache.hadoop.hdfs.server.namenode.INode.BlocksMapUpdateInfo
 
addUser(RollingWindowManager.User) - Method in class org.apache.hadoop.hdfs.server.namenode.top.window.RollingWindowManager.Op
 
addValidCommandParameters(String, String) - Method in class org.apache.hadoop.hdfs.server.diskbalancer.command.Command
Adds valid params to the valid args table.
addVolume(DiskBalancerVolume) - Method in class org.apache.hadoop.hdfs.server.diskbalancer.datamodel.DiskBalancerDataNode
Adds a volume to the DataNode.
addVolume(DiskBalancerVolume) - Method in class org.apache.hadoop.hdfs.server.diskbalancer.datamodel.DiskBalancerVolumeSet
adds a given volume into this volume set.
addWarmUpEDEKTime(long) - Method in class org.apache.hadoop.hdfs.server.namenode.metrics.NameNodeMetrics
 
addWrite(long) - Method in class org.apache.hadoop.hdfs.server.federation.metrics.StateStoreMetrics
 
addXAttrs(FsImageProto.INodeSection.XAttrCompactProto) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.XAttrFeatureProto.Builder
repeated .hadoop.hdfs.fsimage.INodeSection.XAttrCompactProto xAttrs = 1;
addXAttrs(int, FsImageProto.INodeSection.XAttrCompactProto) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.XAttrFeatureProto.Builder
repeated .hadoop.hdfs.fsimage.INodeSection.XAttrCompactProto xAttrs = 1;
addXAttrs(FsImageProto.INodeSection.XAttrCompactProto.Builder) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.XAttrFeatureProto.Builder
repeated .hadoop.hdfs.fsimage.INodeSection.XAttrCompactProto xAttrs = 1;
addXAttrs(int, FsImageProto.INodeSection.XAttrCompactProto.Builder) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.XAttrFeatureProto.Builder
repeated .hadoop.hdfs.fsimage.INodeSection.XAttrCompactProto xAttrs = 1;
addXAttrsBuilder() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.XAttrFeatureProto.Builder
repeated .hadoop.hdfs.fsimage.INodeSection.XAttrCompactProto xAttrs = 1;
addXAttrsBuilder(int) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.XAttrFeatureProto.Builder
repeated .hadoop.hdfs.fsimage.INodeSection.XAttrCompactProto xAttrs = 1;
AdminHelper - Class in org.apache.hadoop.hdfs.tools
Helper methods for CacheAdmin/CryptoAdmin/StoragePolicyAdmin
AdminHelper() - Constructor for class org.apache.hadoop.hdfs.tools.AdminHelper
 
afterDone() - Method in class org.apache.hadoop.hdfs.server.datanode.checker.AbstractFuture
Callback method that is called exactly once after the future is completed.
afterMD5Rename() - Method in class org.apache.hadoop.hdfs.server.namenode.CheckpointFaultInjector
 
afterSecondaryCallsRollEditLog() - Method in class org.apache.hadoop.hdfs.server.namenode.CheckpointFaultInjector
 
afterSecondaryUploadsNewImage() - Method in class org.apache.hadoop.hdfs.server.namenode.CheckpointFaultInjector
 
allLessOrEqual(long) - Method in class org.apache.hadoop.hdfs.util.EnumCounters
 
allowSnapshot(String) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
allowStaleReads() - Method in class org.apache.hadoop.hdfs.server.namenode.NameNode.NameNodeHAContext
 
ANY_OTHER - Static variable in interface org.apache.hadoop.hdfs.server.balancer.Matcher
Match any datanode with any other datanode.
anyGreaterOrEqual(long) - Method in class org.apache.hadoop.hdfs.util.EnumCounters
 
anyNsSsCountGreaterOrEqual(long) - Method in class org.apache.hadoop.hdfs.server.namenode.QuotaCounts
 
anyTypeSpaceCountGreaterOrEqual(long) - Method in class org.apache.hadoop.hdfs.server.namenode.QuotaCounts
 
append(String, String, EnumSetWritable<CreateFlag>) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
append(INodesInPath, INode, byte[]) - Static method in class org.apache.hadoop.hdfs.server.namenode.INodesInPath
Extend a given INodesInPath with a child INode.
appendUCPartsConcise(StringBuilder) - Method in class org.apache.hadoop.hdfs.server.blockmanagement.BlockUnderConstructionFeature
 
APPLICATION_JSON_UTF8 - Static variable in class org.apache.hadoop.hdfs.server.datanode.web.webhdfs.WebHdfsHandler
 
APPLICATION_OCTET_STREAM - Static variable in class org.apache.hadoop.hdfs.server.datanode.web.webhdfs.WebHdfsHandler
 
apply2Current(List<E>) - Method in class org.apache.hadoop.hdfs.util.Diff
Apply the reverse of this diff to current state in order to obtain the previous state.
apply2Previous(List<E>) - Method in class org.apache.hadoop.hdfs.util.Diff
Apply this diff to previous state in order to obtain current state.
areBlockContentsStale() - Method in class org.apache.hadoop.hdfs.server.blockmanagement.DatanodeStorageInfo
 
asArray() - Method in class org.apache.hadoop.hdfs.util.EnumCounters
 
asDirectory() - Method in class org.apache.hadoop.hdfs.server.namenode.INodeDirectory
 
asDirectory() - Method in class org.apache.hadoop.hdfs.server.namenode.INodeReference
 
asFile() - Method in class org.apache.hadoop.hdfs.server.namenode.INodeReference
 
asList(ReadOnlyList<E>) - Static method in class org.apache.hadoop.hdfs.util.ReadOnlyList.Util
 
asReadOnlyList(List<E>) - Static method in class org.apache.hadoop.hdfs.util.ReadOnlyList.Util
 
asReference() - Method in class org.apache.hadoop.hdfs.server.namenode.INodeReference
 
asSymlink() - Method in class org.apache.hadoop.hdfs.server.namenode.INodeReference
 
atEnd() - Method in interface org.apache.hadoop.hdfs.server.datanode.fsdataset.FsVolumeSpi.BlockIterator
Returns true if we got to the end of the block pool.
AtomicFileOutputStream - Class in org.apache.hadoop.hdfs.util
A FileOutputStream that has the property that it will only show up at its destination once it has been entirely written and flushed to disk.
AtomicFileOutputStream(File) - Constructor for class org.apache.hadoop.hdfs.util.AtomicFileOutputStream
 
attemptToSetWriter(Thread, Thread) - Method in class org.apache.hadoop.hdfs.server.datanode.LocalReplicaInPipeline
Attempt to set the writer to a new value.
attemptToSetWriter(Thread, Thread) - Method in interface org.apache.hadoop.hdfs.server.datanode.ReplicaInPipeline
Attempt to set the writer to a new value.
AuditLogger - Interface in org.apache.hadoop.hdfs.server.namenode
Interface defining an audit logger.
AuthFilter - Class in org.apache.hadoop.hdfs.web
Subclass of AuthenticationFilter that obtains Hadoop-Auth configuration for webhdfs.
AuthFilter() - Constructor for class org.apache.hadoop.hdfs.web.AuthFilter
 
AVAILABLESPACE_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipStatsRecordProto
 
AvailableSpaceBlockPlacementPolicy - Class in org.apache.hadoop.hdfs.server.blockmanagement
Space balanced block placement policy.
AvailableSpaceBlockPlacementPolicy() - Constructor for class org.apache.hadoop.hdfs.server.blockmanagement.AvailableSpaceBlockPlacementPolicy
 
AvailableSpaceVolumeChoosingPolicy<V extends FsVolumeSpi> - Class in org.apache.hadoop.hdfs.server.datanode.fsdataset
A DN volume choosing policy which takes into account the amount of free space on each of the available volumes when considering where to assign a new replica allocation.
AvailableSpaceVolumeChoosingPolicy() - Constructor for class org.apache.hadoop.hdfs.server.datanode.fsdataset.AvailableSpaceVolumeChoosingPolicy
 

B

BalancerBandwidthCommand - Class in org.apache.hadoop.hdfs.server.protocol
Balancer bandwidth command instructs each datanode to change its value for the max amount of network bandwidth it may use during the block balancing operation.
BalancerBandwidthCommand(long) - Constructor for class org.apache.hadoop.hdfs.server.protocol.BalancerBandwidthCommand
Balancer Bandwidth Command constructor.
balanceVolumeSet(DiskBalancerDataNode, DiskBalancerVolumeSet, NodePlan) - Method in class org.apache.hadoop.hdfs.server.diskbalancer.planner.GreedyPlanner
Computes Steps to make a DiskBalancerVolumeSet Balanced.
BANDWIDTH - Static variable in class org.apache.hadoop.hdfs.tools.DiskBalancerCLI
Specifies the maximum disk bandwidth to use per second.
baseDirPath - Variable in class org.apache.hadoop.hdfs.server.datanode.LocalReplica.ReplicaDirInfo
 
BaseRecord - Class in org.apache.hadoop.hdfs.server.federation.store.records
Abstract base of a data record in the StateStore.
BaseRecord() - Constructor for class org.apache.hadoop.hdfs.server.federation.store.records.BaseRecord
 
Bean(String, String, long) - Constructor for class org.apache.hadoop.hdfs.protocol.SnapshotInfo.Bean
 
BEFORE_TEMPLATE - Static variable in class org.apache.hadoop.hdfs.tools.DiskBalancerCLI
Template for the Before File.
beforeEditsRename() - Method in class org.apache.hadoop.hdfs.server.namenode.CheckpointFaultInjector
 
beforeGetImageSetsHeaders() - Method in class org.apache.hadoop.hdfs.server.namenode.CheckpointFaultInjector
 
binarySearch(ReadOnlyList<E>, K) - Static method in class org.apache.hadoop.hdfs.util.ReadOnlyList.Util
The same as Collections.binarySearch(List, Object) except that the list is a ReadOnlyList.
BlackListBasedTrustedChannelResolver - Class in org.apache.hadoop.hdfs.protocol.datatransfer
Implements TrustedChannelResolver to trust ips/host/subnets based on a blackList.
BlackListBasedTrustedChannelResolver() - Constructor for class org.apache.hadoop.hdfs.protocol.datatransfer.BlackListBasedTrustedChannelResolver
 
block() - Method in class org.apache.hadoop.hdfs.server.namenode.INode.BlocksMapUpdateInfo.UpdatedReplicationInfo
 
blockDataExists() - Method in class org.apache.hadoop.hdfs.server.datanode.LocalReplica
 
blockEquals(Block) - Method in class org.apache.hadoop.hdfs.server.protocol.ReceivedDeletedBlockInfo
 
BlockIdManager - Class in org.apache.hadoop.hdfs.server.blockmanagement
BlockIdManager allocates the generation stamps and the block ID.
BlockIdManager(BlockManager) - Constructor for class org.apache.hadoop.hdfs.server.blockmanagement.BlockIdManager
 
BlockInfoStriped.StorageAndBlockIndex - Class in org.apache.hadoop.hdfs.server.blockmanagement
 
BlockListAsLongs.Builder - Class in org.apache.hadoop.hdfs.protocol
 
BlockManagerFaultInjector - Class in org.apache.hadoop.hdfs.server.blockmanagement
Used to inject certain faults for testing.
BlockManagerFaultInjector() - Constructor for class org.apache.hadoop.hdfs.server.blockmanagement.BlockManagerFaultInjector
 
BlockPlacementPolicyWithNodeGroup - Class in org.apache.hadoop.hdfs.server.blockmanagement
The class is responsible for choosing the desired number of targets for placing block replicas on environment with node-group layer.
BlockPlacementPolicyWithNodeGroup() - Constructor for class org.apache.hadoop.hdfs.server.blockmanagement.BlockPlacementPolicyWithNodeGroup
 
BlockPlacementStatusDefault - Class in org.apache.hadoop.hdfs.server.blockmanagement
 
BlockPlacementStatusDefault(int, int, int) - Constructor for class org.apache.hadoop.hdfs.server.blockmanagement.BlockPlacementStatusDefault
 
BLOCKPOOLID_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.FederationNamespaceInfoProto
 
BLOCKPOOLID_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProto
 
BlockPoolTokenSecretManager - Class in org.apache.hadoop.hdfs.security.token.block
Manages a BlockTokenSecretManager per block pool.
BlockPoolTokenSecretManager() - Constructor for class org.apache.hadoop.hdfs.security.token.block.BlockPoolTokenSecretManager
 
blockReceivedAndDeleted(RpcController, DatanodeProtocolProtos.BlockReceivedAndDeletedRequestProto) - Method in class org.apache.hadoop.hdfs.protocolPB.DatanodeProtocolServerSideTranslatorPB
 
BlockRecoveryCommand.RecoveringStripedBlock - Class in org.apache.hadoop.hdfs.server.protocol
 
BlockRecoveryWorker.RecoveryTaskStriped - Class in org.apache.hadoop.hdfs.server.datanode
blk_0 blk_1 blk_2 blk_3 blk_4 blk_5 blk_6 blk_7 blk_8 64k 64k 64k 64k 64k 64k 64k 64k 64k <-- stripe_0 64k 64k 64k 64k 64k 64k 64k 64k 64k 64k 64k 64k 64k 64k 64k 64k 61k <-- startStripeIdx 64k 64k 64k 64k 64k 64k 64k 64k 64k 64k 64k 64k 64k 59k 64k 64k 64k 64k 64k 64k 64k 64k 64k 64k 64k 64k <-- last full stripe 64k 64k 13k 64k 55k 3k <-- target last stripe 64k 64k 64k 1k 64k 64k 58k 64k 64k 64k 19k 64k <-- total visible stripe Due to different speed of streamers, the internal blocks in a block group could have different lengths when the block group isn't ended normally.
blockReport(RpcController, DatanodeProtocolProtos.BlockReportRequestProto) - Method in class org.apache.hadoop.hdfs.protocolPB.DatanodeProtocolServerSideTranslatorPB
 
BLOCKS_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeFile
 
BLOCKS_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.FileDiff
 
BlocksMapUpdateInfo() - Constructor for class org.apache.hadoop.hdfs.server.namenode.INode.BlocksMapUpdateInfo
 
BlockStatsMXBean - Interface in org.apache.hadoop.hdfs.server.blockmanagement
This is an interface used to retrieve statistic information related to block management.
BlockStoragePolicySuite - Class in org.apache.hadoop.hdfs.server.blockmanagement
A collection of block storage policies.
BlockStoragePolicySuite(byte, BlockStoragePolicy[]) - Constructor for class org.apache.hadoop.hdfs.server.blockmanagement.BlockStoragePolicySuite
 
BlocksWithLocations.StripedBlockWithLocations - Class in org.apache.hadoop.hdfs.server.protocol
 
BLOCKTYPE_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeFile
 
BlockUnderConstructionFeature - Class in org.apache.hadoop.hdfs.server.blockmanagement
Represents the under construction feature of a Block.
BlockUnderConstructionFeature(Block, HdfsServerConstants.BlockUCState, DatanodeStorageInfo[], BlockType) - Constructor for class org.apache.hadoop.hdfs.server.blockmanagement.BlockUnderConstructionFeature
 
BPServiceActorAction - Interface in org.apache.hadoop.hdfs.server.datanode
Base class for BPServiceActor class Issued by BPOfferSerivce class to tell BPServiceActor to take several actions.
BPServiceActorActionException - Exception in org.apache.hadoop.hdfs.server.datanode
 
BPServiceActorActionException(String) - Constructor for exception org.apache.hadoop.hdfs.server.datanode.BPServiceActorActionException
 
BPServiceActorActionException(String, Throwable) - Constructor for exception org.apache.hadoop.hdfs.server.datanode.BPServiceActorActionException
 
breakHardLinksIfNeeded() - Method in class org.apache.hadoop.hdfs.server.datanode.LocalReplica
This function "breaks hardlinks" to the current replica file.
bsps - Variable in class org.apache.hadoop.hdfs.server.namenode.INode.ReclaimContext
 
build() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.AddMountTableEntryRequestProto.Builder
 
build() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.AddMountTableEntryResponseProto.Builder
 
build() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.FederationNamespaceInfoProto.Builder
 
build() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetExpiredRegistrationsRequestProto.Builder
 
build() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetMountTableEntriesRequestProto.Builder
 
build() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetMountTableEntriesResponseProto.Builder
 
build() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamenodeRegistrationsRequestProto.Builder
 
build() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamenodeRegistrationsResponseProto.Builder
 
build() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamespaceInfoRequestProto.Builder
 
build() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamespaceInfoResponseProto.Builder
 
build() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationRequestProto.Builder
 
build() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationResponseProto.Builder
 
build() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationsRequestProto.Builder
 
build() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationsResponseProto.Builder
 
build() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.MountTableRecordProto.Builder
 
build() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeHeartbeatRequestProto.Builder
 
build() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeHeartbeatResponseProto.Builder
 
build() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProto.Builder
 
build() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipStatsRecordProto.Builder
 
build() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RemoteLocationProto.Builder
 
build() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RemoveMountTableEntryRequestProto.Builder
 
build() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RemoveMountTableEntryResponseProto.Builder
 
build() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterHeartbeatRequestProto.Builder
 
build() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterHeartbeatResponseProto.Builder
 
build() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterRecordProto.Builder
 
build() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.StateStoreVersionRecordProto.Builder
 
build() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateMountTableEntryRequestProto.Builder
 
build() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateMountTableEntryResponseProto.Builder
 
build() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateNamenodeRegistrationRequestProto.Builder
 
build() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateNamenodeRegistrationResponseProto.Builder
 
build() - Method in class org.apache.hadoop.hdfs.protocol.BlockListAsLongs.Builder
 
build() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.AcceptRecoveryRequestProto.Builder
 
build() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.AcceptRecoveryResponseProto.Builder
 
build() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.CanRollBackRequestProto.Builder
 
build() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.CanRollBackResponseProto.Builder
 
build() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DiscardSegmentsRequestProto.Builder
 
build() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DiscardSegmentsResponseProto.Builder
 
build() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoFinalizeRequestProto.Builder
 
build() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoFinalizeResponseProto.Builder
 
build() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoPreUpgradeRequestProto.Builder
 
build() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoPreUpgradeResponseProto.Builder
 
build() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoRollbackRequestProto.Builder
 
build() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoRollbackResponseProto.Builder
 
build() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoUpgradeRequestProto.Builder
 
build() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoUpgradeResponseProto.Builder
 
build() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FinalizeLogSegmentRequestProto.Builder
 
build() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FinalizeLogSegmentResponseProto.Builder
 
build() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FormatRequestProto.Builder
 
build() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FormatResponseProto.Builder
 
build() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetEditLogManifestRequestProto.Builder
 
build() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetEditLogManifestResponseProto.Builder
 
build() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalCTimeRequestProto.Builder
 
build() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalCTimeResponseProto.Builder
 
build() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalStateRequestProto.Builder
 
build() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalStateResponseProto.Builder
 
build() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.HeartbeatRequestProto.Builder
 
build() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.HeartbeatResponseProto.Builder
 
build() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.IsFormattedRequestProto.Builder
 
build() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.IsFormattedResponseProto.Builder
 
build() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalIdProto.Builder
 
build() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalRequestProto.Builder
 
build() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalResponseProto.Builder
 
build() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.NewEpochRequestProto.Builder
 
build() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.NewEpochResponseProto.Builder
 
build() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PersistedRecoveryPaxosData.Builder
 
build() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PrepareRecoveryRequestProto.Builder
 
build() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PrepareRecoveryResponseProto.Builder
 
build() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PurgeLogsRequestProto.Builder
 
build() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PurgeLogsResponseProto.Builder
 
build() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.RequestInfoProto.Builder
 
build() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.SegmentStateProto.Builder
 
build() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.StartLogSegmentRequestProto.Builder
 
build() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.StartLogSegmentResponseProto.Builder
 
build() - Method in class org.apache.hadoop.hdfs.server.datanode.ReplicaBuilder
 
build() - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.FederationProtocolPBTranslator
Get the serialized proto object.
build() - Method in class org.apache.hadoop.hdfs.server.namenode.ContentCounts.Builder
 
build() - Method in class org.apache.hadoop.hdfs.server.namenode.DirectoryWithQuotaFeature.Builder
 
build() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.CacheManagerSection.Builder
 
build() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.ErasureCodingSection.Builder
 
build() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FileSummary.Builder
 
build() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FileSummary.Section.Builder
 
build() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FilesUnderConstructionSection.Builder
 
build() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FilesUnderConstructionSection.FileUnderConstructionEntry.Builder
 
build() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeDirectorySection.Builder
 
build() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeDirectorySection.DirEntry.Builder
 
build() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeReferenceSection.Builder
 
build() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeReferenceSection.INodeReference.Builder
 
build() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.AclFeatureProto.Builder
 
build() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.Builder
 
build() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.FileUnderConstructionFeature.Builder
 
build() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INode.Builder
 
build() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeDirectory.Builder
 
build() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeFile.Builder
 
build() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeSymlink.Builder
 
build() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.QuotaByStorageTypeEntryProto.Builder
 
build() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.QuotaByStorageTypeFeatureProto.Builder
 
build() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.XAttrCompactProto.Builder
 
build() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.XAttrFeatureProto.Builder
 
build() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.NameSystemSection.Builder
 
build() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.Builder
 
build() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.DelegationKey.Builder
 
build() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.PersistToken.Builder
 
build() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.Builder
 
build() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.CreatedListEntry.Builder
 
build() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DiffEntry.Builder
 
build() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DirectoryDiff.Builder
 
build() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.FileDiff.Builder
 
build() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotSection.Builder
 
build() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotSection.Snapshot.Builder
 
build() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.StringTableSection.Builder
 
build() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.StringTableSection.Entry.Builder
 
build() - Method in class org.apache.hadoop.hdfs.server.namenode.ha.proto.HAZKInfoProtos.ActiveNodeInfo.Builder
 
build() - Method in class org.apache.hadoop.hdfs.server.namenode.QuotaByStorageTypeEntry.Builder
 
build() - Method in class org.apache.hadoop.hdfs.server.namenode.QuotaCounts.Builder
 
Builder() - Constructor for class org.apache.hadoop.hdfs.server.namenode.ContentCounts.Builder
 
Builder() - Constructor for class org.apache.hadoop.hdfs.server.namenode.DirectoryWithQuotaFeature.Builder
 
Builder() - Constructor for class org.apache.hadoop.hdfs.server.namenode.QuotaByStorageTypeEntry.Builder
 
Builder() - Constructor for class org.apache.hadoop.hdfs.server.namenode.QuotaCounts.Builder
 
buildINodeDirectory(INodeDirectoryAttributes, FSImageFormatProtobuf.SaverContext) - Static method in class org.apache.hadoop.hdfs.server.namenode.FSImageFormatPBINode.Saver
 
buildINodeFile(INodeFileAttributes, FSImageFormatProtobuf.SaverContext) - Static method in class org.apache.hadoop.hdfs.server.namenode.FSImageFormatPBINode.Saver
 
buildLocalReplicaInPipeline() - Method in class org.apache.hadoop.hdfs.server.datanode.ReplicaBuilder
 
buildPartial() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.AddMountTableEntryRequestProto.Builder
 
buildPartial() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.AddMountTableEntryResponseProto.Builder
 
buildPartial() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.FederationNamespaceInfoProto.Builder
 
buildPartial() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetExpiredRegistrationsRequestProto.Builder
 
buildPartial() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetMountTableEntriesRequestProto.Builder
 
buildPartial() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetMountTableEntriesResponseProto.Builder
 
buildPartial() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamenodeRegistrationsRequestProto.Builder
 
buildPartial() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamenodeRegistrationsResponseProto.Builder
 
buildPartial() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamespaceInfoRequestProto.Builder
 
buildPartial() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamespaceInfoResponseProto.Builder
 
buildPartial() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationRequestProto.Builder
 
buildPartial() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationResponseProto.Builder
 
buildPartial() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationsRequestProto.Builder
 
buildPartial() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationsResponseProto.Builder
 
buildPartial() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.MountTableRecordProto.Builder
 
buildPartial() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeHeartbeatRequestProto.Builder
 
buildPartial() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeHeartbeatResponseProto.Builder
 
buildPartial() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProto.Builder
 
buildPartial() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipStatsRecordProto.Builder
 
buildPartial() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RemoteLocationProto.Builder
 
buildPartial() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RemoveMountTableEntryRequestProto.Builder
 
buildPartial() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RemoveMountTableEntryResponseProto.Builder
 
buildPartial() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterHeartbeatRequestProto.Builder
 
buildPartial() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterHeartbeatResponseProto.Builder
 
buildPartial() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterRecordProto.Builder
 
buildPartial() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.StateStoreVersionRecordProto.Builder
 
buildPartial() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateMountTableEntryRequestProto.Builder
 
buildPartial() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateMountTableEntryResponseProto.Builder
 
buildPartial() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateNamenodeRegistrationRequestProto.Builder
 
buildPartial() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateNamenodeRegistrationResponseProto.Builder
 
buildPartial() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.AcceptRecoveryRequestProto.Builder
 
buildPartial() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.AcceptRecoveryResponseProto.Builder
 
buildPartial() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.CanRollBackRequestProto.Builder
 
buildPartial() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.CanRollBackResponseProto.Builder
 
buildPartial() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DiscardSegmentsRequestProto.Builder
 
buildPartial() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DiscardSegmentsResponseProto.Builder
 
buildPartial() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoFinalizeRequestProto.Builder
 
buildPartial() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoFinalizeResponseProto.Builder
 
buildPartial() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoPreUpgradeRequestProto.Builder
 
buildPartial() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoPreUpgradeResponseProto.Builder
 
buildPartial() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoRollbackRequestProto.Builder
 
buildPartial() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoRollbackResponseProto.Builder
 
buildPartial() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoUpgradeRequestProto.Builder
 
buildPartial() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoUpgradeResponseProto.Builder
 
buildPartial() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FinalizeLogSegmentRequestProto.Builder
 
buildPartial() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FinalizeLogSegmentResponseProto.Builder
 
buildPartial() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FormatRequestProto.Builder
 
buildPartial() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FormatResponseProto.Builder
 
buildPartial() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetEditLogManifestRequestProto.Builder
 
buildPartial() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetEditLogManifestResponseProto.Builder
 
buildPartial() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalCTimeRequestProto.Builder
 
buildPartial() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalCTimeResponseProto.Builder
 
buildPartial() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalStateRequestProto.Builder
 
buildPartial() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalStateResponseProto.Builder
 
buildPartial() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.HeartbeatRequestProto.Builder
 
buildPartial() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.HeartbeatResponseProto.Builder
 
buildPartial() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.IsFormattedRequestProto.Builder
 
buildPartial() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.IsFormattedResponseProto.Builder
 
buildPartial() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalIdProto.Builder
 
buildPartial() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalRequestProto.Builder
 
buildPartial() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalResponseProto.Builder
 
buildPartial() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.NewEpochRequestProto.Builder
 
buildPartial() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.NewEpochResponseProto.Builder
 
buildPartial() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PersistedRecoveryPaxosData.Builder
 
buildPartial() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PrepareRecoveryRequestProto.Builder
 
buildPartial() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PrepareRecoveryResponseProto.Builder
 
buildPartial() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PurgeLogsRequestProto.Builder
 
buildPartial() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PurgeLogsResponseProto.Builder
 
buildPartial() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.RequestInfoProto.Builder
 
buildPartial() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.SegmentStateProto.Builder
 
buildPartial() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.StartLogSegmentRequestProto.Builder
 
buildPartial() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.StartLogSegmentResponseProto.Builder
 
buildPartial() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.CacheManagerSection.Builder
 
buildPartial() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.ErasureCodingSection.Builder
 
buildPartial() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FileSummary.Builder
 
buildPartial() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FileSummary.Section.Builder
 
buildPartial() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FilesUnderConstructionSection.Builder
 
buildPartial() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FilesUnderConstructionSection.FileUnderConstructionEntry.Builder
 
buildPartial() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeDirectorySection.Builder
 
buildPartial() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeDirectorySection.DirEntry.Builder
 
buildPartial() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeReferenceSection.Builder
 
buildPartial() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeReferenceSection.INodeReference.Builder
 
buildPartial() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.AclFeatureProto.Builder
 
buildPartial() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.Builder
 
buildPartial() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.FileUnderConstructionFeature.Builder
 
buildPartial() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INode.Builder
 
buildPartial() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeDirectory.Builder
 
buildPartial() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeFile.Builder
 
buildPartial() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeSymlink.Builder
 
buildPartial() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.QuotaByStorageTypeEntryProto.Builder
 
buildPartial() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.QuotaByStorageTypeFeatureProto.Builder
 
buildPartial() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.XAttrCompactProto.Builder
 
buildPartial() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.XAttrFeatureProto.Builder
 
buildPartial() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.NameSystemSection.Builder
 
buildPartial() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.Builder
 
buildPartial() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.DelegationKey.Builder
 
buildPartial() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.PersistToken.Builder
 
buildPartial() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.Builder
 
buildPartial() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.CreatedListEntry.Builder
 
buildPartial() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DiffEntry.Builder
 
buildPartial() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DirectoryDiff.Builder
 
buildPartial() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.FileDiff.Builder
 
buildPartial() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotSection.Builder
 
buildPartial() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotSection.Snapshot.Builder
 
buildPartial() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.StringTableSection.Builder
 
buildPartial() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.StringTableSection.Entry.Builder
 
buildPartial() - Method in class org.apache.hadoop.hdfs.server.namenode.ha.proto.HAZKInfoProtos.ActiveNodeInfo.Builder
 
buildXAttr(byte) - Static method in class org.apache.hadoop.hdfs.server.blockmanagement.BlockStoragePolicySuite
 
buildXAttrName() - Static method in class org.apache.hadoop.hdfs.server.blockmanagement.BlockStoragePolicySuite
 
bumpReplicaGS(long) - Method in class org.apache.hadoop.hdfs.server.datanode.LocalReplica
 

C

CachedRecordStore<R extends BaseRecord> - Class in org.apache.hadoop.hdfs.server.federation.store
Record store that takes care of caching the records in memory.
CachedRecordStore(Class<R>, StateStoreDriver) - Constructor for class org.apache.hadoop.hdfs.server.federation.store.CachedRecordStore
Create a new cached record store.
CachedRecordStore(Class<R>, StateStoreDriver, boolean) - Constructor for class org.apache.hadoop.hdfs.server.federation.store.CachedRecordStore
Create a new cached record store.
CacheManager.PersistState - Class in org.apache.hadoop.hdfs.server.namenode
 
CachePool.DirectiveList - Class in org.apache.hadoop.hdfs.server.namenode
 
cacheReport(RpcController, DatanodeProtocolProtos.CacheReportRequestProto) - Method in class org.apache.hadoop.hdfs.protocolPB.DatanodeProtocolServerSideTranslatorPB
 
call(Set<FsVolumeSpi>, Set<FsVolumeSpi>) - Method in interface org.apache.hadoop.hdfs.server.datanode.checker.DatasetVolumeChecker.Callback
 
call() - Method in class org.apache.hadoop.hdfs.server.datanode.DirectoryScanner.ReportCompiler
Run this report compiler thread.
callMethod(Descriptors.MethodDescriptor, RpcController, Message, RpcCallback<Message>) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.QJournalProtocolService
 
cancel(boolean) - Method in class org.apache.hadoop.hdfs.server.datanode.checker.AbstractFuture
CANCEL - Static variable in class org.apache.hadoop.hdfs.tools.DiskBalancerCLI
Cancels a running plan.
CancelCommand - Class in org.apache.hadoop.hdfs.server.diskbalancer.command
Cancels a running plan.
CancelCommand(Configuration) - Constructor for class org.apache.hadoop.hdfs.server.diskbalancer.command.CancelCommand
Contructs a cancel Command.
cancelDelegationToken(Token<DelegationTokenIdentifier>) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
canRollBack(RpcController, QJournalProtocolProtos.CanRollBackRequestProto) - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.QJournalProtocolService.BlockingInterface
 
canRollBack(RpcController, QJournalProtocolProtos.CanRollBackRequestProto, RpcCallback<QJournalProtocolProtos.CanRollBackResponseProto>) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.QJournalProtocolService
rpc canRollBack(.hadoop.hdfs.qjournal.CanRollBackRequestProto) returns (.hadoop.hdfs.qjournal.CanRollBackResponseProto);
canRollBack(RpcController, QJournalProtocolProtos.CanRollBackRequestProto, RpcCallback<QJournalProtocolProtos.CanRollBackResponseProto>) - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.QJournalProtocolService.Interface
rpc canRollBack(.hadoop.hdfs.qjournal.CanRollBackRequestProto) returns (.hadoop.hdfs.qjournal.CanRollBackResponseProto);
canRollBack(RpcController, QJournalProtocolProtos.CanRollBackRequestProto, RpcCallback<QJournalProtocolProtos.CanRollBackResponseProto>) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.QJournalProtocolService.Stub
 
canRollBack(StorageInfo, StorageInfo, int) - Method in class org.apache.hadoop.hdfs.qjournal.server.Journal
 
CANROLLBACK_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.CanRollBackResponseProto
 
channelRead0(ChannelHandlerContext, HttpRequest) - Method in class org.apache.hadoop.hdfs.server.datanode.web.webhdfs.WebHdfsHandler
 
CHECK_CANCEL_INTERVAL - Static variable in class org.apache.hadoop.hdfs.server.namenode.FSImageFormatProtobuf.Saver
 
checkAccess(BlockTokenIdentifier, String, ExtendedBlock, BlockTokenIdentifier.AccessMode, StorageType[], String[]) - Method in class org.apache.hadoop.hdfs.security.token.block.BlockPoolTokenSecretManager
See BlockTokenSecretManager.checkAccess(BlockTokenIdentifier, String, ExtendedBlock, BlockTokenIdentifier.AccessMode, StorageType[], String[])
checkAccess(Token<BlockTokenIdentifier>, String, ExtendedBlock, BlockTokenIdentifier.AccessMode, StorageType[], String[]) - Method in class org.apache.hadoop.hdfs.security.token.block.BlockPoolTokenSecretManager
See BlockTokenSecretManager.checkAccess(Token, String, ExtendedBlock, BlockTokenIdentifier.AccessMode, StorageType[], String[])
checkAccess(String, FsAction) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
checkAllVolumes(FsDatasetSpi<? extends FsVolumeSpi>) - Method in class org.apache.hadoop.hdfs.server.datanode.checker.DatasetVolumeChecker
Run checks against all volumes of a dataset.
CheckContext(LocalFileSystem, FsPermission) - Constructor for class org.apache.hadoop.hdfs.server.datanode.StorageLocation.CheckContext
 
checkExpired(long) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.BaseRecord
Called when the modification time and current time is available, checks for expirations.
checkExpired(long) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MembershipState
 
checkExpired(long) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.RouterState
 
checkOperation(NameNode.OperationCategory, boolean) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
Check if the Router is in safe mode.
checkOperation(NameNode.OperationCategory) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
Check if the Router is in safe mode.
checkOperation(NameNode.OperationCategory) - Method in class org.apache.hadoop.hdfs.server.namenode.NameNode.NameNodeHAContext
Check if an operation of given category is allowed
checkPermission(String, String, UserGroupInformation, INodeAttributes[], INode[], byte[][], int, String, int, boolean, FsAction, FsAction, FsAction, FsAction, boolean) - Method in interface org.apache.hadoop.hdfs.server.namenode.INodeAttributeProvider.AccessControlEnforcer
Checks permission on a file system object.
CheckpointFaultInjector - Class in org.apache.hadoop.hdfs.server.namenode
Utility class to faciliate some fault injection tests for the checkpointing process.
CheckpointFaultInjector() - Constructor for class org.apache.hadoop.hdfs.server.namenode.CheckpointFaultInjector
 
checkVolume(FsVolumeSpi, DatasetVolumeChecker.Callback) - Method in class org.apache.hadoop.hdfs.server.datanode.checker.DatasetVolumeChecker
Check a single volume asynchronously, returning a ListenableFuture that can be used to retrieve the final result.
childAddStorage(String, StorageType) - Method in class org.apache.hadoop.hdfs.net.DFSTopologyNodeImpl
Called by a child node of the current node to increment a storage count.
childRemoveStorage(String, StorageType) - Method in class org.apache.hadoop.hdfs.net.DFSTopologyNodeImpl
Called by a child node of the current node to decrement a storage count.
CHILDREN_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeDirectorySection.DirEntry
 
CHILDRENSIZE_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DirectoryDiff
 
chooseDataNode(String, Collection<Node>, StorageType) - Method in class org.apache.hadoop.hdfs.server.blockmanagement.AvailableSpaceBlockPlacementPolicy
 
chooseDataNode(String, Collection<Node>) - Method in class org.apache.hadoop.hdfs.server.blockmanagement.AvailableSpaceBlockPlacementPolicy
 
chooseFavouredNodes(String, int, List<DatanodeDescriptor>, Set<Node>, long, int, List<DatanodeStorageInfo>, boolean, EnumMap<StorageType, Integer>) - Method in class org.apache.hadoop.hdfs.server.blockmanagement.BlockPlacementPolicyWithNodeGroup
choose all good favored nodes as target.
chooseLocalRack(Node, Set<Node>, long, int, List<DatanodeStorageInfo>, boolean, EnumMap<StorageType, Integer>) - Method in class org.apache.hadoop.hdfs.server.blockmanagement.BlockPlacementPolicyWithNodeGroup
 
chooseLocalStorage(Node, Set<Node>, long, int, List<DatanodeStorageInfo>, boolean, EnumMap<StorageType, Integer>, boolean) - Method in class org.apache.hadoop.hdfs.server.blockmanagement.BlockPlacementPolicyWithNodeGroup
choose local node of localMachine as the target.
chooseRandomWithStorageType(String, Collection<Node>, StorageType) - Method in class org.apache.hadoop.hdfs.net.DFSNetworkTopology
Randomly choose one node from scope, with specified storage type.
chooseRandomWithStorageTypeTwoTrial(String, Collection<Node>, StorageType) - Method in class org.apache.hadoop.hdfs.net.DFSNetworkTopology
Randomly choose one node from scope with the given storage type.
chooseRemoteRack(int, DatanodeDescriptor, Set<Node>, long, int, List<DatanodeStorageInfo>, boolean, EnumMap<StorageType, Integer>) - Method in class org.apache.hadoop.hdfs.server.blockmanagement.BlockPlacementPolicyWithNodeGroup
 
chooseVolume(List<V>, long, String) - Method in class org.apache.hadoop.hdfs.server.datanode.fsdataset.AvailableSpaceVolumeChoosingPolicy
 
chooseVolume(List<V>, long, String) - Method in class org.apache.hadoop.hdfs.server.datanode.fsdataset.RoundRobinVolumeChoosingPolicy
 
ChunkChecksum - Class in org.apache.hadoop.hdfs.server.datanode
holder class that holds checksum bytes and the length in a block at which the checksum bytes end ex: length = 1023 and checksum is 4 bytes which is for 512 bytes, then the checksum applies for the last chunk, or bytes 512 - 1023
ChunkChecksum(long, byte[]) - Constructor for class org.apache.hadoop.hdfs.server.datanode.ChunkChecksum
 
cleanSubtree(INode.ReclaimContext, int, int) - Method in class org.apache.hadoop.hdfs.server.namenode.INodeDirectory
 
cleanSubtree(INode.ReclaimContext, int, int) - Method in class org.apache.hadoop.hdfs.server.namenode.INodeReference
 
cleanSubtree(INode.ReclaimContext, int, int) - Method in class org.apache.hadoop.hdfs.server.namenode.INodeReference.DstReference
 
cleanSubtree(INode.ReclaimContext, int, int) - Method in class org.apache.hadoop.hdfs.server.namenode.INodeReference.WithName
 
cleanSubtreeRecursively(INode.ReclaimContext, int, int, Map<INode, INode>) - Method in class org.apache.hadoop.hdfs.server.namenode.INodeDirectory
Call cleanSubtree(..) recursively down the subtree.
cleanup() - Method in class org.apache.hadoop.hdfs.server.balancer.MovedBlocks
remove old blocks
clear() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.AddMountTableEntryRequestProto.Builder
 
clear() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.AddMountTableEntryResponseProto.Builder
 
clear() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.FederationNamespaceInfoProto.Builder
 
clear() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetExpiredRegistrationsRequestProto.Builder
 
clear() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetMountTableEntriesRequestProto.Builder
 
clear() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetMountTableEntriesResponseProto.Builder
 
clear() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamenodeRegistrationsRequestProto.Builder
 
clear() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamenodeRegistrationsResponseProto.Builder
 
clear() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamespaceInfoRequestProto.Builder
 
clear() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamespaceInfoResponseProto.Builder
 
clear() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationRequestProto.Builder
 
clear() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationResponseProto.Builder
 
clear() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationsRequestProto.Builder
 
clear() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationsResponseProto.Builder
 
clear() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.MountTableRecordProto.Builder
 
clear() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeHeartbeatRequestProto.Builder
 
clear() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeHeartbeatResponseProto.Builder
 
clear() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProto.Builder
 
clear() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipStatsRecordProto.Builder
 
clear() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RemoteLocationProto.Builder
 
clear() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RemoveMountTableEntryRequestProto.Builder
 
clear() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RemoveMountTableEntryResponseProto.Builder
 
clear() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterHeartbeatRequestProto.Builder
 
clear() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterHeartbeatResponseProto.Builder
 
clear() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterRecordProto.Builder
 
clear() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.StateStoreVersionRecordProto.Builder
 
clear() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateMountTableEntryRequestProto.Builder
 
clear() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateMountTableEntryResponseProto.Builder
 
clear() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateNamenodeRegistrationRequestProto.Builder
 
clear() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateNamenodeRegistrationResponseProto.Builder
 
clear() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.AcceptRecoveryRequestProto.Builder
 
clear() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.AcceptRecoveryResponseProto.Builder
 
clear() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.CanRollBackRequestProto.Builder
 
clear() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.CanRollBackResponseProto.Builder
 
clear() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DiscardSegmentsRequestProto.Builder
 
clear() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DiscardSegmentsResponseProto.Builder
 
clear() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoFinalizeRequestProto.Builder
 
clear() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoFinalizeResponseProto.Builder
 
clear() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoPreUpgradeRequestProto.Builder
 
clear() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoPreUpgradeResponseProto.Builder
 
clear() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoRollbackRequestProto.Builder
 
clear() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoRollbackResponseProto.Builder
 
clear() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoUpgradeRequestProto.Builder
 
clear() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoUpgradeResponseProto.Builder
 
clear() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FinalizeLogSegmentRequestProto.Builder
 
clear() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FinalizeLogSegmentResponseProto.Builder
 
clear() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FormatRequestProto.Builder
 
clear() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FormatResponseProto.Builder
 
clear() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetEditLogManifestRequestProto.Builder
 
clear() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetEditLogManifestResponseProto.Builder
 
clear() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalCTimeRequestProto.Builder
 
clear() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalCTimeResponseProto.Builder
 
clear() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalStateRequestProto.Builder
 
clear() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalStateResponseProto.Builder
 
clear() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.HeartbeatRequestProto.Builder
 
clear() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.HeartbeatResponseProto.Builder
 
clear() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.IsFormattedRequestProto.Builder
 
clear() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.IsFormattedResponseProto.Builder
 
clear() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalIdProto.Builder
 
clear() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalRequestProto.Builder
 
clear() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalResponseProto.Builder
 
clear() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.NewEpochRequestProto.Builder
 
clear() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.NewEpochResponseProto.Builder
 
clear() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PersistedRecoveryPaxosData.Builder
 
clear() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PrepareRecoveryRequestProto.Builder
 
clear() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PrepareRecoveryResponseProto.Builder
 
clear() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PurgeLogsRequestProto.Builder
 
clear() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PurgeLogsResponseProto.Builder
 
clear() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.RequestInfoProto.Builder
 
clear() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.SegmentStateProto.Builder
 
clear() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.StartLogSegmentRequestProto.Builder
 
clear() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.StartLogSegmentResponseProto.Builder
 
clear() - Method in class org.apache.hadoop.hdfs.server.federation.resolver.MountTableResolver
Clears all data.
clear() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.CacheManagerSection.Builder
 
clear() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.ErasureCodingSection.Builder
 
clear() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FileSummary.Builder
 
clear() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FileSummary.Section.Builder
 
clear() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FilesUnderConstructionSection.Builder
 
clear() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FilesUnderConstructionSection.FileUnderConstructionEntry.Builder
 
clear() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeDirectorySection.Builder
 
clear() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeDirectorySection.DirEntry.Builder
 
clear() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeReferenceSection.Builder
 
clear() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeReferenceSection.INodeReference.Builder
 
clear() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.AclFeatureProto.Builder
 
clear() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.Builder
 
clear() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.FileUnderConstructionFeature.Builder
 
clear() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INode.Builder
 
clear() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeDirectory.Builder
 
clear() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeFile.Builder
 
clear() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeSymlink.Builder
 
clear() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.QuotaByStorageTypeEntryProto.Builder
 
clear() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.QuotaByStorageTypeFeatureProto.Builder
 
clear() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.XAttrCompactProto.Builder
 
clear() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.XAttrFeatureProto.Builder
 
clear() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.NameSystemSection.Builder
 
clear() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.Builder
 
clear() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.DelegationKey.Builder
 
clear() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.PersistToken.Builder
 
clear() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.Builder
 
clear() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.CreatedListEntry.Builder
 
clear() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DiffEntry.Builder
 
clear() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DirectoryDiff.Builder
 
clear() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.FileDiff.Builder
 
clear() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotSection.Builder
 
clear() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotSection.Snapshot.Builder
 
clear() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.StringTableSection.Builder
 
clear() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.StringTableSection.Entry.Builder
 
clear() - Method in class org.apache.hadoop.hdfs.server.namenode.ha.proto.HAZKInfoProtos.ActiveNodeInfo.Builder
 
clear() - Method in class org.apache.hadoop.hdfs.server.namenode.INode.BlocksMapUpdateInfo
clear() - Method in class org.apache.hadoop.hdfs.server.namenode.INodeDirectory
 
clear() - Method in class org.apache.hadoop.hdfs.server.namenode.INodeMap
Clear the INodeMap.map
clear() - Method in class org.apache.hadoop.hdfs.server.namenode.INodeReference
 
clear() - Method in class org.apache.hadoop.hdfs.util.FoldedTreeSet
 
clear() - Method in class org.apache.hadoop.hdfs.util.LightWeightHashSet
Clear the set.
clear() - Method in class org.apache.hadoop.hdfs.util.LightWeightLinkedSet
Clear the set.
clearAcceptedInEpoch() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PersistedRecoveryPaxosData.Builder
required uint64 acceptedInEpoch = 2;
clearAcceptedInEpoch() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PrepareRecoveryResponseProto.Builder
optional uint64 acceptedInEpoch = 2;
clearAccessTime() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeFile.Builder
optional uint64 accessTime = 3;
clearAccessTime() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeSymlink.Builder
optional uint64 accessTime = 4;
clearAcl() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeDirectory.Builder
optional .hadoop.hdfs.fsimage.INodeSection.AclFeatureProto acl = 5;
clearAcl() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeFile.Builder
optional .hadoop.hdfs.fsimage.INodeSection.AclFeatureProto acl = 8;
clearAddress() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterRecordProto.Builder
optional string address = 3;
clearAllKeysForTesting() - Method in class org.apache.hadoop.hdfs.security.token.block.BlockPoolTokenSecretManager
 
clearAvailableSpace() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipStatsRecordProto.Builder
optional uint64 availableSpace = 2;
clearBlockPoolId() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.FederationNamespaceInfoProto.Builder
optional string blockPoolId = 1;
clearBlockPoolId() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProto.Builder
optional string blockPoolId = 8;
clearBlocks() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeFile.Builder
repeated .hadoop.hdfs.BlockProto blocks = 6;
clearBlocks() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.FileDiff.Builder
repeated .hadoop.hdfs.BlockProto blocks = 5;
clearBlockType() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeFile.Builder
optional .hadoop.hdfs.BlockTypeProto blockType = 11;
clearCanRollBack() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.CanRollBackResponseProto.Builder
required bool canRollBack = 1;
clearChildren() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeDirectorySection.DirEntry.Builder
repeated uint64 children = 2 [packed = true];
clearChildren() - Method in class org.apache.hadoop.hdfs.server.namenode.INodeDirectory
Set the children list to null.
clearChildrenSize() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DirectoryDiff.Builder
optional uint32 childrenSize = 2;
clearClientMachine() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.FileUnderConstructionFeature.Builder
optional string clientMachine = 2;
clearClientName() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.FileUnderConstructionFeature.Builder
optional string clientName = 1;
clearClusterId() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.FederationNamespaceInfoProto.Builder
optional string clusterId = 2;
clearClusterId() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProto.Builder
optional string clusterId = 7;
clearCodec() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FileSummary.Builder
optional string codec = 3;
clearCommittedTxId() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.RequestInfoProto.Builder
optional uint64 committedTxId = 4;
clearCompileInfo() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterRecordProto.Builder
optional string compileInfo = 7;
clearCreatedListSize() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DirectoryDiff.Builder
optional uint32 createdListSize = 6;
clearCurrentId() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.Builder
optional uint32 currentId = 1;
clearDateCreated() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.MountTableRecordProto.Builder
optional uint64 dateCreated = 3;
clearDateCreated() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProto.Builder
optional uint64 dateCreated = 1;
clearDateCreated() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterRecordProto.Builder
optional uint64 dateCreated = 1;
clearDateModified() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.MountTableRecordProto.Builder
optional uint64 dateModified = 4;
clearDateModified() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProto.Builder
optional uint64 dateModified = 2;
clearDateModified() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterRecordProto.Builder
optional uint64 dateModified = 2;
clearDateStarted() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterRecordProto.Builder
optional uint64 dateStarted = 8;
clearDeletedINode() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DirectoryDiff.Builder
repeated uint64 deletedINode = 7 [packed = true];
clearDeletedINodeRef() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DirectoryDiff.Builder
repeated uint32 deletedINodeRef = 8 [packed = true];
clearDestinations() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.MountTableRecordProto.Builder
repeated .hadoop.hdfs.RemoteLocationProto destinations = 2;
clearDestOrder() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.MountTableRecordProto.Builder
optional .hadoop.hdfs.MountTableRecordProto.DestOrder destOrder = 6 [default = HASH];
clearDirectory() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INode.Builder
optional .hadoop.hdfs.fsimage.INodeSection.INodeDirectory directory = 5;
clearDsQuota() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeDirectory.Builder
optional uint64 dsQuota = 3;
clearDstSnapshotId() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeReferenceSection.INodeReference.Builder
optional uint32 dstSnapshotId = 3;
clearEndTxId() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FinalizeLogSegmentRequestProto.Builder
required uint64 endTxId = 3;
clearEndTxId() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.SegmentStateProto.Builder
required uint64 endTxId = 2;
clearEntries() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetMountTableEntriesResponseProto.Builder
repeated .hadoop.hdfs.MountTableRecordProto entries = 1;
clearEntries() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.AclFeatureProto.Builder
repeated fixed32 entries = 2 [packed = true];
clearEntry() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.AddMountTableEntryRequestProto.Builder
optional .hadoop.hdfs.MountTableRecordProto entry = 1;
clearEntry() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateMountTableEntryRequestProto.Builder
optional .hadoop.hdfs.MountTableRecordProto entry = 1;
clearEpoch() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.NewEpochRequestProto.Builder
required uint64 epoch = 3;
clearEpoch() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.RequestInfoProto.Builder
required uint64 epoch = 2;
clearErasureCodingPolicyID() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeFile.Builder
optional uint32 erasureCodingPolicyID = 12;
clearExpiryDate() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.DelegationKey.Builder
optional uint64 expiryDate = 2;
clearExpiryDate() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.PersistToken.Builder
optional uint64 expiryDate = 9;
clearFile() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INode.Builder
optional .hadoop.hdfs.fsimage.INodeSection.INodeFile file = 4;
clearFileSize() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.FileDiff.Builder
optional uint64 fileSize = 2;
clearFileUC() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeFile.Builder
optional .hadoop.hdfs.fsimage.INodeSection.FileUnderConstructionFeature fileUC = 7;
clearFirstTxnId() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalRequestProto.Builder
required uint64 firstTxnId = 2;
clearFromURL() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.AcceptRecoveryRequestProto.Builder
required string fromURL = 3;
clearFromURL() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetEditLogManifestResponseProto.Builder
optional string fromURL = 3;
clearFromURL() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalStateResponseProto.Builder
optional string fromURL = 3;
clearFullPath() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FilesUnderConstructionSection.FileUnderConstructionEntry.Builder
optional string fullPath = 2;
clearGenstampV1() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.NameSystemSection.Builder
optional uint64 genstampV1 = 2;
clearGenstampV1Limit() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.NameSystemSection.Builder
optional uint64 genstampV1Limit = 4;
clearGenstampV2() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.NameSystemSection.Builder
optional uint64 genstampV2 = 3;
clearHostname() - Method in class org.apache.hadoop.hdfs.server.namenode.ha.proto.HAZKInfoProtos.ActiveNodeInfo.Builder
required string hostname = 3;
clearHttpPort() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetEditLogManifestResponseProto.Builder
required uint32 httpPort = 2;
clearHttpPort() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalStateResponseProto.Builder
required uint32 httpPort = 2;
clearId() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INode.Builder
required uint64 id = 2;
clearId() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.DelegationKey.Builder
optional uint32 id = 1;
clearId() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.StringTableSection.Entry.Builder
optional uint32 id = 1;
clearIdentifier() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalIdProto.Builder
required string identifier = 1;
clearInodeId() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FilesUnderConstructionSection.FileUnderConstructionEntry.Builder
optional uint64 inodeId = 1;
clearInodeId() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DiffEntry.Builder
optional uint64 inodeId = 2;
clearInProgressOk() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetEditLogManifestRequestProto.Builder
optional bool inProgressOk = 4 [default = false];
clearIpcSerialNumber() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.RequestInfoProto.Builder
required uint64 ipcSerialNumber = 3;
clearIsFormatted() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.IsFormattedResponseProto.Builder
required bool isFormatted = 1;
clearIsInProgress() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.SegmentStateProto.Builder
required bool isInProgress = 3;
clearIsSafeMode() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProto.Builder
optional bool isSafeMode = 14;
clearIsSnapshotRoot() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DirectoryDiff.Builder
optional bool isSnapshotRoot = 3;
clearIssueDate() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.PersistToken.Builder
optional uint64 issueDate = 5;
clearJid() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.CanRollBackRequestProto.Builder
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
clearJid() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DiscardSegmentsRequestProto.Builder
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
clearJid() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoFinalizeRequestProto.Builder
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
clearJid() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoPreUpgradeRequestProto.Builder
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
clearJid() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoRollbackRequestProto.Builder
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
clearJid() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoUpgradeRequestProto.Builder
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
clearJid() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FormatRequestProto.Builder
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
clearJid() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetEditLogManifestRequestProto.Builder
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
clearJid() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalCTimeRequestProto.Builder
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
clearJid() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalStateRequestProto.Builder
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
clearJid() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.IsFormattedRequestProto.Builder
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
clearJid() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.NewEpochRequestProto.Builder
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
clearJournalId() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.RequestInfoProto.Builder
required .hadoop.hdfs.qjournal.JournalIdProto journalId = 1;
clearKey() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.DelegationKey.Builder
optional bytes key = 3;
clearLastAllocatedBlockId() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.NameSystemSection.Builder
optional uint64 lastAllocatedBlockId = 5;
clearLastAllocatedStripedBlockId() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.NameSystemSection.Builder
optional uint64 lastAllocatedStripedBlockId = 8;
clearLastCommittedTxId() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PrepareRecoveryResponseProto.Builder
optional uint64 lastCommittedTxId = 4;
clearLastContact() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProto.Builder
optional uint64 lastContact = 3;
clearLastInodeId() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.Builder
optional uint64 lastInodeId = 1;
clearLastPromisedEpoch() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalStateResponseProto.Builder
required uint64 lastPromisedEpoch = 1;
clearLastSegmentTxId() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.NewEpochResponseProto.Builder
optional uint64 lastSegmentTxId = 1;
clearLastSnapshotId() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeReferenceSection.INodeReference.Builder
optional uint32 lastSnapshotId = 4;
clearLastWriterEpoch() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PrepareRecoveryResponseProto.Builder
required uint64 lastWriterEpoch = 3;
clearLayoutVersion() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.StartLogSegmentRequestProto.Builder
optional sint32 layoutVersion = 3;
clearLayoutVersion() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FileSummary.Builder
required uint32 layoutVersion = 2;
clearLength() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FileSummary.Section.Builder
optional uint64 length = 2;
clearLifelineAddress() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProto.Builder
optional string lifelineAddress = 12;
clearLimit() - Method in class org.apache.hadoop.hdfs.server.namenode.FSEditLogLoader.PositionTrackingInputStream
 
clearLocations() - Method in class org.apache.hadoop.hdfs.server.balancer.MovedBlocks.Locations
clean block locations
clearManifest() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetEditLogManifestResponseProto.Builder
required .hadoop.hdfs.RemoteEditLogManifestProto manifest = 1;
clearMasterKeyId() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.PersistToken.Builder
optional uint32 masterKeyId = 8;
clearMaxDate() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.PersistToken.Builder
optional uint64 maxDate = 6;
clearMembership() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamenodeRegistrationsRequestProto.Builder
optional .hadoop.hdfs.NamenodeMembershipRecordProto membership = 1;
clearMembershipVersion() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.StateStoreVersionRecordProto.Builder
optional uint64 membershipVersion = 1;
clearMinTxIdToKeep() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PurgeLogsRequestProto.Builder
required uint64 minTxIdToKeep = 2;
clearModificationTime() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeDirectory.Builder
optional uint64 modificationTime = 1;
clearModificationTime() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeFile.Builder
optional uint64 modificationTime = 2;
clearModificationTime() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeSymlink.Builder
optional uint64 modificationTime = 3;
clearMountTableVersion() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.StateStoreVersionRecordProto.Builder
optional uint64 mountTableVersion = 2;
clearName() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FileSummary.Section.Builder
optional string name = 1;
clearName() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeReferenceSection.INodeReference.Builder
optional bytes name = 2;
clearName() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INode.Builder
optional bytes name = 3;
clearName() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.XAttrCompactProto.Builder
required fixed32 name = 1;
clearName() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.CreatedListEntry.Builder
optional bytes name = 1;
clearName() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DirectoryDiff.Builder
optional bytes name = 4;
clearName() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.FileDiff.Builder
optional bytes name = 3;
clearNamenodeId() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProto.Builder
optional string namenodeId = 6;
clearNamenodeId() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateNamenodeRegistrationRequestProto.Builder
optional string namenodeId = 2;
clearNamenodeId() - Method in class org.apache.hadoop.hdfs.server.namenode.ha.proto.HAZKInfoProtos.ActiveNodeInfo.Builder
required string namenodeId = 2;
clearNamenodeMembership() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeHeartbeatRequestProto.Builder
optional .hadoop.hdfs.NamenodeMembershipRecordProto namenodeMembership = 1;
clearNamenodeMemberships() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamenodeRegistrationsResponseProto.Builder
repeated .hadoop.hdfs.NamenodeMembershipRecordProto namenodeMemberships = 1;
clearNameserviceId() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.FederationNamespaceInfoProto.Builder
optional string nameserviceId = 3;
clearNameserviceId() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProto.Builder
optional string nameserviceId = 5;
clearNameserviceId() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RemoteLocationProto.Builder
optional string nameserviceId = 1;
clearNameserviceId() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateNamenodeRegistrationRequestProto.Builder
optional string nameserviceId = 1;
clearNameServiceId() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.CanRollBackRequestProto.Builder
optional string nameServiceId = 5;
clearNameServiceId() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DiscardSegmentsRequestProto.Builder
optional string nameServiceId = 3;
clearNameServiceId() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoFinalizeRequestProto.Builder
optional string nameServiceId = 2;
clearNameserviceId() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoRollbackRequestProto.Builder
optional string nameserviceId = 2;
clearNameServiceId() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FormatRequestProto.Builder
optional string nameServiceId = 3;
clearNameServiceId() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetEditLogManifestRequestProto.Builder
optional string nameServiceId = 5;
clearNameServiceId() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalCTimeRequestProto.Builder
optional string nameServiceId = 2;
clearNameServiceId() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalStateRequestProto.Builder
optional string nameServiceId = 2;
clearNameServiceId() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.IsFormattedRequestProto.Builder
optional string nameServiceId = 2;
clearNameServiceId() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalRequestProto.Builder
optional string nameServiceId = 6;
clearNameServiceId() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.NewEpochRequestProto.Builder
optional string nameServiceId = 4;
clearNameServiceId() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.RequestInfoProto.Builder
optional string nameServiceId = 5;
clearNameserviceId() - Method in class org.apache.hadoop.hdfs.server.namenode.ha.proto.HAZKInfoProtos.ActiveNodeInfo.Builder
required string nameserviceId = 1;
clearNamespaceId() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.NameSystemSection.Builder
optional uint32 namespaceId = 1;
clearNamespaceInfos() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamespaceInfoResponseProto.Builder
repeated .hadoop.hdfs.FederationNamespaceInfoProto namespaceInfos = 1;
clearNextDirectiveId() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.CacheManagerSection.Builder
required uint64 nextDirectiveId = 1;
clearNsInfo() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FormatRequestProto.Builder
required .hadoop.hdfs.NamespaceInfoProto nsInfo = 2;
clearNsInfo() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.NewEpochRequestProto.Builder
required .hadoop.hdfs.NamespaceInfoProto nsInfo = 2;
clearNsQuota() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeDirectory.Builder
optional uint64 nsQuota = 2;
clearNumDirectives() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.CacheManagerSection.Builder
required uint32 numDirectives = 3;
clearNumEntry() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.StringTableSection.Builder
optional uint32 numEntry = 1;
clearNumInodes() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.Builder
optional uint64 numInodes = 2;
clearNumKeys() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.Builder
optional uint32 numKeys = 3;
clearNumOfActiveDatanodes() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipStatsRecordProto.Builder
optional uint32 numOfActiveDatanodes = 20;
clearNumOfBlocks() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipStatsRecordProto.Builder
optional uint64 numOfBlocks = 11;
clearNumOfBlocksMissing() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipStatsRecordProto.Builder
optional uint64 numOfBlocksMissing = 12;
clearNumOfBlocksPendingDeletion() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipStatsRecordProto.Builder
optional uint64 numOfBlocksPendingDeletion = 15;
clearNumOfBlocksPendingReplication() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipStatsRecordProto.Builder
optional uint64 numOfBlocksPendingReplication = 13;
clearNumOfBlocksUnderReplicated() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipStatsRecordProto.Builder
optional uint64 numOfBlocksUnderReplicated = 14;
clearNumOfDeadDatanodes() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipStatsRecordProto.Builder
optional uint32 numOfDeadDatanodes = 21;
clearNumOfDecomActiveDatanodes() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipStatsRecordProto.Builder
optional uint32 numOfDecomActiveDatanodes = 23;
clearNumOfDecomDeadDatanodes() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipStatsRecordProto.Builder
optional uint32 numOfDecomDeadDatanodes = 24;
clearNumOfDecommissioningDatanodes() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipStatsRecordProto.Builder
optional uint32 numOfDecommissioningDatanodes = 22;
clearNumOfDiff() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DiffEntry.Builder
optional uint32 numOfDiff = 3;
clearNumOfFiles() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipStatsRecordProto.Builder
optional uint64 numOfFiles = 10;
clearNumPools() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.CacheManagerSection.Builder
required uint32 numPools = 2;
clearNumSnapshots() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotSection.Builder
optional uint32 numSnapshots = 3;
clearNumTokens() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.Builder
optional uint32 numTokens = 4;
clearNumTxns() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalRequestProto.Builder
required uint32 numTxns = 3;
clearOffset() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FileSummary.Section.Builder
optional uint64 offset = 3;
clearOndiskVersion() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FileSummary.Builder
required uint32 ondiskVersion = 1;
clearOwner() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.PersistToken.Builder
optional string owner = 2;
clearParent() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeDirectorySection.DirEntry.Builder
optional uint64 parent = 1;
clearPath() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RemoteLocationProto.Builder
optional string path = 2;
clearPermission() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeDirectory.Builder
optional fixed64 permission = 4;
clearPermission() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeFile.Builder
optional fixed64 permission = 5;
clearPermission() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeSymlink.Builder
optional fixed64 permission = 1;
clearPolicies() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.ErasureCodingSection.Builder
repeated .hadoop.hdfs.ErasureCodingPolicyProto policies = 1;
clearPort() - Method in class org.apache.hadoop.hdfs.server.namenode.ha.proto.HAZKInfoProtos.ActiveNodeInfo.Builder
required int32 port = 4;
clearPreferredBlockSize() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeFile.Builder
optional uint64 preferredBlockSize = 4;
clearPrevStorage() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.CanRollBackRequestProto.Builder
required .hadoop.hdfs.StorageInfoProto prevStorage = 3;
clearQuota() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.QuotaByStorageTypeEntryProto.Builder
required uint64 quota = 2;
clearQuotas() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.QuotaByStorageTypeFeatureProto.Builder
repeated .hadoop.hdfs.fsimage.INodeSection.QuotaByStorageTypeEntryProto quotas = 1;
clearReadOnly() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.MountTableRecordProto.Builder
optional bool readOnly = 5 [default = false];
clearRealUser() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.PersistToken.Builder
optional string realUser = 4;
clearRecords() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalRequestProto.Builder
required bytes records = 4;
clearRefChildren() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeDirectorySection.DirEntry.Builder
repeated uint32 refChildren = 3 [packed = true];
clearReferredId() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeReferenceSection.INodeReference.Builder
optional uint64 referredId = 1;
clearRenewer() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.PersistToken.Builder
optional string renewer = 3;
clearReplication() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeFile.Builder
optional uint32 replication = 1;
clearReqInfo() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.AcceptRecoveryRequestProto.Builder
required .hadoop.hdfs.qjournal.RequestInfoProto reqInfo = 1;
clearReqInfo() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FinalizeLogSegmentRequestProto.Builder
required .hadoop.hdfs.qjournal.RequestInfoProto reqInfo = 1;
clearReqInfo() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.HeartbeatRequestProto.Builder
required .hadoop.hdfs.qjournal.RequestInfoProto reqInfo = 1;
clearReqInfo() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalRequestProto.Builder
required .hadoop.hdfs.qjournal.RequestInfoProto reqInfo = 1;
clearReqInfo() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PrepareRecoveryRequestProto.Builder
required .hadoop.hdfs.qjournal.RequestInfoProto reqInfo = 1;
clearReqInfo() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PurgeLogsRequestProto.Builder
required .hadoop.hdfs.qjournal.RequestInfoProto reqInfo = 1;
clearReqInfo() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.StartLogSegmentRequestProto.Builder
required .hadoop.hdfs.qjournal.RequestInfoProto reqInfo = 1;
clearResultCTime() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalCTimeResponseProto.Builder
required int64 resultCTime = 1;
clearRollingUpgradeStartTime() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.NameSystemSection.Builder
optional uint64 rollingUpgradeStartTime = 7;
clearRoot() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotSection.Snapshot.Builder
optional .hadoop.hdfs.fsimage.INodeSection.INode root = 2;
clearRouter() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationResponseProto.Builder
optional .hadoop.hdfs.RouterRecordProto router = 1;
clearRouter() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterHeartbeatRequestProto.Builder
optional .hadoop.hdfs.RouterRecordProto router = 1;
clearRouterId() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationRequestProto.Builder
optional string routerId = 1;
clearRouterId() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProto.Builder
optional string routerId = 4;
clearRouters() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationsResponseProto.Builder
repeated .hadoop.hdfs.RouterRecordProto routers = 2;
clearRpcAddress() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProto.Builder
optional string rpcAddress = 10;
clearSections() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FileSummary.Builder
repeated .hadoop.hdfs.fsimage.FileSummary.Section sections = 4;
clearSegmentState() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PersistedRecoveryPaxosData.Builder
required .hadoop.hdfs.qjournal.SegmentStateProto segmentState = 1;
clearSegmentState() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PrepareRecoveryResponseProto.Builder
optional .hadoop.hdfs.qjournal.SegmentStateProto segmentState = 1;
clearSegmentTxId() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PrepareRecoveryRequestProto.Builder
required uint64 segmentTxId = 2;
clearSegmentTxnId() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalRequestProto.Builder
required uint64 segmentTxnId = 5;
clearSequenceNumber() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.PersistToken.Builder
optional uint32 sequenceNumber = 7;
clearServiceAddress() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProto.Builder
optional string serviceAddress = 11;
clearSinceTxId() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetEditLogManifestRequestProto.Builder
required uint64 sinceTxId = 2;
clearSInfo() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoUpgradeRequestProto.Builder
required .hadoop.hdfs.StorageInfoProto sInfo = 2;
clearSnapshotCopy() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DirectoryDiff.Builder
optional .hadoop.hdfs.fsimage.INodeSection.INodeDirectory snapshotCopy = 5;
clearSnapshotCopy() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.FileDiff.Builder
optional .hadoop.hdfs.fsimage.INodeSection.INodeFile snapshotCopy = 4;
clearSnapshotCounter() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotSection.Builder
optional uint32 snapshotCounter = 1;
clearSnapshotId() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DirectoryDiff.Builder
optional uint32 snapshotId = 1;
clearSnapshotId() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.FileDiff.Builder
optional uint32 snapshotId = 1;
clearSnapshotId() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotSection.Snapshot.Builder
optional uint32 snapshotId = 1;
clearSnapshottableDir() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotSection.Builder
repeated uint64 snapshottableDir = 2 [packed = true];
clearSnapshottableDirs() - Method in class org.apache.hadoop.hdfs.server.namenode.snapshot.SnapshotManager
 
clearSrcPath() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetMountTableEntriesRequestProto.Builder
optional string srcPath = 1;
clearSrcPath() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.MountTableRecordProto.Builder
optional string srcPath = 1;
clearSrcPath() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RemoveMountTableEntryRequestProto.Builder
optional string srcPath = 1;
clearStartTxId() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DiscardSegmentsRequestProto.Builder
required uint64 startTxId = 2;
clearStartTxId() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FinalizeLogSegmentRequestProto.Builder
required uint64 startTxId = 2;
clearStartTxId() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.SegmentStateProto.Builder
required uint64 startTxId = 1;
clearState() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProto.Builder
optional string state = 13;
clearState() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateNamenodeRegistrationRequestProto.Builder
optional string state = 3;
clearStateStoreVersion() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterRecordProto.Builder
optional .hadoop.hdfs.StateStoreVersionRecordProto stateStoreVersion = 5;
clearStateToAccept() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.AcceptRecoveryRequestProto.Builder
required .hadoop.hdfs.qjournal.SegmentStateProto stateToAccept = 2;
clearStats() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProto.Builder
optional .hadoop.hdfs.NamenodeMembershipStatsRecordProto stats = 15;
clearStatus() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.AddMountTableEntryResponseProto.Builder
optional bool status = 1;
clearStatus() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeHeartbeatResponseProto.Builder
optional bool status = 1;
clearStatus() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RemoveMountTableEntryResponseProto.Builder
optional bool status = 1;
clearStatus() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterHeartbeatResponseProto.Builder
optional bool status = 1;
clearStatus() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterRecordProto.Builder
optional string status = 4;
clearStatus() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateMountTableEntryResponseProto.Builder
optional bool status = 1;
clearStatus() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateNamenodeRegistrationResponseProto.Builder
optional bool status = 1;
clearStorage() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.CanRollBackRequestProto.Builder
required .hadoop.hdfs.StorageInfoProto storage = 2;
clearStoragePolicyID() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeFile.Builder
optional uint32 storagePolicyID = 10;
clearStorageType() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.QuotaByStorageTypeEntryProto.Builder
required .hadoop.hdfs.StorageTypeProto storageType = 1;
clearStr() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.StringTableSection.Entry.Builder
optional string str = 2;
clearSymlink() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INode.Builder
optional .hadoop.hdfs.fsimage.INodeSection.INodeSymlink symlink = 6;
clearTarget() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeSymlink.Builder
optional bytes target = 2;
clearTargetLayoutVersion() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.CanRollBackRequestProto.Builder
required int32 targetLayoutVersion = 4;
clearTimestamp() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetMountTableEntriesResponseProto.Builder
optional uint64 timestamp = 2;
clearTimestamp() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationsResponseProto.Builder
optional uint64 timestamp = 1;
clearTokenSequenceNumber() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.Builder
optional uint32 tokenSequenceNumber = 2;
clearTotalSpace() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipStatsRecordProto.Builder
optional uint64 totalSpace = 1;
clearTransactionId() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.NameSystemSection.Builder
optional uint64 transactionId = 6;
clearTxid() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.StartLogSegmentRequestProto.Builder
required uint64 txid = 2;
clearType() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INode.Builder
required .hadoop.hdfs.fsimage.INodeSection.INode.Type type = 1;
clearType() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DiffEntry.Builder
required .hadoop.hdfs.fsimage.SnapshotDiffSection.DiffEntry.Type type = 1;
clearTypeQuotas() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeDirectory.Builder
optional .hadoop.hdfs.fsimage.INodeSection.QuotaByStorageTypeFeatureProto typeQuotas = 7;
clearValue() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.XAttrCompactProto.Builder
optional bytes value = 2;
clearVersion() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterRecordProto.Builder
optional string version = 6;
clearVersion() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.PersistToken.Builder
optional uint32 version = 1;
clearWebAddress() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProto.Builder
optional string webAddress = 9;
clearXAttrs() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeDirectory.Builder
optional .hadoop.hdfs.fsimage.INodeSection.XAttrFeatureProto xAttrs = 6;
clearXAttrs() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeFile.Builder
optional .hadoop.hdfs.fsimage.INodeSection.XAttrFeatureProto xAttrs = 9;
clearXAttrs() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.XAttrFeatureProto.Builder
repeated .hadoop.hdfs.fsimage.INodeSection.XAttrCompactProto xAttrs = 1;
clearZkfcPort() - Method in class org.apache.hadoop.hdfs.server.namenode.ha.proto.HAZKInfoProtos.ActiveNodeInfo.Builder
required int32 zkfcPort = 5;
CLIENTMACHINE_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.FileUnderConstructionFeature
 
CLIENTNAME_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.FileUnderConstructionFeature
 
clone() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.AddMountTableEntryRequestProto.Builder
 
clone() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.AddMountTableEntryResponseProto.Builder
 
clone() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.FederationNamespaceInfoProto.Builder
 
clone() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetExpiredRegistrationsRequestProto.Builder
 
clone() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetMountTableEntriesRequestProto.Builder
 
clone() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetMountTableEntriesResponseProto.Builder
 
clone() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamenodeRegistrationsRequestProto.Builder
 
clone() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamenodeRegistrationsResponseProto.Builder
 
clone() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamespaceInfoRequestProto.Builder
 
clone() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamespaceInfoResponseProto.Builder
 
clone() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationRequestProto.Builder
 
clone() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationResponseProto.Builder
 
clone() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationsRequestProto.Builder
 
clone() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationsResponseProto.Builder
 
clone() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.MountTableRecordProto.Builder
 
clone() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeHeartbeatRequestProto.Builder
 
clone() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeHeartbeatResponseProto.Builder
 
clone() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProto.Builder
 
clone() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipStatsRecordProto.Builder
 
clone() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RemoteLocationProto.Builder
 
clone() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RemoveMountTableEntryRequestProto.Builder
 
clone() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RemoveMountTableEntryResponseProto.Builder
 
clone() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterHeartbeatRequestProto.Builder
 
clone() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterHeartbeatResponseProto.Builder
 
clone() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterRecordProto.Builder
 
clone() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.StateStoreVersionRecordProto.Builder
 
clone() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateMountTableEntryRequestProto.Builder
 
clone() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateMountTableEntryResponseProto.Builder
 
clone() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateNamenodeRegistrationRequestProto.Builder
 
clone() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateNamenodeRegistrationResponseProto.Builder
 
clone() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.AcceptRecoveryRequestProto.Builder
 
clone() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.AcceptRecoveryResponseProto.Builder
 
clone() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.CanRollBackRequestProto.Builder
 
clone() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.CanRollBackResponseProto.Builder
 
clone() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DiscardSegmentsRequestProto.Builder
 
clone() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DiscardSegmentsResponseProto.Builder
 
clone() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoFinalizeRequestProto.Builder
 
clone() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoFinalizeResponseProto.Builder
 
clone() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoPreUpgradeRequestProto.Builder
 
clone() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoPreUpgradeResponseProto.Builder
 
clone() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoRollbackRequestProto.Builder
 
clone() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoRollbackResponseProto.Builder
 
clone() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoUpgradeRequestProto.Builder
 
clone() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoUpgradeResponseProto.Builder
 
clone() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FinalizeLogSegmentRequestProto.Builder
 
clone() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FinalizeLogSegmentResponseProto.Builder
 
clone() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FormatRequestProto.Builder
 
clone() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FormatResponseProto.Builder
 
clone() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetEditLogManifestRequestProto.Builder
 
clone() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetEditLogManifestResponseProto.Builder
 
clone() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalCTimeRequestProto.Builder
 
clone() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalCTimeResponseProto.Builder
 
clone() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalStateRequestProto.Builder
 
clone() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalStateResponseProto.Builder
 
clone() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.HeartbeatRequestProto.Builder
 
clone() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.HeartbeatResponseProto.Builder
 
clone() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.IsFormattedRequestProto.Builder
 
clone() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.IsFormattedResponseProto.Builder
 
clone() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalIdProto.Builder
 
clone() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalRequestProto.Builder
 
clone() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalResponseProto.Builder
 
clone() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.NewEpochRequestProto.Builder
 
clone() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.NewEpochResponseProto.Builder
 
clone() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PersistedRecoveryPaxosData.Builder
 
clone() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PrepareRecoveryRequestProto.Builder
 
clone() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PrepareRecoveryResponseProto.Builder
 
clone() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PurgeLogsRequestProto.Builder
 
clone() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PurgeLogsResponseProto.Builder
 
clone() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.RequestInfoProto.Builder
 
clone() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.SegmentStateProto.Builder
 
clone() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.StartLogSegmentRequestProto.Builder
 
clone() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.StartLogSegmentResponseProto.Builder
 
clone() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.CacheManagerSection.Builder
 
clone() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.ErasureCodingSection.Builder
 
clone() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FileSummary.Builder
 
clone() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FileSummary.Section.Builder
 
clone() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FilesUnderConstructionSection.Builder
 
clone() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FilesUnderConstructionSection.FileUnderConstructionEntry.Builder
 
clone() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeDirectorySection.Builder
 
clone() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeDirectorySection.DirEntry.Builder
 
clone() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeReferenceSection.Builder
 
clone() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeReferenceSection.INodeReference.Builder
 
clone() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.AclFeatureProto.Builder
 
clone() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.Builder
 
clone() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.FileUnderConstructionFeature.Builder
 
clone() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INode.Builder
 
clone() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeDirectory.Builder
 
clone() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeFile.Builder
 
clone() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeSymlink.Builder
 
clone() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.QuotaByStorageTypeEntryProto.Builder
 
clone() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.QuotaByStorageTypeFeatureProto.Builder
 
clone() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.XAttrCompactProto.Builder
 
clone() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.XAttrFeatureProto.Builder
 
clone() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.NameSystemSection.Builder
 
clone() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.Builder
 
clone() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.DelegationKey.Builder
 
clone() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.PersistToken.Builder
 
clone() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.Builder
 
clone() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.CreatedListEntry.Builder
 
clone() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DiffEntry.Builder
 
clone() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DirectoryDiff.Builder
 
clone() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.FileDiff.Builder
 
clone() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotSection.Builder
 
clone() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotSection.Snapshot.Builder
 
clone() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.StringTableSection.Builder
 
clone() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.StringTableSection.Entry.Builder
 
clone() - Method in class org.apache.hadoop.hdfs.server.namenode.ha.proto.HAZKInfoProtos.ActiveNodeInfo.Builder
 
close() - Method in class org.apache.hadoop.hdfs.qjournal.server.Journal
Unlock and release resources.
close() - Method in class org.apache.hadoop.hdfs.server.datanode.fsdataset.FsDatasetSpi.FsVolumeReferences
 
close() - Method in interface org.apache.hadoop.hdfs.server.datanode.fsdataset.FsVolumeReference
Decrease the reference count of the volume.
close() - Method in class org.apache.hadoop.hdfs.server.datanode.fsdataset.ReplicaInputStreams
 
close() - Method in class org.apache.hadoop.hdfs.server.datanode.fsdataset.ReplicaOutputStreams
 
close() - Method in class org.apache.hadoop.hdfs.server.datanode.ReplicaHandler
 
close() - Method in class org.apache.hadoop.hdfs.server.datanode.ShortCircuitRegistry.NewShmInfo
 
close() - Method in class org.apache.hadoop.hdfs.server.datanode.web.DatanodeHttpServer
 
close() - Method in class org.apache.hadoop.hdfs.server.diskbalancer.command.Command
Cleans any resources held by this command.
close() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.FederationMetrics
Unregister the JMX beans.
close() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.FederationRPCPerformanceMonitor
 
close() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NamenodeBeanMetrics
De-register the JMX interfaces.
close() - Method in class org.apache.hadoop.hdfs.server.federation.router.ConnectionContext
We will not use this connection anymore.
close() - Method in class org.apache.hadoop.hdfs.server.federation.router.ConnectionManager
Stop the connection manager by closing all the pools.
close() - Method in interface org.apache.hadoop.hdfs.server.federation.router.RouterRpcMonitor
Close the monitor.
close() - Method in class org.apache.hadoop.hdfs.server.federation.store.driver.impl.StateStoreFileImpl
 
close() - Method in class org.apache.hadoop.hdfs.server.federation.store.driver.impl.StateStoreFileSystemImpl
 
close() - Method in class org.apache.hadoop.hdfs.server.federation.store.driver.impl.StateStoreZooKeeperImpl
 
close() - Method in class org.apache.hadoop.hdfs.server.federation.store.driver.StateStoreDriver
Close the State Store driver connection.
close() - Method in class org.apache.hadoop.hdfs.tools.offlineEditsViewer.TeeOutputStream
 
close() - Method in class org.apache.hadoop.hdfs.tools.offlineImageViewer.WebImageViewer
 
close() - Method in class org.apache.hadoop.hdfs.util.AtomicFileOutputStream
 
closeChecksumStream() - Method in class org.apache.hadoop.hdfs.server.datanode.fsdataset.ReplicaInputStreams
 
closeDataStream() - Method in class org.apache.hadoop.hdfs.server.datanode.fsdataset.ReplicaOutputStreams
 
closeStreams() - Method in class org.apache.hadoop.hdfs.server.datanode.fsdataset.ReplicaInputStreams
 
ClusterConnector - Interface in org.apache.hadoop.hdfs.server.diskbalancer.connectors
ClusterConnector interface hides all specifics about how we communicate to the HDFS cluster.
CLUSTERID_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.FederationNamespaceInfoProto
 
CLUSTERID_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProto
 
CODEC_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FileSummary
 
collectedBlocks - Variable in class org.apache.hadoop.hdfs.server.namenode.INode.ReclaimContext
 
collectedBlocks() - Method in class org.apache.hadoop.hdfs.server.namenode.INode.ReclaimContext
 
COLON_MARK - Static variable in class org.apache.hadoop.hdfs.server.federation.store.driver.impl.StateStoreSerializableImpl
Mark for colon in path names.
CombinedHostFileManager - Class in org.apache.hadoop.hdfs.server.blockmanagement
This class manages datanode configuration using a json file.
CombinedHostFileManager() - Constructor for class org.apache.hadoop.hdfs.server.blockmanagement.CombinedHostFileManager
 
combinePosterior(Diff<K, E>, Diff.Processor<E>) - Method in class org.apache.hadoop.hdfs.util.Diff
Combine this diff with a posterior diff.
Command - Class in org.apache.hadoop.hdfs.server.diskbalancer.command
Common interface for command handling.
Command(Configuration) - Constructor for class org.apache.hadoop.hdfs.server.diskbalancer.command.Command
Constructs a command.
Command(Configuration, PrintStream) - Constructor for class org.apache.hadoop.hdfs.server.diskbalancer.command.Command
Constructs a command.
commitBlockSynchronization(RpcController, DatanodeProtocolProtos.CommitBlockSynchronizationRequestProto) - Method in class org.apache.hadoop.hdfs.protocolPB.DatanodeProtocolServerSideTranslatorPB
 
commitSection(FsImageProto.FileSummary.Builder, FSImageFormatProtobuf.SectionName) - Method in class org.apache.hadoop.hdfs.server.namenode.FSImageFormatProtobuf.Saver
 
COMMITTEDTXID_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.RequestInfoProto
 
compact(long) - Method in class org.apache.hadoop.hdfs.util.FoldedTreeSet
Compact all the entries to use the fewest number of nodes in the tree.
comparator() - Method in class org.apache.hadoop.hdfs.util.FoldedTreeSet
 
compare(DatanodeInfo, DatanodeInfo) - Method in class org.apache.hadoop.hdfs.DFSUtil.ServiceComparator
 
compare(FederationNamenodeContext, FederationNamenodeContext) - Method in class org.apache.hadoop.hdfs.server.federation.resolver.NamenodePriorityComparator
 
compareDataNode(DatanodeDescriptor, DatanodeDescriptor) - Method in class org.apache.hadoop.hdfs.server.blockmanagement.AvailableSpaceBlockPlacementPolicy
Compare the two data nodes.
compareNameTo(MembershipState) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MembershipState
Sort by nameservice, namenode, and router.
compareTo(FsVolumeSpi.ScanInfo) - Method in class org.apache.hadoop.hdfs.server.datanode.fsdataset.FsVolumeSpi.ScanInfo
 
compareTo(DiskBalancerDataNode) - Method in class org.apache.hadoop.hdfs.server.diskbalancer.datamodel.DiskBalancerDataNode
Compares this object with the specified object for order.
compareTo(RemoteLocationContext) - Method in class org.apache.hadoop.hdfs.server.federation.router.RemoteLocationContext
 
compareTo(BaseRecord) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.BaseRecord
 
compareTo(BaseRecord) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.RouterState
 
compareTo(RemoteEditLog) - Method in class org.apache.hadoop.hdfs.server.protocol.RemoteEditLog
 
compareWith(FsVolumeSpi.ScanInfo) - Method in class org.apache.hadoop.hdfs.server.datanode.LocalReplica
 
COMPILEINFO_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterRecordProto
 
compileReport(String, LinkedList<FsVolumeSpi.ScanInfo>, DirectoryScanner.ReportCompiler) - Method in interface org.apache.hadoop.hdfs.server.datanode.fsdataset.FsVolumeSpi
Compile a list of FsVolumeSpi.ScanInfo for the blocks in the block pool with id bpid.
complete(String, String, ExtendedBlock, long) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
computeContentSummary(int, ContentSummaryComputationContext) - Method in class org.apache.hadoop.hdfs.server.namenode.INodeDirectory
 
computeContentSummary(int, ContentSummaryComputationContext) - Method in class org.apache.hadoop.hdfs.server.namenode.INodeReference
 
computeContentSummary(int, ContentSummaryComputationContext) - Method in class org.apache.hadoop.hdfs.server.namenode.INodeReference.WithName
 
computeContentSummary(int, ContentSummaryComputationContext) - Method in class org.apache.hadoop.hdfs.server.namenode.snapshot.Snapshot.Root
 
computeDirectoryContentSummary(ContentSummaryComputationContext, int) - Method in class org.apache.hadoop.hdfs.server.namenode.INodeDirectory
 
computeEffectiveCapacity() - Method in class org.apache.hadoop.hdfs.server.diskbalancer.datamodel.DiskBalancerVolume
Returns effective capacity of a volume.
computeMd5ForFile(File) - Static method in class org.apache.hadoop.hdfs.util.MD5FileUtils
Read dataFile and compute its MD5 checksum.
computeNodeDensity() - Method in class org.apache.hadoop.hdfs.server.diskbalancer.datamodel.DiskBalancerDataNode
computes nodes data density.
computePlan(double) - Method in class org.apache.hadoop.hdfs.server.diskbalancer.datamodel.DiskBalancerCluster
Compute plan takes a node and constructs a planner that creates a plan that we would like to follow.
computeQuotaUsage(BlockStoragePolicySuite, byte, boolean, int) - Method in class org.apache.hadoop.hdfs.server.namenode.INodeDirectory
 
computeQuotaUsage(BlockStoragePolicySuite, byte, boolean, int) - Method in class org.apache.hadoop.hdfs.server.namenode.INodeReference
 
computeQuotaUsage(BlockStoragePolicySuite, byte, boolean, int) - Method in class org.apache.hadoop.hdfs.server.namenode.INodeReference.WithName
 
computeQuotaUsage4CurrentDirectory(BlockStoragePolicySuite, byte, QuotaCounts) - Method in class org.apache.hadoop.hdfs.server.namenode.INodeDirectory
Add quota usage for this inode excluding children.
computeUsedPercentage() - Method in class org.apache.hadoop.hdfs.server.diskbalancer.datamodel.DiskBalancerVolume
Returns the usedPercentage of a disk.
computeVolumeDataDensity() - Method in class org.apache.hadoop.hdfs.server.diskbalancer.datamodel.DiskBalancerVolumeSet
Computes Volume Data Density.
concat(String, String[]) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
CONF_PREFIX - Static variable in class org.apache.hadoop.hdfs.web.AuthFilter
 
ConnectionContext - Class in org.apache.hadoop.hdfs.server.federation.router
Context to track a connection in a ConnectionPool.
ConnectionContext(NameNodeProxiesClient.ProxyAndInfo<ClientProtocol>) - Constructor for class org.apache.hadoop.hdfs.server.federation.router.ConnectionContext
 
ConnectionManager - Class in org.apache.hadoop.hdfs.server.federation.router
Implements a pool of connections for the Router to be able to open many connections to many Namenodes.
ConnectionManager(Configuration) - Constructor for class org.apache.hadoop.hdfs.server.federation.router.ConnectionManager
Creates a proxy client connection pool manager.
ConnectorFactory - Class in org.apache.hadoop.hdfs.server.diskbalancer.connectors
Connector factory creates appropriate connector based on the URL.
contains(Block) - Method in class org.apache.hadoop.hdfs.server.balancer.MovedBlocks
 
contains(Object) - Method in class org.apache.hadoop.hdfs.util.FoldedTreeSet
 
contains(Object) - Method in class org.apache.hadoop.hdfs.util.LightWeightHashSet
Check if the set contains given element
containsAll(Collection<?>) - Method in class org.apache.hadoop.hdfs.util.FoldedTreeSet
 
containsAll(Collection<?>) - Method in class org.apache.hadoop.hdfs.util.LightWeightHashSet
 
Content - Enum in org.apache.hadoop.hdfs.server.namenode
The content types such as file, directory and symlink to be computed.
Content.Counts - Class in org.apache.hadoop.hdfs.server.namenode
Content counts.
Content.CountsMap - Class in org.apache.hadoop.hdfs.server.namenode
A map of counters for the current state and the snapshots.
Content.CountsMap.Key - Enum in org.apache.hadoop.hdfs.server.namenode
The key type of the map.
ContentCounts - Class in org.apache.hadoop.hdfs.server.namenode
The counter to be computed for content types such as file, directory and symlink, and the storage type usage such as SSD, DISK, ARCHIVE.
ContentCounts.Builder - Class in org.apache.hadoop.hdfs.server.namenode
 
convert(HdfsServerProtos.NamenodeRegistrationProto.NamenodeRoleProto) - Static method in class org.apache.hadoop.hdfs.protocolPB.PBHelper
 
convert(HdfsServerConstants.NamenodeRole) - Static method in class org.apache.hadoop.hdfs.protocolPB.PBHelper
 
convert(StorageInfo) - Static method in class org.apache.hadoop.hdfs.protocolPB.PBHelper
 
convert(HdfsServerProtos.StorageInfoProto, HdfsServerConstants.NodeType) - Static method in class org.apache.hadoop.hdfs.protocolPB.PBHelper
 
convert(NamenodeRegistration) - Static method in class org.apache.hadoop.hdfs.protocolPB.PBHelper
 
convert(HdfsServerProtos.NamenodeRegistrationProto) - Static method in class org.apache.hadoop.hdfs.protocolPB.PBHelper
 
convert(BlocksWithLocations.BlockWithLocations) - Static method in class org.apache.hadoop.hdfs.protocolPB.PBHelper
 
convert(HdfsServerProtos.BlockWithLocationsProto) - Static method in class org.apache.hadoop.hdfs.protocolPB.PBHelper
 
convert(BlocksWithLocations) - Static method in class org.apache.hadoop.hdfs.protocolPB.PBHelper
 
convert(HdfsServerProtos.BlocksWithLocationsProto) - Static method in class org.apache.hadoop.hdfs.protocolPB.PBHelper
 
convert(BlockKey) - Static method in class org.apache.hadoop.hdfs.protocolPB.PBHelper
 
convert(HdfsServerProtos.BlockKeyProto) - Static method in class org.apache.hadoop.hdfs.protocolPB.PBHelper
 
convert(ExportedBlockKeys) - Static method in class org.apache.hadoop.hdfs.protocolPB.PBHelper
 
convert(HdfsServerProtos.ExportedBlockKeysProto) - Static method in class org.apache.hadoop.hdfs.protocolPB.PBHelper
 
convert(CheckpointSignature) - Static method in class org.apache.hadoop.hdfs.protocolPB.PBHelper
 
convert(HdfsServerProtos.CheckpointSignatureProto) - Static method in class org.apache.hadoop.hdfs.protocolPB.PBHelper
 
convert(RemoteEditLog) - Static method in class org.apache.hadoop.hdfs.protocolPB.PBHelper
 
convert(HdfsServerProtos.RemoteEditLogProto) - Static method in class org.apache.hadoop.hdfs.protocolPB.PBHelper
 
convert(RemoteEditLogManifest) - Static method in class org.apache.hadoop.hdfs.protocolPB.PBHelper
 
convert(HdfsServerProtos.RemoteEditLogManifestProto) - Static method in class org.apache.hadoop.hdfs.protocolPB.PBHelper
 
convert(CheckpointCommand) - Static method in class org.apache.hadoop.hdfs.protocolPB.PBHelper
 
convert(NamenodeCommand) - Static method in class org.apache.hadoop.hdfs.protocolPB.PBHelper
 
convert(HdfsServerProtos.NamespaceInfoProto) - Static method in class org.apache.hadoop.hdfs.protocolPB.PBHelper
 
convert(HdfsServerProtos.NamenodeCommandProto) - Static method in class org.apache.hadoop.hdfs.protocolPB.PBHelper
 
convert(BlockRecoveryCommand.RecoveringBlock) - Static method in class org.apache.hadoop.hdfs.protocolPB.PBHelper
 
convert(HdfsServerProtos.RecoveringBlockProto) - Static method in class org.apache.hadoop.hdfs.protocolPB.PBHelper
 
convert(HdfsServerProtos.ReplicaStateProto) - Static method in class org.apache.hadoop.hdfs.protocolPB.PBHelper
 
convert(HdfsServerConstants.ReplicaState) - Static method in class org.apache.hadoop.hdfs.protocolPB.PBHelper
 
convert(DatanodeRegistration) - Static method in class org.apache.hadoop.hdfs.protocolPB.PBHelper
 
convert(DatanodeProtocolProtos.DatanodeRegistrationProto) - Static method in class org.apache.hadoop.hdfs.protocolPB.PBHelper
 
convert(DatanodeProtocolProtos.DatanodeCommandProto) - Static method in class org.apache.hadoop.hdfs.protocolPB.PBHelper
 
convert(BalancerBandwidthCommand) - Static method in class org.apache.hadoop.hdfs.protocolPB.PBHelper
 
convert(KeyUpdateCommand) - Static method in class org.apache.hadoop.hdfs.protocolPB.PBHelper
 
convert(BlockRecoveryCommand) - Static method in class org.apache.hadoop.hdfs.protocolPB.PBHelper
 
convert(FinalizeCommand) - Static method in class org.apache.hadoop.hdfs.protocolPB.PBHelper
 
convert(BlockCommand) - Static method in class org.apache.hadoop.hdfs.protocolPB.PBHelper
 
convert(BlockIdCommand) - Static method in class org.apache.hadoop.hdfs.protocolPB.PBHelper
 
convert(DatanodeCommand) - Static method in class org.apache.hadoop.hdfs.protocolPB.PBHelper
 
convert(DatanodeProtocolProtos.KeyUpdateCommandProto) - Static method in class org.apache.hadoop.hdfs.protocolPB.PBHelper
 
convert(DatanodeProtocolProtos.FinalizeCommandProto) - Static method in class org.apache.hadoop.hdfs.protocolPB.PBHelper
 
convert(DatanodeProtocolProtos.BlockRecoveryCommandProto) - Static method in class org.apache.hadoop.hdfs.protocolPB.PBHelper
 
convert(DatanodeProtocolProtos.BlockCommandProto) - Static method in class org.apache.hadoop.hdfs.protocolPB.PBHelper
 
convert(DatanodeProtocolProtos.BlockIdCommandProto) - Static method in class org.apache.hadoop.hdfs.protocolPB.PBHelper
 
convert(DatanodeProtocolProtos.BalancerBandwidthCommandProto) - Static method in class org.apache.hadoop.hdfs.protocolPB.PBHelper
 
convert(ReceivedDeletedBlockInfo) - Static method in class org.apache.hadoop.hdfs.protocolPB.PBHelper
 
convert(DatanodeProtocolProtos.ReceivedDeletedBlockInfoProto) - Static method in class org.apache.hadoop.hdfs.protocolPB.PBHelper
 
convert(NamespaceInfo) - Static method in class org.apache.hadoop.hdfs.protocolPB.PBHelper
 
convert(HdfsServerProtos.NNHAStatusHeartbeatProto.State) - Static method in class org.apache.hadoop.hdfs.protocolPB.PBHelper
 
convert(HAServiceProtocol.HAServiceState) - Static method in class org.apache.hadoop.hdfs.protocolPB.PBHelper
 
convert(HdfsServerProtos.NNHAStatusHeartbeatProto) - Static method in class org.apache.hadoop.hdfs.protocolPB.PBHelper
 
convert(NNHAStatusHeartbeat) - Static method in class org.apache.hadoop.hdfs.protocolPB.PBHelper
 
convert(JournalProtocolProtos.JournalInfoProto) - Static method in class org.apache.hadoop.hdfs.protocolPB.PBHelper
 
convert(JournalInfo) - Static method in class org.apache.hadoop.hdfs.protocolPB.PBHelper
Method used for converting JournalProtocolProtos.JournalInfoProto sent from Namenode to Journal receivers to NamenodeRegistration.
convert(DatanodeProtocolProtos.BlockReportContextProto) - Static method in class org.apache.hadoop.hdfs.protocolPB.PBHelper
 
convert(BlockReportContext) - Static method in class org.apache.hadoop.hdfs.protocolPB.PBHelper
 
convert(BlockECReconstructionCommand) - Static method in class org.apache.hadoop.hdfs.protocolPB.PBHelper
 
convert(DatanodeProtocolProtos.BlockECReconstructionCommandProto) - Static method in class org.apache.hadoop.hdfs.protocolPB.PBHelper
 
convertBlockECReconstructionInfo(ErasureCodingProtos.BlockECReconstructionInfoProto) - Static method in class org.apache.hadoop.hdfs.protocolPB.PBHelper
 
convertBlockECRecoveryInfo(BlockECReconstructionCommand.BlockECReconstructionInfo) - Static method in class org.apache.hadoop.hdfs.protocolPB.PBHelper
 
convertBlockKeys(List<HdfsServerProtos.BlockKeyProto>) - Static method in class org.apache.hadoop.hdfs.protocolPB.PBHelper
 
convertSlowDiskInfo(SlowDiskReports) - Static method in class org.apache.hadoop.hdfs.protocolPB.PBHelper
 
convertSlowDiskInfo(List<DatanodeProtocolProtos.SlowDiskReportProto>) - Static method in class org.apache.hadoop.hdfs.protocolPB.PBHelper
 
convertSlowPeerInfo(SlowPeerReports) - Static method in class org.apache.hadoop.hdfs.protocolPB.PBHelper
 
convertSlowPeerInfo(List<DatanodeProtocolProtos.SlowPeerReportProto>) - Static method in class org.apache.hadoop.hdfs.protocolPB.PBHelper
 
convertVolumeFailureSummary(DatanodeProtocolProtos.VolumeFailureSummaryProto) - Static method in class org.apache.hadoop.hdfs.protocolPB.PBHelper
 
convertVolumeFailureSummary(VolumeFailureSummary) - Static method in class org.apache.hadoop.hdfs.protocolPB.PBHelper
 
copyBlockdata(URI) - Method in class org.apache.hadoop.hdfs.server.datanode.LocalReplica
 
copyBlocks(DiskBalancer.VolumePair, DiskBalancerWorkItem) - Method in interface org.apache.hadoop.hdfs.server.datanode.DiskBalancer.BlockMover
Copies blocks from a set of volumes.
copyBlocks(DiskBalancer.VolumePair, DiskBalancerWorkItem) - Method in class org.apache.hadoop.hdfs.server.datanode.DiskBalancer.DiskBalancerMover
Copies blocks from a set of volumes.
copyMetadata(URI) - Method in class org.apache.hadoop.hdfs.server.datanode.LocalReplica
 
CopyWithQuota(byte[], PermissionStatus, AclFeature, long, long, long, EnumCounters<StorageType>, XAttrFeature) - Constructor for class org.apache.hadoop.hdfs.server.namenode.INodeDirectoryAttributes.CopyWithQuota
 
CopyWithQuota(INodeDirectory) - Constructor for class org.apache.hadoop.hdfs.server.namenode.INodeDirectoryAttributes.CopyWithQuota
 
CorruptionException(String) - Constructor for exception org.apache.hadoop.hdfs.server.namenode.JournalManager.CorruptionException
 
corruptReplicas() - Method in class org.apache.hadoop.hdfs.server.blockmanagement.NumberReplicas
 
CorruptReplicasMap.Reason - Enum in org.apache.hadoop.hdfs.server.blockmanagement
The corruption reason code
create(String) - Method in class org.apache.hadoop.hdfs.server.diskbalancer.command.Command
Returns a file created in the cluster.
create(Configuration, RouterRpcServer) - Static method in class org.apache.hadoop.hdfs.server.federation.metrics.FederationRPCMetrics
 
create(Configuration) - Static method in class org.apache.hadoop.hdfs.server.federation.metrics.StateStoreMetrics
 
create(Configuration) - Static method in class org.apache.hadoop.hdfs.server.federation.router.RouterMetrics
 
create(String, FsPermission, String, EnumSetWritable<CreateFlag>, boolean, short, long, CryptoProtocolVersion[], String) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
create(DataInputStream, StreamLimiter, int) - Static method in class org.apache.hadoop.hdfs.server.namenode.FSEditLogOp.Reader
 
create(Configuration, HdfsServerConstants.NamenodeRole) - Static method in class org.apache.hadoop.hdfs.server.namenode.metrics.NameNodeMetrics
 
create(E) - Method in class org.apache.hadoop.hdfs.util.Diff
Create an element in current state.
createDefaultSuite() - Static method in class org.apache.hadoop.hdfs.server.blockmanagement.BlockStoragePolicySuite
 
CREATEDLISTSIZE_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DirectoryDiff
 
createEncryptionZone(String, String) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
createIdentifier() - Method in class org.apache.hadoop.hdfs.security.token.block.BlockPoolTokenSecretManager
Return an empty BlockTokenIdentifer
createInfo() - Method in class org.apache.hadoop.hdfs.server.datanode.FinalizedReplica
 
createInfo() - Method in class org.apache.hadoop.hdfs.server.datanode.LocalReplicaInPipeline
 
createInfo() - Method in class org.apache.hadoop.hdfs.server.datanode.ReplicaUnderRecovery
 
createInfo() - Method in class org.apache.hadoop.hdfs.server.datanode.ReplicaWaitingToBeRecovered
 
createNewMemorySegment(String, DomainSocket) - Method in class org.apache.hadoop.hdfs.server.datanode.ShortCircuitRegistry
Handle a DFSClient request to create a new memory segment.
createPassword(BlockTokenIdentifier) - Method in class org.apache.hadoop.hdfs.security.token.block.BlockPoolTokenSecretManager
 
createProxy(Configuration, InetSocketAddress, Class<T>, UserGroupInformation, boolean, AtomicBoolean) - Method in class org.apache.hadoop.hdfs.server.namenode.ha.NameNodeHAProxyFactory
 
createProxy(Configuration, InetSocketAddress, Class<T>, UserGroupInformation, boolean) - Method in class org.apache.hadoop.hdfs.server.namenode.ha.NameNodeHAProxyFactory
 
createRecoveryContext() - Method in enum org.apache.hadoop.hdfs.server.common.HdfsServerConstants.StartupOption
 
createRestartMetaStream() - Method in class org.apache.hadoop.hdfs.server.datanode.LocalReplicaInPipeline
 
createRestartMetaStream() - Method in interface org.apache.hadoop.hdfs.server.datanode.ReplicaInPipeline
Create an output stream to write restart metadata in case of datanode shutting down for quick restart.
createSnapshot(String) - Method in class org.apache.hadoop.hdfs.server.diskbalancer.datamodel.DiskBalancerCluster
Writes a snapshot of the cluster to the specified directory.
createSnapshot(String, String) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
createSnapshot(LeaseManager, INodesInPath, String, String) - Method in class org.apache.hadoop.hdfs.server.namenode.snapshot.SnapshotManager
Create a snapshot of the given path.
createStreams(boolean, DataChecksum) - Method in class org.apache.hadoop.hdfs.server.datanode.LocalReplicaInPipeline
 
createStreams(boolean, DataChecksum) - Method in interface org.apache.hadoop.hdfs.server.datanode.ReplicaInPipeline
Create output streams for writing to this replica, one for block file and one for CRC file
createSymlink(String, String, FsPermission, boolean) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
CURRENTID_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection
 

D

DatanodeDescriptor.CachedBlocksList - Class in org.apache.hadoop.hdfs.server.blockmanagement
A list of CachedBlock objects on this datanode.
DatanodeDescriptor.CachedBlocksList.Type - Enum in org.apache.hadoop.hdfs.server.blockmanagement
 
DatanodeDescriptor.LeavingServiceStatus - Class in org.apache.hadoop.hdfs.server.blockmanagement
Leaving service status.
DatanodeHttpServer - Class in org.apache.hadoop.hdfs.server.datanode.web
 
DatanodeHttpServer(Configuration, DataNode, ServerSocketChannel) - Constructor for class org.apache.hadoop.hdfs.server.datanode.web.DatanodeHttpServer
 
DataNodeLayoutVersion.Feature - Enum in org.apache.hadoop.hdfs.server.datanode
Enums for features that change the layout version.
DataNodeMetricHelper - Class in org.apache.hadoop.hdfs.server.datanode.metrics
 
DataNodeMetricHelper() - Constructor for class org.apache.hadoop.hdfs.server.datanode.metrics.DataNodeMetricHelper
 
DatanodeProtocolServerSideTranslatorPB - Class in org.apache.hadoop.hdfs.protocolPB
 
DatanodeProtocolServerSideTranslatorPB(DatanodeProtocol, int) - Constructor for class org.apache.hadoop.hdfs.protocolPB.DatanodeProtocolServerSideTranslatorPB
 
DatanodeStatistics - Interface in org.apache.hadoop.hdfs.server.blockmanagement
Datanode statistics
DatanodeStorageInfo - Class in org.apache.hadoop.hdfs.server.blockmanagement
A Datanode has one or more storages.
DataNodeUGIProvider - Class in org.apache.hadoop.hdfs.server.datanode.web.webhdfs
Create UGI from the request for the WebHDFS requests for the DNs.
DatasetVolumeChecker - Class in org.apache.hadoop.hdfs.server.datanode.checker
A class that encapsulates running disk checks against each volume of an FsDatasetSpi and allows retrieving a list of failed volumes.
DatasetVolumeChecker(Configuration, Timer) - Constructor for class org.apache.hadoop.hdfs.server.datanode.checker.DatasetVolumeChecker
 
DatasetVolumeChecker.Callback - Interface in org.apache.hadoop.hdfs.server.datanode.checker
A callback interface that is supplied the result of running an async disk check on multiple volumes.
DataTransferThrottler - Class in org.apache.hadoop.hdfs.util
a class to throttle the data transfers.
DataTransferThrottler(long) - Constructor for class org.apache.hadoop.hdfs.util.DataTransferThrottler
Constructor
DataTransferThrottler(long, long) - Constructor for class org.apache.hadoop.hdfs.util.DataTransferThrottler
Constructor
DATECREATED_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.MountTableRecordProto
 
DATECREATED_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProto
 
DATECREATED_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterRecordProto
 
DATEMODIFIED_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.MountTableRecordProto
 
DATEMODIFIED_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProto
 
DATEMODIFIED_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterRecordProto
 
DATESTARTED_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterRecordProto
 
DBlock(Block) - Constructor for class org.apache.hadoop.hdfs.server.balancer.Dispatcher.DBlock
 
DBlockStriped(Block, byte[], short, int) - Constructor for class org.apache.hadoop.hdfs.server.balancer.Dispatcher.DBlockStriped
 
decodeOp() - Method in class org.apache.hadoop.hdfs.server.namenode.FSEditLogOp.Reader
Read an opcode from the input stream.
decommissioned() - Method in class org.apache.hadoop.hdfs.server.blockmanagement.NumberReplicas
 
decommissionedAndDecommissioning() - Method in class org.apache.hadoop.hdfs.server.blockmanagement.NumberReplicas
 
decommissioning() - Method in class org.apache.hadoop.hdfs.server.blockmanagement.NumberReplicas
 
decrementAndGetRefCount() - Method in interface org.apache.hadoop.hdfs.util.ReferenceCountMap.ReferenceCounter
 
decrementBlocksScheduled(DatanodeStorageInfo...) - Static method in class org.apache.hadoop.hdfs.server.blockmanagement.DatanodeStorageInfo
Decrement the number of blocks scheduled for each given storage.
DEFAULT - Static variable in class org.apache.hadoop.hdfs.web.resources.NamenodeAddressParam
Default parameter value.
DEFAULT - Static variable in class org.apache.hadoop.hdfs.web.resources.TokenKindParam
Default parameter value.
DEFAULT - Static variable in class org.apache.hadoop.hdfs.web.resources.TokenServiceParam
Default parameter value.
DEFAULT_FILES_PER_DIRECTORY - Static variable in class org.apache.hadoop.hdfs.server.namenode.INodeDirectory
 
DEFAULT_MAX_LOAD_FACTOR - Static variable in class org.apache.hadoop.hdfs.util.LightWeightHashSet
 
DEFAULT_NAMESPACE_QUOTA - Static variable in class org.apache.hadoop.hdfs.server.namenode.DirectoryWithQuotaFeature
 
DEFAULT_PROVIDER - Static variable in class org.apache.hadoop.hdfs.server.namenode.DefaultINodeAttributesProvider
 
DEFAULT_STORAGE_SPACE_QUOTA - Static variable in class org.apache.hadoop.hdfs.server.namenode.DirectoryWithQuotaFeature
 
DEFAULT_TOP - Static variable in class org.apache.hadoop.hdfs.tools.DiskBalancerCLI
specify default top number of nodes to be processed.
DefaultINodeAttributesProvider - Class in org.apache.hadoop.hdfs.server.namenode
A default implementation of the INodeAttributesProvider
DefaultINodeAttributesProvider() - Constructor for class org.apache.hadoop.hdfs.server.namenode.DefaultINodeAttributesProvider
 
DEFAUT_MIN_LOAD_FACTOR - Static variable in class org.apache.hadoop.hdfs.util.LightWeightHashSet
 
delayUntil - Variable in class org.apache.hadoop.hdfs.server.balancer.Dispatcher.DDatanode
 
DelegationTokenSecretManager.SecretManagerState - Class in org.apache.hadoop.hdfs.security.token.delegation
 
delete(String, boolean) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
delete(UserGroupInformation, DelegationParam, UserParam, DoAsParam, UriFsPathParam, DeleteOpParam, RecursiveParam, SnapshotNameParam) - Method in class org.apache.hadoop.hdfs.server.namenode.web.resources.NamenodeWebHdfsMethods
Handle HTTP DELETE request.
delete(E) - Method in class org.apache.hadoop.hdfs.util.Diff
Delete an element from current state.
deleteBlockData() - Method in class org.apache.hadoop.hdfs.server.datanode.LocalReplica
 
DELETEDINODE_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DirectoryDiff
 
DELETEDINODEREF_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DirectoryDiff
 
deleteMetadata() - Method in class org.apache.hadoop.hdfs.server.datanode.LocalReplica
 
deleteRoot(UserGroupInformation, DelegationParam, UserParam, DoAsParam, DeleteOpParam, RecursiveParam, SnapshotNameParam) - Method in class org.apache.hadoop.hdfs.server.namenode.web.resources.NamenodeWebHdfsMethods
Handle HTTP DELETE request for the root.
deleteSnapshot(String, String) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
deleteSnapshot(INodesInPath, String, INode.ReclaimContext) - Method in class org.apache.hadoop.hdfs.server.namenode.snapshot.SnapshotManager
Delete a snapshot for a snapshottable directory
deserialize(byte[], Class<T>) - Method in class org.apache.hadoop.hdfs.server.federation.store.driver.impl.StateStoreSerializerPBImpl
 
deserialize(String, Class<T>) - Method in class org.apache.hadoop.hdfs.server.federation.store.driver.impl.StateStoreSerializerPBImpl
 
deserialize(byte[], Class<T>) - Method in class org.apache.hadoop.hdfs.server.federation.store.driver.StateStoreSerializer
Deserialize a bytes array into a record.
deserialize(String, Class<T>) - Method in class org.apache.hadoop.hdfs.server.federation.store.driver.StateStoreSerializer
Deserialize a string into a record.
DestinationOrder - Enum in org.apache.hadoop.hdfs.server.federation.resolver.order
Order of the destinations when we have multiple of them.
DESTINATIONS_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.MountTableRecordProto
 
DESTORDER_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.MountTableRecordProto
 
destroy() - Method in class org.apache.hadoop.hdfs.server.datanode.SecureDataNodeStarter
 
destroyAndCollectBlocks(INode.ReclaimContext) - Method in class org.apache.hadoop.hdfs.server.namenode.INodeDirectory
 
destroyAndCollectBlocks(INode.ReclaimContext) - Method in class org.apache.hadoop.hdfs.server.namenode.INodeReference
 
destroyAndCollectBlocks(INode.ReclaimContext) - Method in class org.apache.hadoop.hdfs.server.namenode.INodeReference.DstReference
Destroy self and clear everything! If the INode is a file, this method collects its blocks for further block deletion.
destroyAndCollectBlocks(INode.ReclaimContext) - Method in class org.apache.hadoop.hdfs.server.namenode.INodeReference.WithName
 
destroyAndCollectSnapshotBlocks(INode.BlocksMapUpdateInfo) - Method in class org.apache.hadoop.hdfs.server.namenode.snapshot.FileDiff
 
destroyAndCollectSnapshotBlocks(INode.BlocksMapUpdateInfo) - Method in class org.apache.hadoop.hdfs.server.namenode.snapshot.FileDiffList
 
DFS_DATATRANSFER_CLIENT_FIXED_BLACK_LIST_FILE - Static variable in class org.apache.hadoop.hdfs.protocol.datatransfer.BlackListBasedTrustedChannelResolver
Path to the file containing subnets and ip addresses to form fixed BlackList.
DFS_DATATRANSFER_CLIENT_FIXEDWHITELIST_FILE - Static variable in class org.apache.hadoop.hdfs.protocol.datatransfer.WhitelistBasedTrustedChannelResolver
Path to the file to containing subnets and ip addresses to form fixed whitelist.
DFS_DATATRANSFER_CLIENT_VARIABLE_BLACK_LIST_CACHE_SECS - Static variable in class org.apache.hadoop.hdfs.protocol.datatransfer.BlackListBasedTrustedChannelResolver
Time in seconds after which the variable BlackList file is checked for updates.
DFS_DATATRANSFER_CLIENT_VARIABLE_BLACK_LIST_ENABLE - Static variable in class org.apache.hadoop.hdfs.protocol.datatransfer.BlackListBasedTrustedChannelResolver
Enables/Disables variable BlackList.
DFS_DATATRANSFER_CLIENT_VARIABLE_BLACK_LIST_FILE - Static variable in class org.apache.hadoop.hdfs.protocol.datatransfer.BlackListBasedTrustedChannelResolver
Path to the file to containing subnets and ip addresses to form variable BlackList.
DFS_DATATRANSFER_CLIENT_VARIABLEWHITELIST_CACHE_SECS - Static variable in class org.apache.hadoop.hdfs.protocol.datatransfer.WhitelistBasedTrustedChannelResolver
time in seconds by which the variable whitelist file is checked for updates
DFS_DATATRANSFER_CLIENT_VARIABLEWHITELIST_ENABLE - Static variable in class org.apache.hadoop.hdfs.protocol.datatransfer.WhitelistBasedTrustedChannelResolver
Enables/Disables variable whitelist
DFS_DATATRANSFER_CLIENT_VARIABLEWHITELIST_FILE - Static variable in class org.apache.hadoop.hdfs.protocol.datatransfer.WhitelistBasedTrustedChannelResolver
Path to the file to containing subnets and ip addresses to form variable whitelist.
DFS_DATATRANSFER_SERVER_FIXED_BLACK_LIST_FILE - Static variable in class org.apache.hadoop.hdfs.protocol.datatransfer.BlackListBasedTrustedChannelResolver
Path to the file containing subnets and ip addresses to form fixed BlackList.
DFS_DATATRANSFER_SERVER_FIXEDWHITELIST_FILE - Static variable in class org.apache.hadoop.hdfs.protocol.datatransfer.WhitelistBasedTrustedChannelResolver
Path to the file to containing subnets and ip addresses to form fixed whitelist.
DFS_DATATRANSFER_SERVER_VARIABLE_BLACK_LIST_CACHE_SECS - Static variable in class org.apache.hadoop.hdfs.protocol.datatransfer.BlackListBasedTrustedChannelResolver
Time in seconds after which the variable BlackList file is checked for updates.
DFS_DATATRANSFER_SERVER_VARIABLE_BLACK_LIST_ENABLE - Static variable in class org.apache.hadoop.hdfs.protocol.datatransfer.BlackListBasedTrustedChannelResolver
Enables/Disables variable BlackList.
DFS_DATATRANSFER_SERVER_VARIABLE_BLACK_LIST_FILE - Static variable in class org.apache.hadoop.hdfs.protocol.datatransfer.BlackListBasedTrustedChannelResolver
Path to the file containing subnets and ip addresses to form variable BlackList.
DFS_DATATRANSFER_SERVER_VARIABLEWHITELIST_CACHE_SECS - Static variable in class org.apache.hadoop.hdfs.protocol.datatransfer.WhitelistBasedTrustedChannelResolver
time in seconds by which the variable whitelist file is checked for updates
DFS_DATATRANSFER_SERVER_VARIABLEWHITELIST_ENABLE - Static variable in class org.apache.hadoop.hdfs.protocol.datatransfer.WhitelistBasedTrustedChannelResolver
Enables/Disables variable whitelist
DFS_DATATRANSFER_SERVER_VARIABLEWHITELIST_FILE - Static variable in class org.apache.hadoop.hdfs.protocol.datatransfer.WhitelistBasedTrustedChannelResolver
Path to the file to containing subnets and ip addresses to form variable whitelist.
DFSHAAdmin - Class in org.apache.hadoop.hdfs.tools
Class to extend HAAdmin to do a little bit of HDFS-specific configuration.
DFSHAAdmin() - Constructor for class org.apache.hadoop.hdfs.tools.DFSHAAdmin
 
DFSNetworkTopology - Class in org.apache.hadoop.hdfs.net
The HDFS specific network topology class.
DFSNetworkTopology() - Constructor for class org.apache.hadoop.hdfs.net.DFSNetworkTopology
 
DFSRouter - Class in org.apache.hadoop.hdfs.server.federation.router
Tool to start the Router for Router-based federation.
DFSTopologyNodeImpl - Class in org.apache.hadoop.hdfs.net
The HDFS-specific representation of a network topology inner node.
DFSUtil.ConfiguredNNAddress - Class in org.apache.hadoop.hdfs
Represent one of the NameNodes configured in the cluster.
DFSUtil.ServiceComparator - Class in org.apache.hadoop.hdfs
Comparator for sorting DataNodeInfo[] based on decommissioned and entering_maintenance states.
diff(INodesInPath, String, String, String) - Method in class org.apache.hadoop.hdfs.server.namenode.snapshot.SnapshotManager
Compute the difference between two snapshots of a directory, or between a snapshot of the directory and its current tree.
Diff<K,E extends Diff.Element<K>> - Class in org.apache.hadoop.hdfs.util
The difference between the current state and a previous state of a list.
Diff() - Constructor for class org.apache.hadoop.hdfs.util.Diff
 
Diff(List<E>, List<E>) - Constructor for class org.apache.hadoop.hdfs.util.Diff
 
Diff.Container<E> - Class in org.apache.hadoop.hdfs.util
Containing exactly one element.
Diff.Element<K> - Interface in org.apache.hadoop.hdfs.util
An interface for the elements in a Diff.
Diff.ListType - Enum in org.apache.hadoop.hdfs.util
 
Diff.Processor<E> - Interface in org.apache.hadoop.hdfs.util
An interface for passing a method in order to process elements.
Diff.UndoInfo<E> - Class in org.apache.hadoop.hdfs.util
Undo information for some operations such as delete(E) and Diff.modify(Element, Element).
directExecutor() - Static method in class org.apache.hadoop.hdfs.server.datanode.checker.AbstractFuture
Returns an Executor that runs each task in the thread that invokes execute, as in CallerRunsPolicy.
directives - Variable in class org.apache.hadoop.hdfs.server.namenode.CacheManager.PersistState
 
directory(long) - Method in class org.apache.hadoop.hdfs.server.namenode.ContentCounts.Builder
 
DIRECTORY_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INode
 
DIRECTORY_VALUE - Static variable in enum org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INode.Type
DIRECTORY = 2;
DIRECTORYDIFF_VALUE - Static variable in enum org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DiffEntry.Type
DIRECTORYDIFF = 2;
DirectoryDiffList() - Constructor for class org.apache.hadoop.hdfs.server.namenode.snapshot.DirectoryWithSnapshotFeature.DirectoryDiffList
 
DirectoryScanner.BlockDirFilter - Enum in org.apache.hadoop.hdfs.server.datanode
 
DirectoryScanner.ReportCompiler - Class in org.apache.hadoop.hdfs.server.datanode
The ReportCompiler class encapsulates the process of searching a datanode's disks for block information.
DirectoryWithQuotaFeature - Class in org.apache.hadoop.hdfs.server.namenode
Quota feature for INodeDirectory.
DirectoryWithQuotaFeature.Builder - Class in org.apache.hadoop.hdfs.server.namenode
 
DirectoryWithSnapshotFeature.DirectoryDiff - Class in org.apache.hadoop.hdfs.server.namenode.snapshot
The difference of an INodeDirectory between two snapshots.
DirectoryWithSnapshotFeature.DirectoryDiffList - Class in org.apache.hadoop.hdfs.server.namenode.snapshot
A list of directory diffs.
disableBlockPoolId(String) - Method in class org.apache.hadoop.hdfs.server.datanode.VolumeScanner
Disallow the scanner from scanning the given block pool.
disableErasureCodingPolicy(String) - Method in class org.apache.hadoop.hdfs.server.federation.router.ErasureCoding
 
disableErasureCodingPolicy(String) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
disallowSnapshot(String) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
discardSegments(RpcController, QJournalProtocolProtos.DiscardSegmentsRequestProto) - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.QJournalProtocolService.BlockingInterface
 
discardSegments(RpcController, QJournalProtocolProtos.DiscardSegmentsRequestProto, RpcCallback<QJournalProtocolProtos.DiscardSegmentsResponseProto>) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.QJournalProtocolService
rpc discardSegments(.hadoop.hdfs.qjournal.DiscardSegmentsRequestProto) returns (.hadoop.hdfs.qjournal.DiscardSegmentsResponseProto);
discardSegments(RpcController, QJournalProtocolProtos.DiscardSegmentsRequestProto, RpcCallback<QJournalProtocolProtos.DiscardSegmentsResponseProto>) - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.QJournalProtocolService.Interface
rpc discardSegments(.hadoop.hdfs.qjournal.DiscardSegmentsRequestProto) returns (.hadoop.hdfs.qjournal.DiscardSegmentsResponseProto);
discardSegments(RpcController, QJournalProtocolProtos.DiscardSegmentsRequestProto, RpcCallback<QJournalProtocolProtos.DiscardSegmentsResponseProto>) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.QJournalProtocolService.Stub
 
DiskBalancer.BlockMover - Interface in org.apache.hadoop.hdfs.server.datanode
BlockMover supports moving blocks across Volumes.
DiskBalancer.DiskBalancerMover - Class in org.apache.hadoop.hdfs.server.datanode
Actual DataMover class for DiskBalancer.
DiskBalancer.VolumePair - Class in org.apache.hadoop.hdfs.server.datanode
Holds source and dest volumes UUIDs and their BasePaths that disk balancer will be operating against.
DiskBalancerCLI - Class in org.apache.hadoop.hdfs.tools
DiskBalancer is a tool that can be used to ensure that data is spread evenly across volumes of same storage type.
DiskBalancerCLI(Configuration) - Constructor for class org.apache.hadoop.hdfs.tools.DiskBalancerCLI
Construct a DiskBalancer.
DiskBalancerCLI(Configuration, PrintStream) - Constructor for class org.apache.hadoop.hdfs.tools.DiskBalancerCLI
 
DiskBalancerCluster - Class in org.apache.hadoop.hdfs.server.diskbalancer.datamodel
DiskBalancerCluster represents the nodes that we are working against.
DiskBalancerCluster() - Constructor for class org.apache.hadoop.hdfs.server.diskbalancer.datamodel.DiskBalancerCluster
Empty Constructor needed by Jackson.
DiskBalancerCluster(ClusterConnector) - Constructor for class org.apache.hadoop.hdfs.server.diskbalancer.datamodel.DiskBalancerCluster
Constructs a DiskBalancerCluster.
DiskBalancerDataNode - Class in org.apache.hadoop.hdfs.server.diskbalancer.datamodel
DiskBalancerDataNode represents a DataNode that exists in the cluster.
DiskBalancerDataNode() - Constructor for class org.apache.hadoop.hdfs.server.diskbalancer.datamodel.DiskBalancerDataNode
Constructs an Empty Data Node.
DiskBalancerDataNode(String) - Constructor for class org.apache.hadoop.hdfs.server.diskbalancer.datamodel.DiskBalancerDataNode
Constructs a DataNode.
DiskBalancerException - Exception in org.apache.hadoop.hdfs.server.diskbalancer
Disk Balancer Exceptions.
DiskBalancerException(String, DiskBalancerException.Result) - Constructor for exception org.apache.hadoop.hdfs.server.diskbalancer.DiskBalancerException
Constructs an IOException with the specified detail message.
DiskBalancerException(String, Throwable, DiskBalancerException.Result) - Constructor for exception org.apache.hadoop.hdfs.server.diskbalancer.DiskBalancerException
Constructs an IOException with the specified detail message and cause.
DiskBalancerException(Throwable, DiskBalancerException.Result) - Constructor for exception org.apache.hadoop.hdfs.server.diskbalancer.DiskBalancerException
Constructs an IOException with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
DiskBalancerException.Result - Enum in org.apache.hadoop.hdfs.server.diskbalancer
Results returned by the RPC layer of DiskBalancer.
DiskBalancerMover(FsDatasetSpi, Configuration) - Constructor for class org.apache.hadoop.hdfs.server.datanode.DiskBalancer.DiskBalancerMover
Constructs diskBalancerMover.
DiskBalancerVolume - Class in org.apache.hadoop.hdfs.server.diskbalancer.datamodel
DiskBalancerVolume represents a volume in the DataNode.
DiskBalancerVolume() - Constructor for class org.apache.hadoop.hdfs.server.diskbalancer.datamodel.DiskBalancerVolume
Constructs DiskBalancerVolume.
DiskBalancerVolumeSet - Class in org.apache.hadoop.hdfs.server.diskbalancer.datamodel
DiskBalancerVolumeSet is a collection of storage devices on the data node which are of similar StorageType.
DiskBalancerVolumeSet() - Constructor for class org.apache.hadoop.hdfs.server.diskbalancer.datamodel.DiskBalancerVolumeSet
Constructs Empty DiskNBalanceVolumeSet.
DiskBalancerVolumeSet(boolean) - Constructor for class org.apache.hadoop.hdfs.server.diskbalancer.datamodel.DiskBalancerVolumeSet
Constructs a DiskBalancerVolumeSet.
DiskBalancerVolumeSet(DiskBalancerVolumeSet) - Constructor for class org.apache.hadoop.hdfs.server.diskbalancer.datamodel.DiskBalancerVolumeSet
Constructs a new DiskBalancerVolumeSet.
DiskLatency(String, Map<SlowDiskReports.DiskOp, Double>) - Constructor for class org.apache.hadoop.hdfs.server.blockmanagement.SlowDiskTracker.DiskLatency
Constructor needed by Jackson for Object mapping.
DiskLatency(String, Map<SlowDiskReports.DiskOp, Double>, long) - Constructor for class org.apache.hadoop.hdfs.server.blockmanagement.SlowDiskTracker.DiskLatency
 
Dispatcher.DBlock - Class in org.apache.hadoop.hdfs.server.balancer
A class for keeping track of block locations in the dispatcher.
Dispatcher.DBlockStriped - Class in org.apache.hadoop.hdfs.server.balancer
 
Dispatcher.DDatanode - Class in org.apache.hadoop.hdfs.server.balancer
A class that keeps track of a datanode.
Dispatcher.DDatanode.StorageGroup - Class in org.apache.hadoop.hdfs.server.balancer
A group of storages in a datanode with the same storage type.
Dispatcher.PendingMove - Class in org.apache.hadoop.hdfs.server.balancer
This class keeps track of a scheduled reportedBlock move
Dispatcher.Source - Class in org.apache.hadoop.hdfs.server.balancer
A node that can be the sources of a block move
Dispatcher.StorageGroupMap<G extends Dispatcher.DDatanode.StorageGroup> - Class in org.apache.hadoop.hdfs.server.balancer
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.apache.hadoop.hdfs.web.AuthFilter
 
doFinalize(RpcController, QJournalProtocolProtos.DoFinalizeRequestProto) - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.QJournalProtocolService.BlockingInterface
 
doFinalize(RpcController, QJournalProtocolProtos.DoFinalizeRequestProto, RpcCallback<QJournalProtocolProtos.DoFinalizeResponseProto>) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.QJournalProtocolService
rpc doFinalize(.hadoop.hdfs.qjournal.DoFinalizeRequestProto) returns (.hadoop.hdfs.qjournal.DoFinalizeResponseProto);
doFinalize(RpcController, QJournalProtocolProtos.DoFinalizeRequestProto, RpcCallback<QJournalProtocolProtos.DoFinalizeResponseProto>) - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.QJournalProtocolService.Interface
rpc doFinalize(.hadoop.hdfs.qjournal.DoFinalizeRequestProto) returns (.hadoop.hdfs.qjournal.DoFinalizeResponseProto);
doFinalize(RpcController, QJournalProtocolProtos.DoFinalizeRequestProto, RpcCallback<QJournalProtocolProtos.DoFinalizeResponseProto>) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.QJournalProtocolService.Stub
 
doFinalize() - Method in class org.apache.hadoop.hdfs.qjournal.server.Journal
 
doPreUpgrade(RpcController, QJournalProtocolProtos.DoPreUpgradeRequestProto) - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.QJournalProtocolService.BlockingInterface
 
doPreUpgrade(RpcController, QJournalProtocolProtos.DoPreUpgradeRequestProto, RpcCallback<QJournalProtocolProtos.DoPreUpgradeResponseProto>) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.QJournalProtocolService
rpc doPreUpgrade(.hadoop.hdfs.qjournal.DoPreUpgradeRequestProto) returns (.hadoop.hdfs.qjournal.DoPreUpgradeResponseProto);
doPreUpgrade(RpcController, QJournalProtocolProtos.DoPreUpgradeRequestProto, RpcCallback<QJournalProtocolProtos.DoPreUpgradeResponseProto>) - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.QJournalProtocolService.Interface
rpc doPreUpgrade(.hadoop.hdfs.qjournal.DoPreUpgradeRequestProto) returns (.hadoop.hdfs.qjournal.DoPreUpgradeResponseProto);
doPreUpgrade(RpcController, QJournalProtocolProtos.DoPreUpgradeRequestProto, RpcCallback<QJournalProtocolProtos.DoPreUpgradeResponseProto>) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.QJournalProtocolService.Stub
 
doPreUpgrade() - Method in class org.apache.hadoop.hdfs.qjournal.server.Journal
 
doRollback(RpcController, QJournalProtocolProtos.DoRollbackRequestProto) - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.QJournalProtocolService.BlockingInterface
 
doRollback(RpcController, QJournalProtocolProtos.DoRollbackRequestProto, RpcCallback<QJournalProtocolProtos.DoRollbackResponseProto>) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.QJournalProtocolService
rpc doRollback(.hadoop.hdfs.qjournal.DoRollbackRequestProto) returns (.hadoop.hdfs.qjournal.DoRollbackResponseProto);
doRollback(RpcController, QJournalProtocolProtos.DoRollbackRequestProto, RpcCallback<QJournalProtocolProtos.DoRollbackResponseProto>) - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.QJournalProtocolService.Interface
rpc doRollback(.hadoop.hdfs.qjournal.DoRollbackRequestProto) returns (.hadoop.hdfs.qjournal.DoRollbackResponseProto);
doRollback(RpcController, QJournalProtocolProtos.DoRollbackRequestProto, RpcCallback<QJournalProtocolProtos.DoRollbackResponseProto>) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.QJournalProtocolService.Stub
 
doRollback() - Method in class org.apache.hadoop.hdfs.qjournal.server.Journal
 
doUpgrade(RpcController, QJournalProtocolProtos.DoUpgradeRequestProto) - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.QJournalProtocolService.BlockingInterface
 
doUpgrade(RpcController, QJournalProtocolProtos.DoUpgradeRequestProto, RpcCallback<QJournalProtocolProtos.DoUpgradeResponseProto>) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.QJournalProtocolService
rpc doUpgrade(.hadoop.hdfs.qjournal.DoUpgradeRequestProto) returns (.hadoop.hdfs.qjournal.DoUpgradeResponseProto);
doUpgrade(RpcController, QJournalProtocolProtos.DoUpgradeRequestProto, RpcCallback<QJournalProtocolProtos.DoUpgradeResponseProto>) - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.QJournalProtocolService.Interface
rpc doUpgrade(.hadoop.hdfs.qjournal.DoUpgradeRequestProto) returns (.hadoop.hdfs.qjournal.DoUpgradeResponseProto);
doUpgrade(RpcController, QJournalProtocolProtos.DoUpgradeRequestProto, RpcCallback<QJournalProtocolProtos.DoUpgradeResponseProto>) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.QJournalProtocolService.Stub
 
doUpgrade(StorageInfo) - Method in class org.apache.hadoop.hdfs.qjournal.server.Journal
 
doUpgrade(Storage.StorageDirectory, Storage) - Static method in class org.apache.hadoop.hdfs.server.namenode.NNUpgradeUtil
Perform the upgrade of the storage dir to the given storage info.
dropCacheBehindReads(String, long, long, int) - Method in class org.apache.hadoop.hdfs.server.datanode.fsdataset.ReplicaInputStreams
 
dropCacheBehindWrites(String, long, long, int) - Method in class org.apache.hadoop.hdfs.server.datanode.fsdataset.ReplicaOutputStreams
 
DSQUOTA_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeDirectory
 
DstReference(INodeDirectory, INodeReference.WithCount, int) - Constructor for class org.apache.hadoop.hdfs.server.namenode.INodeReference.DstReference
 
DSTSNAPSHOTID_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeReferenceSection.INodeReference
 
dumpTreeRecursively(PrintWriter, StringBuilder, int) - Method in class org.apache.hadoop.hdfs.server.namenode.INodeDirectory
 
dumpTreeRecursively(PrintWriter, StringBuilder, Iterable<INodeDirectory.SnapshotAndINode>) - Static method in class org.apache.hadoop.hdfs.server.namenode.INodeDirectory
Dump the given subtrees.
dumpTreeRecursively(PrintWriter, StringBuilder, int) - Method in class org.apache.hadoop.hdfs.server.namenode.INodeReference
 
duringMerge() - Method in class org.apache.hadoop.hdfs.server.namenode.CheckpointFaultInjector
 
duringUploadInProgess() - Method in class org.apache.hadoop.hdfs.server.namenode.CheckpointFaultInjector
 

E

EMPTY_ARRAY - Static variable in class org.apache.hadoop.hdfs.server.blockmanagement.DatanodeStorageInfo
 
EMPTY_CREATE_FLAG - Static variable in class org.apache.hadoop.hdfs.server.datanode.web.webhdfs.WebHdfsHandler
 
EMPTY_LIST - Static variable in class org.apache.hadoop.hdfs.server.namenode.EncryptionZoneManager
 
emptyList() - Static method in class org.apache.hadoop.hdfs.util.ReadOnlyList.Util
 
enableBlockPoolId(String) - Method in class org.apache.hadoop.hdfs.server.datanode.VolumeScanner
Allow the scanner to scan the given block pool.
enableErasureCodingPolicy(String) - Method in class org.apache.hadoop.hdfs.server.federation.router.ErasureCoding
 
enableErasureCodingPolicy(String) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
EncryptionFaultInjector - Class in org.apache.hadoop.hdfs.server.namenode
Used to inject certain faults for testing.
EncryptionFaultInjector() - Constructor for class org.apache.hadoop.hdfs.server.namenode.EncryptionFaultInjector
 
EncryptionZoneManager - Class in org.apache.hadoop.hdfs.server.namenode
Manages the list of encryption zones in the filesystem.
EncryptionZoneManager(FSDirectory, Configuration) - Constructor for class org.apache.hadoop.hdfs.server.namenode.EncryptionZoneManager
Construct a new EncryptionZoneManager.
endCheckpoint(RpcController, NamenodeProtocolProtos.EndCheckpointRequestProto) - Method in class org.apache.hadoop.hdfs.protocolPB.NamenodeProtocolServerSideTranslatorPB
 
ENDTXID_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FinalizeLogSegmentRequestProto
 
ENDTXID_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.SegmentStateProto
 
ensureKeyIsInitialized() - Method in class org.apache.hadoop.hdfs.server.namenode.EncryptionFaultInjector
 
entries - Variable in class org.apache.hadoop.hdfs.util.LightWeightHashSet
An internal array of entries, which are the rows of the hash table.
ENTRIES_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetMountTableEntriesResponseProto
 
ENTRIES_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.AclFeatureProto
 
ENTRY_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.AddMountTableEntryRequestProto
 
ENTRY_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateMountTableEntryRequestProto
 
EnumCounters<E extends Enum<E>> - Class in org.apache.hadoop.hdfs.util
Counters for an enum type.
EnumCounters(Class<E>) - Constructor for class org.apache.hadoop.hdfs.util.EnumCounters
Construct counters for the given enum constants.
EnumCounters(Class<E>, long) - Constructor for class org.apache.hadoop.hdfs.util.EnumCounters
 
EnumCounters.Factory<E extends Enum<E>,C extends EnumCounters<E>> - Interface in org.apache.hadoop.hdfs.util
A factory for creating counters.
EnumCounters.Map<K,E extends Enum<E>,C extends EnumCounters<E>> - Class in org.apache.hadoop.hdfs.util
A key-value map which maps the keys to EnumCounters.
EnumDoubles<E extends Enum<E>> - Class in org.apache.hadoop.hdfs.util
Similar to EnumCounters except that the value type is double.
EnumDoubles(Class<E>) - Constructor for class org.apache.hadoop.hdfs.util.EnumDoubles
Construct doubles for the given enum constants.
EPOCH_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.NewEpochRequestProto
 
EPOCH_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.RequestInfoProto
 
equals(Object) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.AddMountTableEntryRequestProto
 
equals(Object) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.AddMountTableEntryResponseProto
 
equals(Object) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.FederationNamespaceInfoProto
 
equals(Object) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetExpiredRegistrationsRequestProto
 
equals(Object) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetMountTableEntriesRequestProto
 
equals(Object) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetMountTableEntriesResponseProto
 
equals(Object) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamenodeRegistrationsRequestProto
 
equals(Object) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamenodeRegistrationsResponseProto
 
equals(Object) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamespaceInfoRequestProto
 
equals(Object) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamespaceInfoResponseProto
 
equals(Object) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationRequestProto
 
equals(Object) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationResponseProto
 
equals(Object) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationsRequestProto
 
equals(Object) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationsResponseProto
 
equals(Object) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.MountTableRecordProto
 
equals(Object) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeHeartbeatRequestProto
 
equals(Object) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeHeartbeatResponseProto
 
equals(Object) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProto
 
equals(Object) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipStatsRecordProto
 
equals(Object) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RemoteLocationProto
 
equals(Object) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RemoveMountTableEntryRequestProto
 
equals(Object) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RemoveMountTableEntryResponseProto
 
equals(Object) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterHeartbeatRequestProto
 
equals(Object) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterHeartbeatResponseProto
 
equals(Object) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterRecordProto
 
equals(Object) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.StateStoreVersionRecordProto
 
equals(Object) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateMountTableEntryRequestProto
 
equals(Object) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateMountTableEntryResponseProto
 
equals(Object) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateNamenodeRegistrationRequestProto
 
equals(Object) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateNamenodeRegistrationResponseProto
 
equals(Object) - Method in class org.apache.hadoop.hdfs.net.DFSTopologyNodeImpl
 
equals(Object) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.AcceptRecoveryRequestProto
 
equals(Object) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.AcceptRecoveryResponseProto
 
equals(Object) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.CanRollBackRequestProto
 
equals(Object) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.CanRollBackResponseProto
 
equals(Object) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DiscardSegmentsRequestProto
 
equals(Object) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DiscardSegmentsResponseProto
 
equals(Object) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoFinalizeRequestProto
 
equals(Object) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoFinalizeResponseProto
 
equals(Object) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoPreUpgradeRequestProto
 
equals(Object) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoPreUpgradeResponseProto
 
equals(Object) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoRollbackRequestProto
 
equals(Object) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoRollbackResponseProto
 
equals(Object) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoUpgradeRequestProto
 
equals(Object) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoUpgradeResponseProto
 
equals(Object) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FinalizeLogSegmentRequestProto
 
equals(Object) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FinalizeLogSegmentResponseProto
 
equals(Object) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FormatRequestProto
 
equals(Object) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FormatResponseProto
 
equals(Object) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetEditLogManifestRequestProto
 
equals(Object) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetEditLogManifestResponseProto
 
equals(Object) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalCTimeRequestProto
 
equals(Object) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalCTimeResponseProto
 
equals(Object) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalStateRequestProto
 
equals(Object) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalStateResponseProto
 
equals(Object) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.HeartbeatRequestProto
 
equals(Object) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.HeartbeatResponseProto
 
equals(Object) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.IsFormattedRequestProto
 
equals(Object) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.IsFormattedResponseProto
 
equals(Object) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalIdProto
 
equals(Object) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalRequestProto
 
equals(Object) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalResponseProto
 
equals(Object) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.NewEpochRequestProto
 
equals(Object) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.NewEpochResponseProto
 
equals(Object) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PersistedRecoveryPaxosData
 
equals(Object) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PrepareRecoveryRequestProto
 
equals(Object) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PrepareRecoveryResponseProto
 
equals(Object) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PurgeLogsRequestProto
 
equals(Object) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PurgeLogsResponseProto
 
equals(Object) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.RequestInfoProto
 
equals(Object) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.SegmentStateProto
 
equals(Object) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.StartLogSegmentRequestProto
 
equals(Object) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.StartLogSegmentResponseProto
 
equals(Object) - Method in class org.apache.hadoop.hdfs.server.balancer.Dispatcher.DDatanode.StorageGroup
 
equals(Object) - Method in class org.apache.hadoop.hdfs.server.balancer.Dispatcher.Source
 
equals(Object) - Method in class org.apache.hadoop.hdfs.server.blockmanagement.DatanodeStorageInfo
 
equals(Object) - Method in class org.apache.hadoop.hdfs.server.datanode.DiskBalancer.VolumePair
 
equals(Object) - Method in class org.apache.hadoop.hdfs.server.datanode.ErrorReportAction
 
equals(Object) - Method in class org.apache.hadoop.hdfs.server.datanode.FinalizedReplica
 
equals(Object) - Method in class org.apache.hadoop.hdfs.server.datanode.fsdataset.FsVolumeSpi.ScanInfo
 
equals(Object) - Method in class org.apache.hadoop.hdfs.server.datanode.LocalReplicaInPipeline
 
equals(Object) - Method in class org.apache.hadoop.hdfs.server.datanode.ReplicaBeingWritten
 
equals(Object) - Method in class org.apache.hadoop.hdfs.server.datanode.ReplicaUnderRecovery
 
equals(Object) - Method in class org.apache.hadoop.hdfs.server.datanode.ReplicaWaitingToBeRecovered
 
equals(Object) - Method in class org.apache.hadoop.hdfs.server.datanode.ReportBadBlockAction
 
equals(Object) - Method in class org.apache.hadoop.hdfs.server.diskbalancer.datamodel.DiskBalancerDataNode
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class org.apache.hadoop.hdfs.server.diskbalancer.datamodel.DiskBalancerVolume
Compares two volumes and decides if it is the same volume.
equals(Object) - Method in class org.apache.hadoop.hdfs.server.federation.router.RemoteLocationContext
 
equals(Object) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.BaseRecord
Override equals check to use primary key(s) for comparison.
equals(Object) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MountTable
 
equals(Object) - Method in class org.apache.hadoop.hdfs.server.namenode.ha.RemoteNameNodeInfo
 
equals(Object) - Method in class org.apache.hadoop.hdfs.server.namenode.QuotaByStorageTypeEntry
 
equals(Object) - Method in class org.apache.hadoop.hdfs.server.namenode.QuotaCounts
 
equals(Object) - Method in class org.apache.hadoop.hdfs.server.protocol.ReceivedDeletedBlockInfo
 
equals(Object) - Method in class org.apache.hadoop.hdfs.server.protocol.RemoteEditLog
 
equals(Object) - Method in class org.apache.hadoop.hdfs.util.EnumCounters
 
equals(Object) - Method in class org.apache.hadoop.hdfs.util.EnumDoubles
 
ErasureCoding - Class in org.apache.hadoop.hdfs.server.federation.router
Module that implements all the RPC calls in ClientProtocol related to Erasure Coding in the RouterRpcServer.
ErasureCoding(RouterRpcServer) - Constructor for class org.apache.hadoop.hdfs.server.federation.router.ErasureCoding
 
ERASURECODINGPOLICYID_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeFile
 
errorReport(RpcController, DatanodeProtocolProtos.ErrorReportRequestProto) - Method in class org.apache.hadoop.hdfs.protocolPB.DatanodeProtocolServerSideTranslatorPB
 
errorReport(RpcController, NamenodeProtocolProtos.ErrorReportRequestProto) - Method in class org.apache.hadoop.hdfs.protocolPB.NamenodeProtocolServerSideTranslatorPB
 
ErrorReportAction - Class in org.apache.hadoop.hdfs.server.datanode
A ErrorReportAction is an instruction issued by BPOfferService to BPServiceActor about a particular block encapsulated in errorMessage.
ErrorReportAction(int, String) - Constructor for class org.apache.hadoop.hdfs.server.datanode.ErrorReportAction
 
exceptionCaught(ChannelHandlerContext, Throwable) - Method in class org.apache.hadoop.hdfs.server.datanode.web.webhdfs.WebHdfsHandler
 
ExceptionHandler - Class in org.apache.hadoop.hdfs.web.resources
Handle exceptions.
ExceptionHandler() - Constructor for class org.apache.hadoop.hdfs.web.resources.ExceptionHandler
 
excessReplicas() - Method in class org.apache.hadoop.hdfs.server.blockmanagement.NumberReplicas
 
execute(CommandLine) - Method in class org.apache.hadoop.hdfs.server.diskbalancer.command.CancelCommand
Executes the Client Calls.
execute(CommandLine) - Method in class org.apache.hadoop.hdfs.server.diskbalancer.command.Command
Executes the Client Calls.
execute(CommandLine) - Method in class org.apache.hadoop.hdfs.server.diskbalancer.command.ExecuteCommand
Executes the Client Calls.
execute(CommandLine) - Method in class org.apache.hadoop.hdfs.server.diskbalancer.command.HelpCommand
Executes the Client Calls.
execute(CommandLine) - Method in class org.apache.hadoop.hdfs.server.diskbalancer.command.PlanCommand
Runs the plan command.
execute(CommandLine) - Method in class org.apache.hadoop.hdfs.server.diskbalancer.command.QueryCommand
Executes the Client Calls.
execute(CommandLine) - Method in class org.apache.hadoop.hdfs.server.diskbalancer.command.ReportCommand
 
EXECUTE - Static variable in class org.apache.hadoop.hdfs.tools.DiskBalancerCLI
Executes a given plan file on the target datanode.
ExecuteCommand - Class in org.apache.hadoop.hdfs.server.diskbalancer.command
executes a given plan.
ExecuteCommand(Configuration) - Constructor for class org.apache.hadoop.hdfs.server.diskbalancer.command.ExecuteCommand
Constructs ExecuteCommand.
exists(String) - Method in class org.apache.hadoop.hdfs.server.federation.store.driver.impl.StateStoreFileBaseImpl
Check if a path exists.
exists(String) - Method in class org.apache.hadoop.hdfs.server.federation.store.driver.impl.StateStoreFileImpl
 
exists(String) - Method in class org.apache.hadoop.hdfs.server.federation.store.driver.impl.StateStoreFileSystemImpl
 
ExitStatus - Enum in org.apache.hadoop.hdfs.server.balancer
Exit status - The values associated with each exit status is directly mapped to the process's exit code in command line.
expandIfNecessary() - Method in class org.apache.hadoop.hdfs.util.LightWeightHashSet
Checks if we need to expand, and expands if necessary.
EXPIRYDATE_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.DelegationKey
 
EXPIRYDATE_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.PersistToken
 

F

Factory() - Constructor for class org.apache.hadoop.hdfs.server.datanode.fsdataset.FsDatasetSpi.Factory
 
FeatureInfo(int, int, String, boolean, LayoutVersion.LayoutFeature...) - Constructor for class org.apache.hadoop.hdfs.protocol.LayoutVersion.FeatureInfo
 
FeatureInfo(int, int, Integer, String, boolean, LayoutVersion.LayoutFeature...) - Constructor for class org.apache.hadoop.hdfs.protocol.LayoutVersion.FeatureInfo
 
FEDERATION_STORE_FILE_DIRECTORY - Static variable in class org.apache.hadoop.hdfs.server.federation.store.driver.impl.StateStoreFileImpl
Configuration keys.
FEDERATION_STORE_FS_PATH - Static variable in class org.apache.hadoop.hdfs.server.federation.store.driver.impl.StateStoreFileSystemImpl
Configuration keys.
FEDERATION_STORE_ZK_DRIVER_PREFIX - Static variable in class org.apache.hadoop.hdfs.server.federation.store.driver.impl.StateStoreZooKeeperImpl
Configuration keys.
FEDERATION_STORE_ZK_PARENT_PATH - Static variable in class org.apache.hadoop.hdfs.server.federation.store.driver.impl.StateStoreZooKeeperImpl
 
FEDERATION_STORE_ZK_PARENT_PATH_DEFAULT - Static variable in class org.apache.hadoop.hdfs.server.federation.store.driver.impl.StateStoreZooKeeperImpl
 
FederationMetrics - Class in org.apache.hadoop.hdfs.server.federation.metrics
Implementation of the Router metrics collector.
FederationMetrics(Router) - Constructor for class org.apache.hadoop.hdfs.server.federation.metrics.FederationMetrics
 
FederationNamenodeContext - Interface in org.apache.hadoop.hdfs.server.federation.resolver
Interface for a discovered NN and its current server endpoints.
FederationNamenodeServiceState - Enum in org.apache.hadoop.hdfs.server.federation.resolver
Namenode state in the federation.
FederationNamespaceInfo - Class in org.apache.hadoop.hdfs.server.federation.resolver
Represents information about a single nameservice/namespace in a federated HDFS cluster.
FederationNamespaceInfo(String, String, String) - Constructor for class org.apache.hadoop.hdfs.server.federation.resolver.FederationNamespaceInfo
 
FederationProtocolPBTranslator<P extends com.google.protobuf.GeneratedMessage,B extends com.google.protobuf.Message.Builder,T extends com.google.protobuf.MessageOrBuilder> - Class in org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb
Helper class for setting/getting data elements in an object backed by a protobuf implementation.
FederationProtocolPBTranslator(Class<P>) - Constructor for class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.FederationProtocolPBTranslator
 
FederationRPCMetrics - Class in org.apache.hadoop.hdfs.server.federation.metrics
Implementation of the RPC metrics collector.
FederationRPCMetrics(Configuration, RouterRpcServer) - Constructor for class org.apache.hadoop.hdfs.server.federation.metrics.FederationRPCMetrics
 
FederationRPCPerformanceMonitor - Class in org.apache.hadoop.hdfs.server.federation.metrics
Customizable RPC performance monitor.
FederationRPCPerformanceMonitor() - Constructor for class org.apache.hadoop.hdfs.server.federation.metrics.FederationRPCPerformanceMonitor
 
FederationUtil - Class in org.apache.hadoop.hdfs.server.federation.router
Utilities for managing HDFS federation.
FencedException - Exception in org.apache.hadoop.hdfs.server.protocol
If a previous user of a resource tries to use a shared resource, after fenced by another user, this exception is thrown.
FencedException(String) - Constructor for exception org.apache.hadoop.hdfs.server.protocol.FencedException
 
file(long) - Method in class org.apache.hadoop.hdfs.server.namenode.ContentCounts.Builder
 
FILE_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INode
 
FILE_VALUE - Static variable in enum org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INode.Type
FILE = 1;
FileDiff - Class in org.apache.hadoop.hdfs.server.namenode.snapshot
The difference of an INodeFile between two snapshots.
FILEDIFF_VALUE - Static variable in enum org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DiffEntry.Type
FILEDIFF = 1;
FileDiffList - Class in org.apache.hadoop.hdfs.server.namenode.snapshot
A list of FileDiffs for storing snapshot data.
FileDiffList() - Constructor for class org.apache.hadoop.hdfs.server.namenode.snapshot.FileDiffList
 
FileIoProvider.OPERATION - Enum in org.apache.hadoop.hdfs.server.datanode
Lists the types of file system operations.
FILESIZE_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.FileDiff
 
FILEUC_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeFile
 
fillRatio() - Method in class org.apache.hadoop.hdfs.util.FoldedTreeSet
Returns the current size divided by the capacity of the tree.
filterMultiple(Query<T>, Iterable<T>) - Static method in class org.apache.hadoop.hdfs.server.federation.store.StateStoreUtils
Filters a list of records to find all records matching the query.
FinalizedReplica - Class in org.apache.hadoop.hdfs.server.datanode
This class describes a replica that has been finalized.
FinalizedReplica(long, long, long, FsVolumeSpi, File) - Constructor for class org.apache.hadoop.hdfs.server.datanode.FinalizedReplica
Constructor
FinalizedReplica(Block, FsVolumeSpi, File) - Constructor for class org.apache.hadoop.hdfs.server.datanode.FinalizedReplica
Constructor
FinalizedReplica(FinalizedReplica) - Constructor for class org.apache.hadoop.hdfs.server.datanode.FinalizedReplica
Copy constructor.
finalizeLogSegment(RpcController, QJournalProtocolProtos.FinalizeLogSegmentRequestProto) - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.QJournalProtocolService.BlockingInterface
 
finalizeLogSegment(RpcController, QJournalProtocolProtos.FinalizeLogSegmentRequestProto, RpcCallback<QJournalProtocolProtos.FinalizeLogSegmentResponseProto>) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.QJournalProtocolService
rpc finalizeLogSegment(.hadoop.hdfs.qjournal.FinalizeLogSegmentRequestProto) returns (.hadoop.hdfs.qjournal.FinalizeLogSegmentResponseProto);
finalizeLogSegment(RpcController, QJournalProtocolProtos.FinalizeLogSegmentRequestProto, RpcCallback<QJournalProtocolProtos.FinalizeLogSegmentResponseProto>) - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.QJournalProtocolService.Interface
rpc finalizeLogSegment(.hadoop.hdfs.qjournal.FinalizeLogSegmentRequestProto) returns (.hadoop.hdfs.qjournal.FinalizeLogSegmentResponseProto);
finalizeLogSegment(RpcController, QJournalProtocolProtos.FinalizeLogSegmentRequestProto, RpcCallback<QJournalProtocolProtos.FinalizeLogSegmentResponseProto>) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.QJournalProtocolService.Stub
 
finalizeLogSegment(RequestInfo, long, long) - Method in class org.apache.hadoop.hdfs.qjournal.server.Journal
Finalize the log segment at the given transaction ID.
finalizeUpgrade() - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
findEarlierSnapshotBlocks(int) - Method in class org.apache.hadoop.hdfs.server.namenode.snapshot.FileDiffList
 
findLaterSnapshotBlocks(int) - Method in class org.apache.hadoop.hdfs.server.namenode.snapshot.FileDiffList
 
findSnapshotDeleted(INode) - Method in class org.apache.hadoop.hdfs.server.namenode.snapshot.DirectoryWithSnapshotFeature.DirectoryDiffList
Find the corresponding snapshot whose deleted list contains the given inode.
first() - Method in class org.apache.hadoop.hdfs.util.FoldedTreeSet
 
FIRSTTXNID_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalRequestProto
 
Flags() - Constructor for class org.apache.hadoop.hdfs.tools.offlineEditsViewer.OfflineEditsViewer.Flags
 
flush() - Method in class org.apache.hadoop.hdfs.tools.offlineEditsViewer.TeeOutputStream
 
flushChecksumOut() - Method in class org.apache.hadoop.hdfs.server.datanode.fsdataset.ReplicaOutputStreams
Flush the checksum stream if it supports it.
flushDataOut() - Method in class org.apache.hadoop.hdfs.server.datanode.fsdataset.ReplicaOutputStreams
Flush the data stream if it supports it.
FoldedTreeSet<E> - Class in org.apache.hadoop.hdfs.util
A memory efficient implementation of RBTree.
FoldedTreeSet() - Constructor for class org.apache.hadoop.hdfs.util.FoldedTreeSet
Create a new TreeSet that uses the natural ordering of objects.
FoldedTreeSet(Comparator<E>) - Constructor for class org.apache.hadoop.hdfs.util.FoldedTreeSet
Create a new TreeSet that orders the elements using the supplied Comparator.
format(RpcController, QJournalProtocolProtos.FormatRequestProto) - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.QJournalProtocolService.BlockingInterface
 
format(RpcController, QJournalProtocolProtos.FormatRequestProto, RpcCallback<QJournalProtocolProtos.FormatResponseProto>) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.QJournalProtocolService
rpc format(.hadoop.hdfs.qjournal.FormatRequestProto) returns (.hadoop.hdfs.qjournal.FormatResponseProto);
format(RpcController, QJournalProtocolProtos.FormatRequestProto, RpcCallback<QJournalProtocolProtos.FormatResponseProto>) - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.QJournalProtocolService.Interface
rpc format(.hadoop.hdfs.qjournal.FormatRequestProto) returns (.hadoop.hdfs.qjournal.FormatResponseProto);
format(RpcController, QJournalProtocolProtos.FormatRequestProto, RpcCallback<QJournalProtocolProtos.FormatResponseProto>) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.QJournalProtocolService.Stub
 
from(ReplicaInfo) - Method in class org.apache.hadoop.hdfs.server.datanode.ReplicaBuilder
 
fromCode(int) - Static method in enum org.apache.hadoop.hdfs.server.protocol.ReceivedDeletedBlockInfo.BlockStatus
 
fromString(String) - Static method in enum org.apache.hadoop.hdfs.server.namenode.FSImageFormatProtobuf.SectionName
 
FROMURL_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.AcceptRecoveryRequestProto
 
FROMURL_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetEditLogManifestResponseProto
 
FROMURL_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalStateResponseProto
 
FsDatasetCache.PageRounder - Class in org.apache.hadoop.hdfs.server.datanode.fsdataset.impl
 
FsDatasetFactory - Class in org.apache.hadoop.hdfs.server.datanode.fsdataset.impl
A factory for creating FsDatasetImpl objects.
FsDatasetFactory() - Constructor for class org.apache.hadoop.hdfs.server.datanode.fsdataset.impl.FsDatasetFactory
 
FsDatasetSpi.Factory<D extends org.apache.hadoop.hdfs.server.datanode.fsdataset.FsDatasetSpi<?>> - Class in org.apache.hadoop.hdfs.server.datanode.fsdataset
A factory for creating FsDatasetSpi objects.
FsDatasetSpi.FsVolumeReferences - Class in org.apache.hadoop.hdfs.server.datanode.fsdataset
It behaviors as an unmodifiable list of FsVolume.
FSDirAttrOp - Class in org.apache.hadoop.hdfs.server.namenode
 
FSDirAttrOp() - Constructor for class org.apache.hadoop.hdfs.server.namenode.FSDirAttrOp
 
FSDirectory.DirOp - Enum in org.apache.hadoop.hdfs.server.namenode
 
FSEditLogLoader.PositionTrackingInputStream - Class in org.apache.hadoop.hdfs.server.namenode
Stream wrapper that keeps track of the current stream position.
FSEditLogOp.OpInstanceCache - Class in org.apache.hadoop.hdfs.server.namenode
 
FSEditLogOp.Reader - Class in org.apache.hadoop.hdfs.server.namenode
Class for reading editlog ops from a stream
FSEditLogOp.Writer - Class in org.apache.hadoop.hdfs.server.namenode
Class for writing editlog ops
FSImageFormat.Loader - Class in org.apache.hadoop.hdfs.server.namenode
A one-shot class responsible for loading an image.
FSImageFormatPBINode.Loader - Class in org.apache.hadoop.hdfs.server.namenode
 
FSImageFormatPBINode.Saver - Class in org.apache.hadoop.hdfs.server.namenode
 
FSImageFormatPBSnapshot.Loader - Class in org.apache.hadoop.hdfs.server.namenode.snapshot
Loading snapshot related information from protobuf based FSImage
FSImageFormatPBSnapshot.Saver - Class in org.apache.hadoop.hdfs.server.namenode.snapshot
Saving snapshot related information to protobuf based FSImage
FSImageFormatProtobuf.Loader - Class in org.apache.hadoop.hdfs.server.namenode
 
FSImageFormatProtobuf.LoaderContext - Class in org.apache.hadoop.hdfs.server.namenode
 
FSImageFormatProtobuf.Saver - Class in org.apache.hadoop.hdfs.server.namenode
 
FSImageFormatProtobuf.SaverContext - Class in org.apache.hadoop.hdfs.server.namenode
 
FSImageFormatProtobuf.SaverContext.DeduplicationMap<E> - Class in org.apache.hadoop.hdfs.server.namenode
 
FSImageFormatProtobuf.SectionName - Enum in org.apache.hadoop.hdfs.server.namenode
Supported section name.
FsImageProto - Class in org.apache.hadoop.hdfs.server.namenode
 
FsImageProto.CacheManagerSection - Class in org.apache.hadoop.hdfs.server.namenode
Protobuf type hadoop.hdfs.fsimage.CacheManagerSection
FsImageProto.CacheManagerSection.Builder - Class in org.apache.hadoop.hdfs.server.namenode
Protobuf type hadoop.hdfs.fsimage.CacheManagerSection
FsImageProto.CacheManagerSectionOrBuilder - Interface in org.apache.hadoop.hdfs.server.namenode
 
FsImageProto.ErasureCodingSection - Class in org.apache.hadoop.hdfs.server.namenode
Protobuf type hadoop.hdfs.fsimage.ErasureCodingSection
FsImageProto.ErasureCodingSection.Builder - Class in org.apache.hadoop.hdfs.server.namenode
Protobuf type hadoop.hdfs.fsimage.ErasureCodingSection
FsImageProto.ErasureCodingSectionOrBuilder - Interface in org.apache.hadoop.hdfs.server.namenode
 
FsImageProto.FileSummary - Class in org.apache.hadoop.hdfs.server.namenode
Protobuf type hadoop.hdfs.fsimage.FileSummary
FsImageProto.FileSummary.Builder - Class in org.apache.hadoop.hdfs.server.namenode
Protobuf type hadoop.hdfs.fsimage.FileSummary
FsImageProto.FileSummary.Section - Class in org.apache.hadoop.hdfs.server.namenode
Protobuf type hadoop.hdfs.fsimage.FileSummary.Section
FsImageProto.FileSummary.Section.Builder - Class in org.apache.hadoop.hdfs.server.namenode
Protobuf type hadoop.hdfs.fsimage.FileSummary.Section
FsImageProto.FileSummary.SectionOrBuilder - Interface in org.apache.hadoop.hdfs.server.namenode
 
FsImageProto.FileSummaryOrBuilder - Interface in org.apache.hadoop.hdfs.server.namenode
 
FsImageProto.FilesUnderConstructionSection - Class in org.apache.hadoop.hdfs.server.namenode
Protobuf type hadoop.hdfs.fsimage.FilesUnderConstructionSection
FsImageProto.FilesUnderConstructionSection.Builder - Class in org.apache.hadoop.hdfs.server.namenode
Protobuf type hadoop.hdfs.fsimage.FilesUnderConstructionSection
FsImageProto.FilesUnderConstructionSection.FileUnderConstructionEntry - Class in org.apache.hadoop.hdfs.server.namenode
Protobuf type hadoop.hdfs.fsimage.FilesUnderConstructionSection.FileUnderConstructionEntry
FsImageProto.FilesUnderConstructionSection.FileUnderConstructionEntry.Builder - Class in org.apache.hadoop.hdfs.server.namenode
Protobuf type hadoop.hdfs.fsimage.FilesUnderConstructionSection.FileUnderConstructionEntry
FsImageProto.FilesUnderConstructionSection.FileUnderConstructionEntryOrBuilder - Interface in org.apache.hadoop.hdfs.server.namenode
 
FsImageProto.FilesUnderConstructionSectionOrBuilder - Interface in org.apache.hadoop.hdfs.server.namenode
 
FsImageProto.INodeDirectorySection - Class in org.apache.hadoop.hdfs.server.namenode
Protobuf type hadoop.hdfs.fsimage.INodeDirectorySection
FsImageProto.INodeDirectorySection.Builder - Class in org.apache.hadoop.hdfs.server.namenode
Protobuf type hadoop.hdfs.fsimage.INodeDirectorySection
FsImageProto.INodeDirectorySection.DirEntry - Class in org.apache.hadoop.hdfs.server.namenode
Protobuf type hadoop.hdfs.fsimage.INodeDirectorySection.DirEntry
FsImageProto.INodeDirectorySection.DirEntry.Builder - Class in org.apache.hadoop.hdfs.server.namenode
Protobuf type hadoop.hdfs.fsimage.INodeDirectorySection.DirEntry
FsImageProto.INodeDirectorySection.DirEntryOrBuilder - Interface in org.apache.hadoop.hdfs.server.namenode
 
FsImageProto.INodeDirectorySectionOrBuilder - Interface in org.apache.hadoop.hdfs.server.namenode
 
FsImageProto.INodeReferenceSection - Class in org.apache.hadoop.hdfs.server.namenode
Protobuf type hadoop.hdfs.fsimage.INodeReferenceSection
FsImageProto.INodeReferenceSection.Builder - Class in org.apache.hadoop.hdfs.server.namenode
Protobuf type hadoop.hdfs.fsimage.INodeReferenceSection
FsImageProto.INodeReferenceSection.INodeReference - Class in org.apache.hadoop.hdfs.server.namenode
Protobuf type hadoop.hdfs.fsimage.INodeReferenceSection.INodeReference
FsImageProto.INodeReferenceSection.INodeReference.Builder - Class in org.apache.hadoop.hdfs.server.namenode
Protobuf type hadoop.hdfs.fsimage.INodeReferenceSection.INodeReference
FsImageProto.INodeReferenceSection.INodeReferenceOrBuilder - Interface in org.apache.hadoop.hdfs.server.namenode
 
FsImageProto.INodeReferenceSectionOrBuilder - Interface in org.apache.hadoop.hdfs.server.namenode
 
FsImageProto.INodeSection - Class in org.apache.hadoop.hdfs.server.namenode
Protobuf type hadoop.hdfs.fsimage.INodeSection
FsImageProto.INodeSection.AclFeatureProto - Class in org.apache.hadoop.hdfs.server.namenode
Protobuf type hadoop.hdfs.fsimage.INodeSection.AclFeatureProto
FsImageProto.INodeSection.AclFeatureProto.Builder - Class in org.apache.hadoop.hdfs.server.namenode
Protobuf type hadoop.hdfs.fsimage.INodeSection.AclFeatureProto
FsImageProto.INodeSection.AclFeatureProtoOrBuilder - Interface in org.apache.hadoop.hdfs.server.namenode
 
FsImageProto.INodeSection.Builder - Class in org.apache.hadoop.hdfs.server.namenode
Protobuf type hadoop.hdfs.fsimage.INodeSection
FsImageProto.INodeSection.FileUnderConstructionFeature - Class in org.apache.hadoop.hdfs.server.namenode
Protobuf type hadoop.hdfs.fsimage.INodeSection.FileUnderConstructionFeature
FsImageProto.INodeSection.FileUnderConstructionFeature.Builder - Class in org.apache.hadoop.hdfs.server.namenode
Protobuf type hadoop.hdfs.fsimage.INodeSection.FileUnderConstructionFeature
FsImageProto.INodeSection.FileUnderConstructionFeatureOrBuilder - Interface in org.apache.hadoop.hdfs.server.namenode
 
FsImageProto.INodeSection.INode - Class in org.apache.hadoop.hdfs.server.namenode
Protobuf type hadoop.hdfs.fsimage.INodeSection.INode
FsImageProto.INodeSection.INode.Builder - Class in org.apache.hadoop.hdfs.server.namenode
Protobuf type hadoop.hdfs.fsimage.INodeSection.INode
FsImageProto.INodeSection.INode.Type - Enum in org.apache.hadoop.hdfs.server.namenode
Protobuf enum hadoop.hdfs.fsimage.INodeSection.INode.Type
FsImageProto.INodeSection.INodeDirectory - Class in org.apache.hadoop.hdfs.server.namenode
Protobuf type hadoop.hdfs.fsimage.INodeSection.INodeDirectory
FsImageProto.INodeSection.INodeDirectory.Builder - Class in org.apache.hadoop.hdfs.server.namenode
Protobuf type hadoop.hdfs.fsimage.INodeSection.INodeDirectory
FsImageProto.INodeSection.INodeDirectoryOrBuilder - Interface in org.apache.hadoop.hdfs.server.namenode
 
FsImageProto.INodeSection.INodeFile - Class in org.apache.hadoop.hdfs.server.namenode
Protobuf type hadoop.hdfs.fsimage.INodeSection.INodeFile
FsImageProto.INodeSection.INodeFile.Builder - Class in org.apache.hadoop.hdfs.server.namenode
Protobuf type hadoop.hdfs.fsimage.INodeSection.INodeFile
FsImageProto.INodeSection.INodeFileOrBuilder - Interface in org.apache.hadoop.hdfs.server.namenode
 
FsImageProto.INodeSection.INodeOrBuilder - Interface in org.apache.hadoop.hdfs.server.namenode
 
FsImageProto.INodeSection.INodeSymlink - Class in org.apache.hadoop.hdfs.server.namenode
Protobuf type hadoop.hdfs.fsimage.INodeSection.INodeSymlink
FsImageProto.INodeSection.INodeSymlink.Builder - Class in org.apache.hadoop.hdfs.server.namenode
Protobuf type hadoop.hdfs.fsimage.INodeSection.INodeSymlink
FsImageProto.INodeSection.INodeSymlinkOrBuilder - Interface in org.apache.hadoop.hdfs.server.namenode
 
FsImageProto.INodeSection.QuotaByStorageTypeEntryProto - Class in org.apache.hadoop.hdfs.server.namenode
Protobuf type hadoop.hdfs.fsimage.INodeSection.QuotaByStorageTypeEntryProto
FsImageProto.INodeSection.QuotaByStorageTypeEntryProto.Builder - Class in org.apache.hadoop.hdfs.server.namenode
Protobuf type hadoop.hdfs.fsimage.INodeSection.QuotaByStorageTypeEntryProto
FsImageProto.INodeSection.QuotaByStorageTypeEntryProtoOrBuilder - Interface in org.apache.hadoop.hdfs.server.namenode
 
FsImageProto.INodeSection.QuotaByStorageTypeFeatureProto - Class in org.apache.hadoop.hdfs.server.namenode
Protobuf type hadoop.hdfs.fsimage.INodeSection.QuotaByStorageTypeFeatureProto
FsImageProto.INodeSection.QuotaByStorageTypeFeatureProto.Builder - Class in org.apache.hadoop.hdfs.server.namenode
Protobuf type hadoop.hdfs.fsimage.INodeSection.QuotaByStorageTypeFeatureProto
FsImageProto.INodeSection.QuotaByStorageTypeFeatureProtoOrBuilder - Interface in org.apache.hadoop.hdfs.server.namenode
 
FsImageProto.INodeSection.XAttrCompactProto - Class in org.apache.hadoop.hdfs.server.namenode
Protobuf type hadoop.hdfs.fsimage.INodeSection.XAttrCompactProto
FsImageProto.INodeSection.XAttrCompactProto.Builder - Class in org.apache.hadoop.hdfs.server.namenode
Protobuf type hadoop.hdfs.fsimage.INodeSection.XAttrCompactProto
FsImageProto.INodeSection.XAttrCompactProtoOrBuilder - Interface in org.apache.hadoop.hdfs.server.namenode
 
FsImageProto.INodeSection.XAttrFeatureProto - Class in org.apache.hadoop.hdfs.server.namenode
Protobuf type hadoop.hdfs.fsimage.INodeSection.XAttrFeatureProto
FsImageProto.INodeSection.XAttrFeatureProto.Builder - Class in org.apache.hadoop.hdfs.server.namenode
Protobuf type hadoop.hdfs.fsimage.INodeSection.XAttrFeatureProto
FsImageProto.INodeSection.XAttrFeatureProtoOrBuilder - Interface in org.apache.hadoop.hdfs.server.namenode
 
FsImageProto.INodeSectionOrBuilder - Interface in org.apache.hadoop.hdfs.server.namenode
 
FsImageProto.NameSystemSection - Class in org.apache.hadoop.hdfs.server.namenode
Protobuf type hadoop.hdfs.fsimage.NameSystemSection
FsImageProto.NameSystemSection.Builder - Class in org.apache.hadoop.hdfs.server.namenode
Protobuf type hadoop.hdfs.fsimage.NameSystemSection
FsImageProto.NameSystemSectionOrBuilder - Interface in org.apache.hadoop.hdfs.server.namenode
 
FsImageProto.SecretManagerSection - Class in org.apache.hadoop.hdfs.server.namenode
Protobuf type hadoop.hdfs.fsimage.SecretManagerSection
FsImageProto.SecretManagerSection.Builder - Class in org.apache.hadoop.hdfs.server.namenode
Protobuf type hadoop.hdfs.fsimage.SecretManagerSection
FsImageProto.SecretManagerSection.DelegationKey - Class in org.apache.hadoop.hdfs.server.namenode
Protobuf type hadoop.hdfs.fsimage.SecretManagerSection.DelegationKey
FsImageProto.SecretManagerSection.DelegationKey.Builder - Class in org.apache.hadoop.hdfs.server.namenode
Protobuf type hadoop.hdfs.fsimage.SecretManagerSection.DelegationKey
FsImageProto.SecretManagerSection.DelegationKeyOrBuilder - Interface in org.apache.hadoop.hdfs.server.namenode
 
FsImageProto.SecretManagerSection.PersistToken - Class in org.apache.hadoop.hdfs.server.namenode
Protobuf type hadoop.hdfs.fsimage.SecretManagerSection.PersistToken
FsImageProto.SecretManagerSection.PersistToken.Builder - Class in org.apache.hadoop.hdfs.server.namenode
Protobuf type hadoop.hdfs.fsimage.SecretManagerSection.PersistToken
FsImageProto.SecretManagerSection.PersistTokenOrBuilder - Interface in org.apache.hadoop.hdfs.server.namenode
 
FsImageProto.SecretManagerSectionOrBuilder - Interface in org.apache.hadoop.hdfs.server.namenode
 
FsImageProto.SnapshotDiffSection - Class in org.apache.hadoop.hdfs.server.namenode
Protobuf type hadoop.hdfs.fsimage.SnapshotDiffSection
FsImageProto.SnapshotDiffSection.Builder - Class in org.apache.hadoop.hdfs.server.namenode
Protobuf type hadoop.hdfs.fsimage.SnapshotDiffSection
FsImageProto.SnapshotDiffSection.CreatedListEntry - Class in org.apache.hadoop.hdfs.server.namenode
Protobuf type hadoop.hdfs.fsimage.SnapshotDiffSection.CreatedListEntry
FsImageProto.SnapshotDiffSection.CreatedListEntry.Builder - Class in org.apache.hadoop.hdfs.server.namenode
Protobuf type hadoop.hdfs.fsimage.SnapshotDiffSection.CreatedListEntry
FsImageProto.SnapshotDiffSection.CreatedListEntryOrBuilder - Interface in org.apache.hadoop.hdfs.server.namenode
 
FsImageProto.SnapshotDiffSection.DiffEntry - Class in org.apache.hadoop.hdfs.server.namenode
Protobuf type hadoop.hdfs.fsimage.SnapshotDiffSection.DiffEntry
FsImageProto.SnapshotDiffSection.DiffEntry.Builder - Class in org.apache.hadoop.hdfs.server.namenode
Protobuf type hadoop.hdfs.fsimage.SnapshotDiffSection.DiffEntry
FsImageProto.SnapshotDiffSection.DiffEntry.Type - Enum in org.apache.hadoop.hdfs.server.namenode
Protobuf enum hadoop.hdfs.fsimage.SnapshotDiffSection.DiffEntry.Type
FsImageProto.SnapshotDiffSection.DiffEntryOrBuilder - Interface in org.apache.hadoop.hdfs.server.namenode
 
FsImageProto.SnapshotDiffSection.DirectoryDiff - Class in org.apache.hadoop.hdfs.server.namenode
Protobuf type hadoop.hdfs.fsimage.SnapshotDiffSection.DirectoryDiff
FsImageProto.SnapshotDiffSection.DirectoryDiff.Builder - Class in org.apache.hadoop.hdfs.server.namenode
Protobuf type hadoop.hdfs.fsimage.SnapshotDiffSection.DirectoryDiff
FsImageProto.SnapshotDiffSection.DirectoryDiffOrBuilder - Interface in org.apache.hadoop.hdfs.server.namenode
 
FsImageProto.SnapshotDiffSection.FileDiff - Class in org.apache.hadoop.hdfs.server.namenode
Protobuf type hadoop.hdfs.fsimage.SnapshotDiffSection.FileDiff
FsImageProto.SnapshotDiffSection.FileDiff.Builder - Class in org.apache.hadoop.hdfs.server.namenode
Protobuf type hadoop.hdfs.fsimage.SnapshotDiffSection.FileDiff
FsImageProto.SnapshotDiffSection.FileDiffOrBuilder - Interface in org.apache.hadoop.hdfs.server.namenode
 
FsImageProto.SnapshotDiffSectionOrBuilder - Interface in org.apache.hadoop.hdfs.server.namenode
 
FsImageProto.SnapshotSection - Class in org.apache.hadoop.hdfs.server.namenode
Protobuf type hadoop.hdfs.fsimage.SnapshotSection
FsImageProto.SnapshotSection.Builder - Class in org.apache.hadoop.hdfs.server.namenode
Protobuf type hadoop.hdfs.fsimage.SnapshotSection
FsImageProto.SnapshotSection.Snapshot - Class in org.apache.hadoop.hdfs.server.namenode
Protobuf type hadoop.hdfs.fsimage.SnapshotSection.Snapshot
FsImageProto.SnapshotSection.Snapshot.Builder - Class in org.apache.hadoop.hdfs.server.namenode
Protobuf type hadoop.hdfs.fsimage.SnapshotSection.Snapshot
FsImageProto.SnapshotSection.SnapshotOrBuilder - Interface in org.apache.hadoop.hdfs.server.namenode
 
FsImageProto.SnapshotSectionOrBuilder - Interface in org.apache.hadoop.hdfs.server.namenode
 
FsImageProto.StringTableSection - Class in org.apache.hadoop.hdfs.server.namenode
Protobuf type hadoop.hdfs.fsimage.StringTableSection
FsImageProto.StringTableSection.Builder - Class in org.apache.hadoop.hdfs.server.namenode
Protobuf type hadoop.hdfs.fsimage.StringTableSection
FsImageProto.StringTableSection.Entry - Class in org.apache.hadoop.hdfs.server.namenode
Protobuf type hadoop.hdfs.fsimage.StringTableSection.Entry
FsImageProto.StringTableSection.Entry.Builder - Class in org.apache.hadoop.hdfs.server.namenode
Protobuf type hadoop.hdfs.fsimage.StringTableSection.Entry
FsImageProto.StringTableSection.EntryOrBuilder - Interface in org.apache.hadoop.hdfs.server.namenode
 
FsImageProto.StringTableSectionOrBuilder - Interface in org.apache.hadoop.hdfs.server.namenode
 
FSLimitException.MaxDirectoryItemsExceededException - Exception in org.apache.hadoop.hdfs.protocol
Directory has too many items
FSLimitException.PathComponentTooLongException - Exception in org.apache.hadoop.hdfs.protocol
Path component length is too long
FsVolumeImplBuilder - Class in org.apache.hadoop.hdfs.server.datanode.fsdataset.impl
This class is to be used as a builder for FsVolumeImpl objects.
FsVolumeImplBuilder() - Constructor for class org.apache.hadoop.hdfs.server.datanode.fsdataset.impl.FsVolumeImplBuilder
 
FsVolumeReference - Interface in org.apache.hadoop.hdfs.server.datanode.fsdataset
This holds volume reference count as AutoClosable resource.
FsVolumeReferences(List<S>) - Constructor for class org.apache.hadoop.hdfs.server.datanode.fsdataset.FsDatasetSpi.FsVolumeReferences
 
FsVolumeSpi - Interface in org.apache.hadoop.hdfs.server.datanode.fsdataset
This is an interface for the underlying volume.
FsVolumeSpi.BlockIterator - Interface in org.apache.hadoop.hdfs.server.datanode.fsdataset
BlockIterator will return ExtendedBlock entries from a block pool in this volume.
FsVolumeSpi.ScanInfo - Class in org.apache.hadoop.hdfs.server.datanode.fsdataset
Tracks the files and other information related to a block on the disk Missing file is indicated by setting the corresponding member to null.
FsVolumeSpi.VolumeCheckContext - Class in org.apache.hadoop.hdfs.server.datanode.fsdataset
Context for the Checkable.check(K) call.
fsync(String, long, String, long) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
fsyncDirectory() - Method in class org.apache.hadoop.hdfs.server.datanode.LocalReplica
Sync the parent directory changes to durable device.
FULLPATH_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FilesUnderConstructionSection.FileUnderConstructionEntry
 

G

GB - Static variable in class org.apache.hadoop.hdfs.server.diskbalancer.planner.GreedyPlanner
 
generateDataEncryptionKey(String) - Method in class org.apache.hadoop.hdfs.security.token.block.BlockPoolTokenSecretManager
 
generateMashupKey(Map<String, String>) - Static method in class org.apache.hadoop.hdfs.server.federation.store.records.BaseRecord
Generates a cache key from a map of values.
generateToken(ExtendedBlock, EnumSet<BlockTokenIdentifier.AccessMode>, StorageType[], String[]) - Method in class org.apache.hadoop.hdfs.security.token.block.BlockPoolTokenSecretManager
See BlockTokenSecretManager.generateToken(ExtendedBlock, EnumSet, StorageType[], String[]).
GENSTAMPV1_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.NameSystemSection
 
GENSTAMPV1LIMIT_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.NameSystemSection
 
GENSTAMPV2_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.NameSystemSection
 
get(String) - Method in class org.apache.hadoop.hdfs.security.token.block.BlockPoolTokenSecretManager
 
get(String, StorageType) - Method in class org.apache.hadoop.hdfs.server.balancer.Dispatcher.StorageGroupMap
 
get(long, TimeUnit) - Method in class org.apache.hadoop.hdfs.server.datanode.checker.AbstractFuture
get() - Method in class org.apache.hadoop.hdfs.server.datanode.checker.AbstractFuture
get(int) - Method in class org.apache.hadoop.hdfs.server.datanode.fsdataset.FsDatasetSpi.FsVolumeReferences
Get the volume for a given index.
get(Class<T>, Query<T>) - Method in class org.apache.hadoop.hdfs.server.federation.store.driver.impl.StateStoreBaseImpl
 
get(Class<T>) - Method in class org.apache.hadoop.hdfs.server.federation.store.driver.impl.StateStoreFileBaseImpl
 
get(Class<T>, String) - Method in class org.apache.hadoop.hdfs.server.federation.store.driver.impl.StateStoreFileBaseImpl
 
get(Class<T>) - Method in class org.apache.hadoop.hdfs.server.federation.store.driver.impl.StateStoreZooKeeperImpl
 
get(Class<T>, String) - Method in class org.apache.hadoop.hdfs.server.federation.store.driver.impl.StateStoreZooKeeperImpl
 
get() - Method in class org.apache.hadoop.hdfs.server.namenode.FSEditLogOp.OpInstanceCache
 
get(FSEditLogOpCodes) - Method in class org.apache.hadoop.hdfs.server.namenode.FSEditLogOp.OpInstanceCache
 
get(long) - Method in class org.apache.hadoop.hdfs.server.namenode.INodeMap
Get the INode with the given id from the map.
get(UserGroupInformation, DelegationParam, UserParam, DoAsParam, UriFsPathParam, GetOpParam, OffsetParam, LengthParam, RenewerParam, BufferSizeParam, List<XAttrNameParam>, XAttrEncodingParam, ExcludeDatanodesParam, FsActionParam, TokenKindParam, TokenServiceParam, NoRedirectParam, StartAfterParam) - Method in class org.apache.hadoop.hdfs.server.namenode.web.resources.NamenodeWebHdfsMethods
Handle HTTP GET request.
get(E) - Method in class org.apache.hadoop.hdfs.util.EnumCounters
 
get(E) - Method in class org.apache.hadoop.hdfs.util.EnumDoubles
 
get(Object, Comparator<?>) - Method in class org.apache.hadoop.hdfs.util.FoldedTreeSet
Lookup and return a stored object using a user provided comparator.
get(E) - Method in class org.apache.hadoop.hdfs.util.FoldedTreeSet
Lookup and return a stored object.
GET_START_TXID - Static variable in class org.apache.hadoop.hdfs.server.protocol.RemoteEditLog
Guava Function which applies RemoteEditLog.getStartTxId()
getAbsolutePath() - Method in class org.apache.hadoop.hdfs.web.resources.UriFsPathParam
 
getAcceptedInEpoch() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PersistedRecoveryPaxosData.Builder
required uint64 acceptedInEpoch = 2;
getAcceptedInEpoch() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PersistedRecoveryPaxosData
required uint64 acceptedInEpoch = 2;
getAcceptedInEpoch() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PersistedRecoveryPaxosDataOrBuilder
required uint64 acceptedInEpoch = 2;
getAcceptedInEpoch() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PrepareRecoveryResponseProto.Builder
optional uint64 acceptedInEpoch = 2;
getAcceptedInEpoch() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PrepareRecoveryResponseProto
optional uint64 acceptedInEpoch = 2;
getAcceptedInEpoch() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PrepareRecoveryResponseProtoOrBuilder
optional uint64 acceptedInEpoch = 2;
getAccessTime() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeFile.Builder
optional uint64 accessTime = 3;
getAccessTime() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeFile
optional uint64 accessTime = 3;
getAccessTime() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeFileOrBuilder
optional uint64 accessTime = 3;
getAccessTime() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeSymlink.Builder
optional uint64 accessTime = 4;
getAccessTime() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeSymlink
optional uint64 accessTime = 4;
getAccessTime() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeSymlinkOrBuilder
optional uint64 accessTime = 4;
getAccessTime() - Method in class org.apache.hadoop.hdfs.server.namenode.INodeAttributes.SnapshotCopy
 
getAccessTime(int) - Method in class org.apache.hadoop.hdfs.server.namenode.INodeReference
 
getAcl() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeDirectory.Builder
optional .hadoop.hdfs.fsimage.INodeSection.AclFeatureProto acl = 5;
getAcl() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeDirectory
optional .hadoop.hdfs.fsimage.INodeSection.AclFeatureProto acl = 5;
getAcl() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeDirectoryOrBuilder
optional .hadoop.hdfs.fsimage.INodeSection.AclFeatureProto acl = 5;
getAcl() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeFile.Builder
optional .hadoop.hdfs.fsimage.INodeSection.AclFeatureProto acl = 8;
getAcl() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeFile
optional .hadoop.hdfs.fsimage.INodeSection.AclFeatureProto acl = 8;
getAcl() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeFileOrBuilder
optional .hadoop.hdfs.fsimage.INodeSection.AclFeatureProto acl = 8;
getAclBuilder() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeDirectory.Builder
optional .hadoop.hdfs.fsimage.INodeSection.AclFeatureProto acl = 5;
getAclBuilder() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeFile.Builder
optional .hadoop.hdfs.fsimage.INodeSection.AclFeatureProto acl = 8;
getAclFeature() - Method in class org.apache.hadoop.hdfs.server.namenode.INodeAttributes.SnapshotCopy
 
getAclOrBuilder() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeDirectory.Builder
optional .hadoop.hdfs.fsimage.INodeSection.AclFeatureProto acl = 5;
getAclOrBuilder() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeDirectory
optional .hadoop.hdfs.fsimage.INodeSection.AclFeatureProto acl = 5;
getAclOrBuilder() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeDirectoryOrBuilder
optional .hadoop.hdfs.fsimage.INodeSection.AclFeatureProto acl = 5;
getAclOrBuilder() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeFile.Builder
optional .hadoop.hdfs.fsimage.INodeSection.AclFeatureProto acl = 8;
getAclOrBuilder() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeFile
optional .hadoop.hdfs.fsimage.INodeSection.AclFeatureProto acl = 8;
getAclOrBuilder() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeFileOrBuilder
optional .hadoop.hdfs.fsimage.INodeSection.AclFeatureProto acl = 8;
getAclStatus(String) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
getAdditionalDatanode(String, long, ExtendedBlock, DatanodeInfo[], String[], DatanodeInfo[], int, String) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
Excluded nodes are not verified and will be ignored by placement if they are not in the same nameservice as the file.
getAddress() - Method in class org.apache.hadoop.hdfs.DFSUtil.ConfiguredNNAddress
 
getAddress() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterRecordProto.Builder
optional string address = 3;
getAddress() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterRecordProto
optional string address = 3;
getAddress() - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterRecordProtoOrBuilder
optional string address = 3;
getAddress() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.RouterStatePBImpl
 
getAddress() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.RouterState
 
getAddressBytes() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterRecordProto.Builder
optional string address = 3;
getAddressBytes() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterRecordProto
optional string address = 3;
getAddressBytes() - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterRecordProtoOrBuilder
optional string address = 3;
getAllOptionString() - Static method in enum org.apache.hadoop.hdfs.server.common.HdfsServerConstants.RollingUpgradeStartupOption
 
getAllPolicies() - Method in class org.apache.hadoop.hdfs.server.blockmanagement.BlockStoragePolicySuite
 
getAncestorLayoutVersion() - Method in class org.apache.hadoop.hdfs.protocol.LayoutVersion.FeatureInfo
Accessor method for feature ancestor layout version
getAttributes(String[], INodeAttributes) - Method in class org.apache.hadoop.hdfs.server.namenode.DefaultINodeAttributesProvider
 
getAttributes(String, INodeAttributes) - Method in class org.apache.hadoop.hdfs.server.namenode.INodeAttributeProvider
Deprecated.
getAttributes(String[], INodeAttributes) - Method in class org.apache.hadoop.hdfs.server.namenode.INodeAttributeProvider
 
getAttributes(byte[][], INodeAttributes) - Method in class org.apache.hadoop.hdfs.server.namenode.INodeAttributeProvider
 
getAvailable() - Method in interface org.apache.hadoop.hdfs.server.datanode.fsdataset.FsVolumeSpi
 
getAvailableSpace() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipStatsRecordProto.Builder
optional uint64 availableSpace = 2;
getAvailableSpace() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipStatsRecordProto
optional uint64 availableSpace = 2;
getAvailableSpace() - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipStatsRecordProtoOrBuilder
optional uint64 availableSpace = 2;
getAvailableSpace() - Method in class org.apache.hadoop.hdfs.server.federation.resolver.NamenodeStatusReport
Get the available space.
getAvailableSpace() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MembershipStatsPBImpl
 
getAvailableSpace() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MembershipStats
 
getBalancerBandwidthValue() - Method in class org.apache.hadoop.hdfs.server.protocol.BalancerBandwidthCommand
Get current value of the max balancer bandwidth in bytes per second.
getBandwidth() - Method in class org.apache.hadoop.hdfs.server.diskbalancer.planner.MoveStep
Gets the disk Bandwidth.
getBandwidth() - Method in interface org.apache.hadoop.hdfs.server.diskbalancer.planner.Step
Returns max disk bandwidth that disk balancer will use.
getBandwidth() - Method in class org.apache.hadoop.hdfs.util.DataTransferThrottler
 
getBaseURI() - Method in interface org.apache.hadoop.hdfs.server.datanode.fsdataset.FsVolumeSpi
 
getBlock() - Method in class org.apache.hadoop.hdfs.server.balancer.MovedBlocks.Locations
 
getBlock() - Method in class org.apache.hadoop.hdfs.server.protocol.ReceivedDeletedBlockInfo
 
getBlockDataLength() - Method in class org.apache.hadoop.hdfs.server.datanode.LocalReplica
 
getBlockDeletionStartTime() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NamenodeBeanMetrics
 
getBlockFile() - Method in class org.apache.hadoop.hdfs.server.datanode.fsdataset.FsVolumeSpi.ScanInfo
Returns the block data file.
getBlockFile() - Method in class org.apache.hadoop.hdfs.server.datanode.LocalReplica
Get the full path of this replica's data file.
getBlockFileLength() - Method in class org.apache.hadoop.hdfs.server.datanode.fsdataset.FsVolumeSpi.ScanInfo
Return the length of the data block.
getBlockId() - Method in class org.apache.hadoop.hdfs.server.datanode.fsdataset.FsVolumeSpi.ScanInfo
Returns the block ID.
getBlockIndex(Block) - Static method in class org.apache.hadoop.hdfs.server.blockmanagement.BlockIdManager
 
getBlockIndex() - Method in class org.apache.hadoop.hdfs.server.blockmanagement.BlockInfoStriped.StorageAndBlockIndex
 
getBlockIndices() - Method in class org.apache.hadoop.hdfs.server.blockmanagement.BlockUnderConstructionFeature
 
getBlockIndices() - Method in class org.apache.hadoop.hdfs.server.protocol.BlockRecoveryCommand.RecoveringStripedBlock
 
getBlockKeys(RpcController, NamenodeProtocolProtos.GetBlockKeysRequestProto) - Method in class org.apache.hadoop.hdfs.protocolPB.NamenodeProtocolServerSideTranslatorPB
 
getBlockLocations(String, long, long) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
getBlockPoolId() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.FederationNamespaceInfoProto.Builder
optional string blockPoolId = 1;
getBlockPoolId() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.FederationNamespaceInfoProto
optional string blockPoolId = 1;
getBlockPoolId() - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.FederationNamespaceInfoProtoOrBuilder
optional string blockPoolId = 1;
getBlockPoolId() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProto.Builder
optional string blockPoolId = 8;
getBlockPoolId() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProto
optional string blockPoolId = 8;
getBlockPoolId() - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProtoOrBuilder
optional string blockPoolId = 8;
getBlockPoolId() - Method in interface org.apache.hadoop.hdfs.server.datanode.fsdataset.FsVolumeSpi.BlockIterator
Get the id of the block pool which this iterator traverses.
getBlockPoolId() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.FederationMetrics
 
getBlockPoolId() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NamenodeBeanMetrics
 
getBlockPoolId() - Method in class org.apache.hadoop.hdfs.server.federation.resolver.FederationNamespaceInfo
The HDFS block pool id for this namespace.
getBlockPoolId() - Method in class org.apache.hadoop.hdfs.server.federation.resolver.NamenodeStatusReport
Get the block pool identifier.
getBlockPoolId() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MembershipStatePBImpl
 
getBlockPoolId() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MembershipState
 
getBlockPoolIdBytes() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.FederationNamespaceInfoProto.Builder
optional string blockPoolId = 1;
getBlockPoolIdBytes() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.FederationNamespaceInfoProto
optional string blockPoolId = 1;
getBlockPoolIdBytes() - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.FederationNamespaceInfoProtoOrBuilder
optional string blockPoolId = 1;
getBlockPoolIdBytes() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProto.Builder
optional string blockPoolId = 8;
getBlockPoolIdBytes() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProto
optional string blockPoolId = 8;
getBlockPoolIdBytes() - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProtoOrBuilder
optional string blockPoolId = 8;
getBlockPoolList() - Method in interface org.apache.hadoop.hdfs.server.datanode.fsdataset.FsVolumeSpi
 
getBlockPoolUsed() - Method in interface org.apache.hadoop.hdfs.server.blockmanagement.DatanodeStatistics
 
getBlockPoolUsedSpace() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NamenodeBeanMetrics
 
getBlockRecoveryId() - Method in class org.apache.hadoop.hdfs.server.blockmanagement.BlockUnderConstructionFeature
 
getBlockReportCount() - Method in class org.apache.hadoop.hdfs.server.blockmanagement.DatanodeStorageInfo
 
getBlocks(RpcController, NamenodeProtocolProtos.GetBlocksRequestProto) - Method in class org.apache.hadoop.hdfs.protocolPB.NamenodeProtocolServerSideTranslatorPB
 
getBlocks(int) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeFile.Builder
repeated .hadoop.hdfs.BlockProto blocks = 6;
getBlocks(int) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeFile
repeated .hadoop.hdfs.BlockProto blocks = 6;
getBlocks(int) - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeFileOrBuilder
repeated .hadoop.hdfs.BlockProto blocks = 6;
getBlocks(int) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.FileDiff.Builder
repeated .hadoop.hdfs.BlockProto blocks = 5;
getBlocks(int) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.FileDiff
repeated .hadoop.hdfs.BlockProto blocks = 5;
getBlocks(int) - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.FileDiffOrBuilder
repeated .hadoop.hdfs.BlockProto blocks = 5;
getBlocks() - Method in class org.apache.hadoop.hdfs.server.namenode.snapshot.FileDiff
 
getBlocks() - Method in class org.apache.hadoop.hdfs.server.protocol.StorageBlockReport
 
getBlocks() - Method in class org.apache.hadoop.hdfs.server.protocol.StorageReceivedDeletedBlocks
 
getBlocksBuilder(int) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeFile.Builder
repeated .hadoop.hdfs.BlockProto blocks = 6;
getBlocksBuilder(int) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.FileDiff.Builder
repeated .hadoop.hdfs.BlockProto blocks = 5;
getBlocksBuilderList() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeFile.Builder
repeated .hadoop.hdfs.BlockProto blocks = 6;
getBlocksBuilderList() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.FileDiff.Builder
repeated .hadoop.hdfs.BlockProto blocks = 5;
getBlocksCount() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeFile.Builder
repeated .hadoop.hdfs.BlockProto blocks = 6;
getBlocksCount() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeFile
repeated .hadoop.hdfs.BlockProto blocks = 6;
getBlocksCount() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeFileOrBuilder
repeated .hadoop.hdfs.BlockProto blocks = 6;
getBlocksCount() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.FileDiff.Builder
repeated .hadoop.hdfs.BlockProto blocks = 5;
getBlocksCount() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.FileDiff
repeated .hadoop.hdfs.BlockProto blocks = 5;
getBlocksCount() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.FileDiffOrBuilder
repeated .hadoop.hdfs.BlockProto blocks = 5;
getBlocksList() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeFile.Builder
repeated .hadoop.hdfs.BlockProto blocks = 6;
getBlocksList() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeFile
repeated .hadoop.hdfs.BlockProto blocks = 6;
getBlocksList() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeFileOrBuilder
repeated .hadoop.hdfs.BlockProto blocks = 6;
getBlocksList() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.FileDiff.Builder
repeated .hadoop.hdfs.BlockProto blocks = 5;
getBlocksList() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.FileDiff
repeated .hadoop.hdfs.BlockProto blocks = 5;
getBlocksList() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.FileDiffOrBuilder
repeated .hadoop.hdfs.BlockProto blocks = 5;
getBlocksOrBuilder(int) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeFile.Builder
repeated .hadoop.hdfs.BlockProto blocks = 6;
getBlocksOrBuilder(int) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeFile
repeated .hadoop.hdfs.BlockProto blocks = 6;
getBlocksOrBuilder(int) - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeFileOrBuilder
repeated .hadoop.hdfs.BlockProto blocks = 6;
getBlocksOrBuilder(int) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.FileDiff.Builder
repeated .hadoop.hdfs.BlockProto blocks = 5;
getBlocksOrBuilder(int) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.FileDiff
repeated .hadoop.hdfs.BlockProto blocks = 5;
getBlocksOrBuilder(int) - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.FileDiffOrBuilder
repeated .hadoop.hdfs.BlockProto blocks = 5;
getBlocksOrBuilderList() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeFile.Builder
repeated .hadoop.hdfs.BlockProto blocks = 6;
getBlocksOrBuilderList() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeFile
repeated .hadoop.hdfs.BlockProto blocks = 6;
getBlocksOrBuilderList() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeFileOrBuilder
repeated .hadoop.hdfs.BlockProto blocks = 6;
getBlocksOrBuilderList() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.FileDiff.Builder
repeated .hadoop.hdfs.BlockProto blocks = 5;
getBlocksOrBuilderList() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.FileDiff
repeated .hadoop.hdfs.BlockProto blocks = 5;
getBlocksOrBuilderList() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.FileDiffOrBuilder
repeated .hadoop.hdfs.BlockProto blocks = 5;
getBlocksTotal() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NamenodeBeanMetrics
 
getBlockType() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeFile.Builder
optional .hadoop.hdfs.BlockTypeProto blockType = 11;
getBlockType() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeFile
optional .hadoop.hdfs.BlockTypeProto blockType = 11;
getBlockType() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeFileOrBuilder
optional .hadoop.hdfs.BlockTypeProto blockType = 11;
getBlockType() - Method in class org.apache.hadoop.hdfs.server.namenode.INodeFileAttributes.SnapshotCopy
 
getBlockUCState() - Method in class org.apache.hadoop.hdfs.server.blockmanagement.BlockUnderConstructionFeature
Return the state of the block under construction.
getBlockURI() - Method in class org.apache.hadoop.hdfs.server.datanode.LocalReplica
 
getBookmark() - Method in class org.apache.hadoop.hdfs.util.LightWeightLinkedSet
Returns a new iterator starting at the bookmarked element.
getBuilder() - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.FederationProtocolPBTranslator
Create or return the cached protobuf builder for this translator.
getBytesAcked() - Method in class org.apache.hadoop.hdfs.server.datanode.LocalReplicaInPipeline
 
getBytesAcked() - Method in interface org.apache.hadoop.hdfs.server.datanode.ReplicaInPipeline
Get the number of bytes acked
getBytesOnDisk() - Method in class org.apache.hadoop.hdfs.server.datanode.FinalizedReplica
 
getBytesOnDisk() - Method in class org.apache.hadoop.hdfs.server.datanode.LocalReplicaInPipeline
 
getBytesOnDisk() - Method in class org.apache.hadoop.hdfs.server.datanode.ReplicaUnderRecovery
 
getBytesOnDisk() - Method in class org.apache.hadoop.hdfs.server.datanode.ReplicaWaitingToBeRecovered
 
getBytesReserved() - Method in class org.apache.hadoop.hdfs.server.datanode.LocalReplicaInPipeline
 
getBytesToMove() - Method in class org.apache.hadoop.hdfs.server.diskbalancer.planner.MoveStep
Returns number of bytes to move.
getBytesToMove() - Method in interface org.apache.hadoop.hdfs.server.diskbalancer.planner.Step
Return the number of bytes to move.
getBytesWithFutureGenerationStamps() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NamenodeBeanMetrics
 
getCacheCapacity() - Method in interface org.apache.hadoop.hdfs.server.blockmanagement.DatanodeStatistics
 
getCacheCapacity() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NamenodeBeanMetrics
 
getCachedRecords() - Method in class org.apache.hadoop.hdfs.server.federation.store.CachedRecordStore
Get all the cached records.
getCachedRecordsAndTimeStamp() - Method in class org.apache.hadoop.hdfs.server.federation.store.CachedRecordStore
Get all the cached records and the time stamp of the cache.
getCachePool() - Method in class org.apache.hadoop.hdfs.server.namenode.CachePool.DirectiveList
 
getCacheSize() - Method in class org.apache.hadoop.hdfs.server.federation.resolver.MountTableResolver
Get the size of the cache.
getCacheUsed() - Method in interface org.apache.hadoop.hdfs.server.blockmanagement.DatanodeStatistics
 
getCacheUsed() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NamenodeBeanMetrics
 
getCancelOptions() - Static method in class org.apache.hadoop.hdfs.tools.DiskBalancerCLI
Returns Cancel Options.
getCanRollBack() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.CanRollBackResponseProto.Builder
required bool canRollBack = 1;
getCanRollBack() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.CanRollBackResponseProto
required bool canRollBack = 1;
getCanRollBack() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.CanRollBackResponseProtoOrBuilder
required bool canRollBack = 1;
getCapacity() - Method in class org.apache.hadoop.hdfs.server.diskbalancer.datamodel.DiskBalancerVolume
Capacity of this volume.
getCapacity() - Method in class org.apache.hadoop.hdfs.util.LightWeightHashSet
Return the current capacity (for testing).
getCapacityRemaining() - Method in interface org.apache.hadoop.hdfs.server.blockmanagement.DatanodeStatistics
 
getCapacityRemaining() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NamenodeBeanMetrics
 
getCapacityRemainingPercent() - Method in interface org.apache.hadoop.hdfs.server.blockmanagement.DatanodeStatistics
 
getCapacityTotal() - Method in interface org.apache.hadoop.hdfs.server.blockmanagement.DatanodeStatistics
 
getCapacityTotal() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NamenodeBeanMetrics
 
getCapacityUsed() - Method in interface org.apache.hadoop.hdfs.server.blockmanagement.DatanodeStatistics
 
getCapacityUsed() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NamenodeBeanMetrics
 
getCapacityUsedNonDFS() - Method in interface org.apache.hadoop.hdfs.server.blockmanagement.DatanodeStatistics
 
getCapacityUsedPercent() - Method in interface org.apache.hadoop.hdfs.server.blockmanagement.DatanodeStatistics
 
getCellSize() - Method in class org.apache.hadoop.hdfs.server.protocol.BlocksWithLocations.StripedBlockWithLocations
 
getChannel() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.QJournalProtocolService.Stub
 
getChecksum() - Method in class org.apache.hadoop.hdfs.server.datanode.ChunkChecksum
 
getChecksum() - Method in class org.apache.hadoop.hdfs.server.datanode.fsdataset.ReplicaOutputStreams
 
getChecksumIn() - Method in class org.apache.hadoop.hdfs.server.datanode.fsdataset.ReplicaInputStreams
 
getChecksumOut() - Method in class org.apache.hadoop.hdfs.server.datanode.fsdataset.ReplicaOutputStreams
 
getChild(byte[], int) - Method in class org.apache.hadoop.hdfs.server.namenode.INodeDirectory
 
getChild(byte[], int) - Method in class org.apache.hadoop.hdfs.server.namenode.snapshot.Snapshot.Root
 
getChildren(int) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeDirectorySection.DirEntry.Builder
repeated uint64 children = 2 [packed = true];
getChildren(int) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeDirectorySection.DirEntry
repeated uint64 children = 2 [packed = true];
getChildren(int) - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeDirectorySection.DirEntryOrBuilder
repeated uint64 children = 2 [packed = true];
getChildren(String) - Method in class org.apache.hadoop.hdfs.util.XMLUtils.Stanza
Pull an entry from a stanza.
getChildrenCount() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeDirectorySection.DirEntry.Builder
repeated uint64 children = 2 [packed = true];
getChildrenCount() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeDirectorySection.DirEntry
repeated uint64 children = 2 [packed = true];
getChildrenCount() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeDirectorySection.DirEntryOrBuilder
repeated uint64 children = 2 [packed = true];
getChildrenDiff() - Method in class org.apache.hadoop.hdfs.server.namenode.snapshot.DirectoryWithSnapshotFeature.DirectoryDiff
 
getChildrenList() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeDirectorySection.DirEntry.Builder
repeated uint64 children = 2 [packed = true];
getChildrenList() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeDirectorySection.DirEntry
repeated uint64 children = 2 [packed = true];
getChildrenList() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeDirectorySection.DirEntryOrBuilder
repeated uint64 children = 2 [packed = true];
getChildrenList(int) - Method in class org.apache.hadoop.hdfs.server.namenode.INodeDirectory
 
getChildrenList(int) - Method in class org.apache.hadoop.hdfs.server.namenode.snapshot.Snapshot.Root
 
getChildrenNum(int) - Method in class org.apache.hadoop.hdfs.server.namenode.INodeDirectory
 
getChildrenSize() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DirectoryDiff.Builder
optional uint32 childrenSize = 2;
getChildrenSize() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DirectoryDiff
optional uint32 childrenSize = 2;
getChildrenSize() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DirectoryDiffOrBuilder
optional uint32 childrenSize = 2;
getClient() - Method in class org.apache.hadoop.hdfs.server.federation.router.ConnectionContext
Get the connection client.
getClientMachine() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.FileUnderConstructionFeature.Builder
optional string clientMachine = 2;
getClientMachine() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.FileUnderConstructionFeature
optional string clientMachine = 2;
getClientMachine() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.FileUnderConstructionFeatureOrBuilder
optional string clientMachine = 2;
getClientMachineBytes() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.FileUnderConstructionFeature.Builder
optional string clientMachine = 2;
getClientMachineBytes() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.FileUnderConstructionFeature
optional string clientMachine = 2;
getClientMachineBytes() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.FileUnderConstructionFeatureOrBuilder
optional string clientMachine = 2;
getClientName() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.FileUnderConstructionFeature.Builder
optional string clientName = 1;
getClientName() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.FileUnderConstructionFeature
optional string clientName = 1;
getClientName() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.FileUnderConstructionFeatureOrBuilder
optional string clientName = 1;
getClientNameBytes() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.FileUnderConstructionFeature.Builder
optional string clientName = 1;
getClientNameBytes() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.FileUnderConstructionFeature
optional string clientName = 1;
getClientNameBytes() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.FileUnderConstructionFeatureOrBuilder
optional string clientName = 1;
getClientNames(ExtendedBlockId) - Method in class org.apache.hadoop.hdfs.server.datanode.ShortCircuitRegistry
 
getCluster(URI, Configuration) - Static method in class org.apache.hadoop.hdfs.server.diskbalancer.connectors.ConnectorFactory
Constructs an appropriate connector based on the URL.
getClusterId() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.FederationNamespaceInfoProto.Builder
optional string clusterId = 2;
getClusterId() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.FederationNamespaceInfoProto
optional string clusterId = 2;
getClusterId() - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.FederationNamespaceInfoProtoOrBuilder
optional string clusterId = 2;
getClusterId() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProto.Builder
optional string clusterId = 7;
getClusterId() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProto
optional string clusterId = 7;
getClusterId() - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProtoOrBuilder
optional string clusterId = 7;
getClusterId() - Method in enum org.apache.hadoop.hdfs.server.common.HdfsServerConstants.StartupOption
 
getClusterId() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.FederationMetrics
 
getClusterId() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NamenodeBeanMetrics
 
getClusterId() - Method in class org.apache.hadoop.hdfs.server.federation.resolver.FederationNamespaceInfo
The HDFS cluster id for this namespace.
getClusterId() - Method in class org.apache.hadoop.hdfs.server.federation.resolver.NamenodeStatusReport
Get the cluster identifier.
getClusterId() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MembershipStatePBImpl
 
getClusterId() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MembershipState
 
getClusterIdBytes() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.FederationNamespaceInfoProto.Builder
optional string clusterId = 2;
getClusterIdBytes() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.FederationNamespaceInfoProto
optional string clusterId = 2;
getClusterIdBytes() - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.FederationNamespaceInfoProtoOrBuilder
optional string clusterId = 2;
getClusterIdBytes() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProto.Builder
optional string clusterId = 7;
getClusterIdBytes() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProto
optional string clusterId = 7;
getClusterIdBytes() - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProtoOrBuilder
optional string clusterId = 7;
getClusterURI() - Method in class org.apache.hadoop.hdfs.server.diskbalancer.command.Command
Gets cluster URL.
getCode() - Method in enum org.apache.hadoop.hdfs.server.protocol.ReceivedDeletedBlockInfo.BlockStatus
 
getCodec() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FileSummary.Builder
optional string codec = 3;
getCodec() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FileSummary
optional string codec = 3;
getCodec() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.FileSummaryOrBuilder
optional string codec = 3;
getCodecBytes() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FileSummary.Builder
optional string codec = 3;
getCodecBytes() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FileSummary
optional string codec = 3;
getCodecBytes() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.FileSummaryOrBuilder
optional string codec = 3;
getCommittedTxId() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.RequestInfoProto.Builder
optional uint64 committedTxId = 4;
getCommittedTxId() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.RequestInfoProto
optional uint64 committedTxId = 4;
getCommittedTxId() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.RequestInfoProtoOrBuilder
optional uint64 committedTxId = 4;
getCommittedTxnId() - Method in class org.apache.hadoop.hdfs.server.protocol.RemoteEditLogManifest
 
getCompiledDate() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.FederationMetrics
 
getCompileInfo() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterRecordProto.Builder
optional string compileInfo = 7;
getCompileInfo() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterRecordProto
optional string compileInfo = 7;
getCompileInfo() - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterRecordProtoOrBuilder
optional string compileInfo = 7;
getCompileInfo() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.FederationMetrics
 
getCompileInfo() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NamenodeBeanMetrics
 
getCompileInfo() - Static method in class org.apache.hadoop.hdfs.server.federation.router.FederationUtil
Fetch the build/compile information for this jar.
getCompileInfo() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.RouterStatePBImpl
 
getCompileInfo() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.RouterState
 
getCompileInfoBytes() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterRecordProto.Builder
optional string compileInfo = 7;
getCompileInfoBytes() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterRecordProto
optional string compileInfo = 7;
getCompileInfoBytes() - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterRecordProtoOrBuilder
optional string compileInfo = 7;
getConf() - Method in class org.apache.hadoop.hdfs.server.blockmanagement.CombinedHostFileManager
 
getConf() - Method in class org.apache.hadoop.hdfs.server.blockmanagement.HostFileManager
 
getConf() - Method in class org.apache.hadoop.hdfs.server.datanode.fsdataset.AvailableSpaceVolumeChoosingPolicy
 
getConf() - Method in class org.apache.hadoop.hdfs.server.federation.store.driver.StateStoreDriver
Get the State Store configuration.
GetConf - Class in org.apache.hadoop.hdfs.tools
Tool for getting configuration information from a configuration file.
getConfiguration() - Method in class org.apache.hadoop.hdfs.server.namenode.ha.RemoteNameNodeInfo
 
getConfiguration(String, FilterConfig) - Method in class org.apache.hadoop.hdfs.web.AuthFilter
Returns the filter configuration properties, including the ones prefixed with AuthFilter.CONF_PREFIX.
getConnection(UserGroupInformation, String) - Method in class org.apache.hadoop.hdfs.server.federation.router.ConnectionManager
Fetches the next available proxy client in the pool.
getConnectorInfo() - Method in interface org.apache.hadoop.hdfs.server.diskbalancer.connectors.ClusterConnector
Returns info about the connector.
getConnectorInfo() - Method in class org.apache.hadoop.hdfs.server.diskbalancer.connectors.JsonNodeConnector
Returns info about the connector.
getContainedElem(int, T, int) - Method in class org.apache.hadoop.hdfs.util.LightWeightHashSet
Check if the set contains given element at given index.
getContentSummary(String) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
getContext() - Method in class org.apache.hadoop.hdfs.server.namenode.FSImageFormatProtobuf.Saver
 
getCopy() - Method in class org.apache.hadoop.hdfs.server.namenode.INode.ReclaimContext
make a copy with the same collectedBlocks, removedINodes, and removedUCFiles but a new quotaDelta.
getCorruptFiles() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NamenodeBeanMetrics
 
getCount() - Method in class org.apache.hadoop.hdfs.server.namenode.top.window.RollingWindowManager.User
 
getCounts(K) - Method in class org.apache.hadoop.hdfs.util.EnumCounters.Map
 
getCountsCopy() - Method in class org.apache.hadoop.hdfs.server.namenode.INode.QuotaDelta
 
getCreatedListSize() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DirectoryDiff.Builder
optional uint32 createdListSize = 6;
getCreatedListSize() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DirectoryDiff
optional uint32 createdListSize = 6;
getCreatedListSize() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DirectoryDiffOrBuilder
optional uint32 createdListSize = 6;
getCurrentCommand() - Method in class org.apache.hadoop.hdfs.tools.DiskBalancerCLI
Gets current command associated with this instance of DiskBalancer.
getCurrentEditLogTxid() - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
getCurrentId() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.Builder
optional uint32 currentId = 1;
getCurrentId() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection
optional uint32 currentId = 1;
getCurrentId() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSectionOrBuilder
optional uint32 currentId = 1;
getDataBlockNum() - Method in class org.apache.hadoop.hdfs.server.protocol.BlocksWithLocations.StripedBlockWithLocations
 
getDataEncryptionKey() - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
getDataFileName() - Method in class org.apache.hadoop.hdfs.server.federation.store.driver.impl.StateStoreFileBaseImpl
Get the data file name.
getDataIn() - Method in class org.apache.hadoop.hdfs.server.datanode.fsdataset.ReplicaInputStreams
 
getDataInFd() - Method in class org.apache.hadoop.hdfs.server.datanode.fsdataset.ReplicaInputStreams
 
getDataInputStream(long) - Method in class org.apache.hadoop.hdfs.server.datanode.LocalReplica
 
getDataLength() - Method in class org.apache.hadoop.hdfs.server.datanode.ChunkChecksum
 
getDatanode() - Method in class org.apache.hadoop.hdfs.server.blockmanagement.DatanodeDescriptor.CachedBlocksList
 
getDatanodeDescriptor() - Method in class org.apache.hadoop.hdfs.server.blockmanagement.DatanodeStorageInfo
 
getDatanodeInfo() - Method in class org.apache.hadoop.hdfs.server.balancer.Dispatcher.DDatanode
 
getDatanodeInfo() - Method in class org.apache.hadoop.hdfs.server.balancer.Dispatcher.DDatanode.StorageGroup
 
getDataNodeIP() - Method in class org.apache.hadoop.hdfs.server.diskbalancer.datamodel.DiskBalancerDataNode
Returns the IP address of this Node.
getDataNodeName() - Method in class org.apache.hadoop.hdfs.server.diskbalancer.datamodel.DiskBalancerDataNode
Get DataNode DNS name.
getDataNodePort() - Method in class org.apache.hadoop.hdfs.server.diskbalancer.datamodel.DiskBalancerDataNode
Returns the Port of this DataNode.
getDataNodeProxy(String) - Method in class org.apache.hadoop.hdfs.server.diskbalancer.command.Command
Copied from DFSAdmin.java.
getDatanodeReport(HdfsConstants.DatanodeReportType) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
getDatanodeReport(HdfsConstants.DatanodeReportType, long) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
Get the datanode report with a timeout.
getDatanodeStorageReport(HdfsConstants.DatanodeReportType) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
getDataNodeUUID() - Method in class org.apache.hadoop.hdfs.server.diskbalancer.datamodel.DiskBalancerDataNode
Returns datanode ID.
getDataOut() - Method in class org.apache.hadoop.hdfs.server.datanode.fsdataset.ReplicaOutputStreams
 
getDataOutputStream(boolean) - Method in class org.apache.hadoop.hdfs.server.datanode.LocalReplica
 
getDataset() - Method in interface org.apache.hadoop.hdfs.server.datanode.DiskBalancer.BlockMover
Returns a pointer to the current dataset we are operating against.
getDataset() - Method in class org.apache.hadoop.hdfs.server.datanode.DiskBalancer.DiskBalancerMover
Returns a pointer to the current dataset we are operating against.
getDataset() - Method in interface org.apache.hadoop.hdfs.server.datanode.fsdataset.FsVolumeSpi
Get the FSDatasetSpi which this volume is a part of.
getDateCreated() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.MountTableRecordProto.Builder
optional uint64 dateCreated = 3;
getDateCreated() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.MountTableRecordProto
optional uint64 dateCreated = 3;
getDateCreated() - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.MountTableRecordProtoOrBuilder
optional uint64 dateCreated = 3;
getDateCreated() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProto.Builder
optional uint64 dateCreated = 1;
getDateCreated() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProto
optional uint64 dateCreated = 1;
getDateCreated() - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProtoOrBuilder
optional uint64 dateCreated = 1;
getDateCreated() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterRecordProto.Builder
optional uint64 dateCreated = 1;
getDateCreated() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterRecordProto
optional uint64 dateCreated = 1;
getDateCreated() - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterRecordProtoOrBuilder
optional uint64 dateCreated = 1;
getDateCreated() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.BaseRecord
Get the creation time for the record.
getDateCreated() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MembershipStatePBImpl
 
getDateCreated() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MountTablePBImpl
 
getDateCreated() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.RouterStatePBImpl
 
getDateCreated() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MembershipStats
 
getDateCreated() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.StateStoreVersion
 
getDateModified() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.MountTableRecordProto.Builder
optional uint64 dateModified = 4;
getDateModified() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.MountTableRecordProto
optional uint64 dateModified = 4;
getDateModified() - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.MountTableRecordProtoOrBuilder
optional uint64 dateModified = 4;
getDateModified() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProto.Builder
optional uint64 dateModified = 2;
getDateModified() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProto
optional uint64 dateModified = 2;
getDateModified() - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProtoOrBuilder
optional uint64 dateModified = 2;
getDateModified() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterRecordProto.Builder
optional uint64 dateModified = 2;
getDateModified() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterRecordProto
optional uint64 dateModified = 2;
getDateModified() - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterRecordProtoOrBuilder
optional uint64 dateModified = 2;
getDateModified() - Method in interface org.apache.hadoop.hdfs.server.federation.resolver.FederationNamenodeContext
The update date.
getDateModified() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.BaseRecord
Get the modification time for the record.
getDateModified() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MembershipStatePBImpl
 
getDateModified() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MountTablePBImpl
 
getDateModified() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.RouterStatePBImpl
 
getDateModified() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MembershipStats
 
getDateModified() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.StateStoreVersion
 
getDateStarted() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterRecordProto.Builder
optional uint64 dateStarted = 8;
getDateStarted() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterRecordProto
optional uint64 dateStarted = 8;
getDateStarted() - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterRecordProtoOrBuilder
optional uint64 dateStarted = 8;
getDateStarted() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.RouterStatePBImpl
 
getDateStarted() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.RouterState
 
getDeadNodes() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NamenodeBeanMetrics
 
getDecomNodes() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NamenodeBeanMetrics
 
getDefaultInstance() - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.AddMountTableEntryRequestProto
 
getDefaultInstance() - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.AddMountTableEntryResponseProto
 
getDefaultInstance() - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.FederationNamespaceInfoProto
 
getDefaultInstance() - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetExpiredRegistrationsRequestProto
 
getDefaultInstance() - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetMountTableEntriesRequestProto
 
getDefaultInstance() - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetMountTableEntriesResponseProto
 
getDefaultInstance() - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamenodeRegistrationsRequestProto
 
getDefaultInstance() - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamenodeRegistrationsResponseProto
 
getDefaultInstance() - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamespaceInfoRequestProto
 
getDefaultInstance() - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamespaceInfoResponseProto
 
getDefaultInstance() - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationRequestProto
 
getDefaultInstance() - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationResponseProto
 
getDefaultInstance() - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationsRequestProto
 
getDefaultInstance() - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationsResponseProto
 
getDefaultInstance() - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.MountTableRecordProto
 
getDefaultInstance() - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeHeartbeatRequestProto
 
getDefaultInstance() - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeHeartbeatResponseProto
 
getDefaultInstance() - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProto
 
getDefaultInstance() - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipStatsRecordProto
 
getDefaultInstance() - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RemoteLocationProto
 
getDefaultInstance() - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RemoveMountTableEntryRequestProto
 
getDefaultInstance() - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RemoveMountTableEntryResponseProto
 
getDefaultInstance() - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterHeartbeatRequestProto
 
getDefaultInstance() - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterHeartbeatResponseProto
 
getDefaultInstance() - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterRecordProto
 
getDefaultInstance() - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.StateStoreVersionRecordProto
 
getDefaultInstance() - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateMountTableEntryRequestProto
 
getDefaultInstance() - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateMountTableEntryResponseProto
 
getDefaultInstance() - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateNamenodeRegistrationRequestProto
 
getDefaultInstance() - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateNamenodeRegistrationResponseProto
 
getDefaultInstance() - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.AcceptRecoveryRequestProto
 
getDefaultInstance() - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.AcceptRecoveryResponseProto
 
getDefaultInstance() - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.CanRollBackRequestProto
 
getDefaultInstance() - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.CanRollBackResponseProto
 
getDefaultInstance() - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DiscardSegmentsRequestProto
 
getDefaultInstance() - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DiscardSegmentsResponseProto
 
getDefaultInstance() - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoFinalizeRequestProto
 
getDefaultInstance() - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoFinalizeResponseProto
 
getDefaultInstance() - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoPreUpgradeRequestProto
 
getDefaultInstance() - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoPreUpgradeResponseProto
 
getDefaultInstance() - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoRollbackRequestProto
 
getDefaultInstance() - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoRollbackResponseProto
 
getDefaultInstance() - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoUpgradeRequestProto
 
getDefaultInstance() - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoUpgradeResponseProto
 
getDefaultInstance() - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FinalizeLogSegmentRequestProto
 
getDefaultInstance() - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FinalizeLogSegmentResponseProto
 
getDefaultInstance() - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FormatRequestProto
 
getDefaultInstance() - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FormatResponseProto
 
getDefaultInstance() - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetEditLogManifestRequestProto
 
getDefaultInstance() - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetEditLogManifestResponseProto
 
getDefaultInstance() - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalCTimeRequestProto
 
getDefaultInstance() - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalCTimeResponseProto
 
getDefaultInstance() - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalStateRequestProto
 
getDefaultInstance() - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalStateResponseProto
 
getDefaultInstance() - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.HeartbeatRequestProto
 
getDefaultInstance() - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.HeartbeatResponseProto
 
getDefaultInstance() - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.IsFormattedRequestProto
 
getDefaultInstance() - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.IsFormattedResponseProto
 
getDefaultInstance() - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalIdProto
 
getDefaultInstance() - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalRequestProto
 
getDefaultInstance() - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalResponseProto
 
getDefaultInstance() - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.NewEpochRequestProto
 
getDefaultInstance() - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.NewEpochResponseProto
 
getDefaultInstance() - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PersistedRecoveryPaxosData
 
getDefaultInstance() - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PrepareRecoveryRequestProto
 
getDefaultInstance() - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PrepareRecoveryResponseProto
 
getDefaultInstance() - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PurgeLogsRequestProto
 
getDefaultInstance() - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PurgeLogsResponseProto
 
getDefaultInstance() - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.RequestInfoProto
 
getDefaultInstance() - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.SegmentStateProto
 
getDefaultInstance() - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.StartLogSegmentRequestProto
 
getDefaultInstance() - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.StartLogSegmentResponseProto
 
getDefaultInstance() - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.CacheManagerSection
 
getDefaultInstance() - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.ErasureCodingSection
 
getDefaultInstance() - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FileSummary
 
getDefaultInstance() - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FileSummary.Section
 
getDefaultInstance() - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FilesUnderConstructionSection.FileUnderConstructionEntry
 
getDefaultInstance() - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FilesUnderConstructionSection
 
getDefaultInstance() - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeDirectorySection.DirEntry
 
getDefaultInstance() - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeDirectorySection
 
getDefaultInstance() - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeReferenceSection
 
getDefaultInstance() - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeReferenceSection.INodeReference
 
getDefaultInstance() - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.AclFeatureProto
 
getDefaultInstance() - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.FileUnderConstructionFeature
 
getDefaultInstance() - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection
 
getDefaultInstance() - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INode
 
getDefaultInstance() - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeDirectory
 
getDefaultInstance() - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeFile
 
getDefaultInstance() - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeSymlink
 
getDefaultInstance() - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.QuotaByStorageTypeEntryProto
 
getDefaultInstance() - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.QuotaByStorageTypeFeatureProto
 
getDefaultInstance() - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.XAttrCompactProto
 
getDefaultInstance() - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.XAttrFeatureProto
 
getDefaultInstance() - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.NameSystemSection
 
getDefaultInstance() - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.DelegationKey
 
getDefaultInstance() - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection
 
getDefaultInstance() - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.PersistToken
 
getDefaultInstance() - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.CreatedListEntry
 
getDefaultInstance() - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DiffEntry
 
getDefaultInstance() - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DirectoryDiff
 
getDefaultInstance() - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.FileDiff
 
getDefaultInstance() - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection
 
getDefaultInstance() - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotSection
 
getDefaultInstance() - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotSection.Snapshot
 
getDefaultInstance() - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.StringTableSection.Entry
 
getDefaultInstance() - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.StringTableSection
 
getDefaultInstance() - Static method in class org.apache.hadoop.hdfs.server.namenode.ha.proto.HAZKInfoProtos.ActiveNodeInfo
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.AddMountTableEntryRequestProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.AddMountTableEntryRequestProto
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.AddMountTableEntryResponseProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.AddMountTableEntryResponseProto
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.FederationNamespaceInfoProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.FederationNamespaceInfoProto
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetExpiredRegistrationsRequestProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetExpiredRegistrationsRequestProto
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetMountTableEntriesRequestProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetMountTableEntriesRequestProto
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetMountTableEntriesResponseProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetMountTableEntriesResponseProto
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamenodeRegistrationsRequestProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamenodeRegistrationsRequestProto
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamenodeRegistrationsResponseProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamenodeRegistrationsResponseProto
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamespaceInfoRequestProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamespaceInfoRequestProto
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamespaceInfoResponseProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamespaceInfoResponseProto
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationRequestProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationRequestProto
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationResponseProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationResponseProto
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationsRequestProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationsRequestProto
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationsResponseProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationsResponseProto
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.MountTableRecordProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.MountTableRecordProto
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeHeartbeatRequestProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeHeartbeatRequestProto
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeHeartbeatResponseProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeHeartbeatResponseProto
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProto
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipStatsRecordProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipStatsRecordProto
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RemoteLocationProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RemoteLocationProto
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RemoveMountTableEntryRequestProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RemoveMountTableEntryRequestProto
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RemoveMountTableEntryResponseProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RemoveMountTableEntryResponseProto
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterHeartbeatRequestProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterHeartbeatRequestProto
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterHeartbeatResponseProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterHeartbeatResponseProto
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterRecordProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterRecordProto
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.StateStoreVersionRecordProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.StateStoreVersionRecordProto
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateMountTableEntryRequestProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateMountTableEntryRequestProto
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateMountTableEntryResponseProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateMountTableEntryResponseProto
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateNamenodeRegistrationRequestProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateNamenodeRegistrationRequestProto
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateNamenodeRegistrationResponseProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateNamenodeRegistrationResponseProto
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.AcceptRecoveryRequestProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.AcceptRecoveryRequestProto
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.AcceptRecoveryResponseProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.AcceptRecoveryResponseProto
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.CanRollBackRequestProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.CanRollBackRequestProto
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.CanRollBackResponseProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.CanRollBackResponseProto
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DiscardSegmentsRequestProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DiscardSegmentsRequestProto
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DiscardSegmentsResponseProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DiscardSegmentsResponseProto
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoFinalizeRequestProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoFinalizeRequestProto
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoFinalizeResponseProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoFinalizeResponseProto
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoPreUpgradeRequestProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoPreUpgradeRequestProto
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoPreUpgradeResponseProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoPreUpgradeResponseProto
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoRollbackRequestProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoRollbackRequestProto
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoRollbackResponseProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoRollbackResponseProto
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoUpgradeRequestProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoUpgradeRequestProto
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoUpgradeResponseProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoUpgradeResponseProto
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FinalizeLogSegmentRequestProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FinalizeLogSegmentRequestProto
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FinalizeLogSegmentResponseProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FinalizeLogSegmentResponseProto
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FormatRequestProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FormatRequestProto
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FormatResponseProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FormatResponseProto
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetEditLogManifestRequestProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetEditLogManifestRequestProto
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetEditLogManifestResponseProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetEditLogManifestResponseProto
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalCTimeRequestProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalCTimeRequestProto
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalCTimeResponseProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalCTimeResponseProto
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalStateRequestProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalStateRequestProto
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalStateResponseProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalStateResponseProto
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.HeartbeatRequestProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.HeartbeatRequestProto
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.HeartbeatResponseProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.HeartbeatResponseProto
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.IsFormattedRequestProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.IsFormattedRequestProto
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.IsFormattedResponseProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.IsFormattedResponseProto
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalIdProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalIdProto
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalRequestProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalRequestProto
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalResponseProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalResponseProto
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.NewEpochRequestProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.NewEpochRequestProto
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.NewEpochResponseProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.NewEpochResponseProto
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PersistedRecoveryPaxosData.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PersistedRecoveryPaxosData
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PrepareRecoveryRequestProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PrepareRecoveryRequestProto
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PrepareRecoveryResponseProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PrepareRecoveryResponseProto
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PurgeLogsRequestProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PurgeLogsRequestProto
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PurgeLogsResponseProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PurgeLogsResponseProto
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.RequestInfoProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.RequestInfoProto
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.SegmentStateProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.SegmentStateProto
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.StartLogSegmentRequestProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.StartLogSegmentRequestProto
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.StartLogSegmentResponseProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.StartLogSegmentResponseProto
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.CacheManagerSection.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.CacheManagerSection
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.ErasureCodingSection.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.ErasureCodingSection
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FileSummary.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FileSummary
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FileSummary.Section.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FileSummary.Section
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FilesUnderConstructionSection.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FilesUnderConstructionSection.FileUnderConstructionEntry.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FilesUnderConstructionSection.FileUnderConstructionEntry
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FilesUnderConstructionSection
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeDirectorySection.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeDirectorySection.DirEntry.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeDirectorySection.DirEntry
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeDirectorySection
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeReferenceSection.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeReferenceSection
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeReferenceSection.INodeReference.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeReferenceSection.INodeReference
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.AclFeatureProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.AclFeatureProto
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.FileUnderConstructionFeature.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.FileUnderConstructionFeature
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INode.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INode
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeDirectory.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeDirectory
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeFile.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeFile
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeSymlink.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeSymlink
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.QuotaByStorageTypeEntryProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.QuotaByStorageTypeEntryProto
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.QuotaByStorageTypeFeatureProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.QuotaByStorageTypeFeatureProto
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.XAttrCompactProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.XAttrCompactProto
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.XAttrFeatureProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.XAttrFeatureProto
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.NameSystemSection.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.NameSystemSection
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.DelegationKey.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.DelegationKey
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.PersistToken.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.PersistToken
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.CreatedListEntry.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.CreatedListEntry
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DiffEntry.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DiffEntry
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DirectoryDiff.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DirectoryDiff
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.FileDiff.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.FileDiff
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotSection.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotSection
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotSection.Snapshot.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotSection.Snapshot
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.StringTableSection.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.StringTableSection.Entry.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.StringTableSection.Entry
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.StringTableSection
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.server.namenode.ha.proto.HAZKInfoProtos.ActiveNodeInfo.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hdfs.server.namenode.ha.proto.HAZKInfoProtos.ActiveNodeInfo
 
getDefaultLocation() - Method in class org.apache.hadoop.hdfs.server.federation.resolver.PathLocation
Get the default or highest priority location.
getDefaultLocation() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MountTable
Get the default location.
getDefaultNamespace() - Method in class org.apache.hadoop.hdfs.server.federation.resolver.MountTableResolver
 
getDefaultPolicy() - Method in class org.apache.hadoop.hdfs.server.blockmanagement.BlockStoragePolicySuite
 
getDefaultTop() - Method in class org.apache.hadoop.hdfs.server.diskbalancer.command.Command
returns default top number of nodes.
getDelegationToken(Text) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
getDelegationTokens(Text) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
The the delegation token from each name service.
getDeletedINode(int) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DirectoryDiff.Builder
repeated uint64 deletedINode = 7 [packed = true];
getDeletedINode(int) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DirectoryDiff
repeated uint64 deletedINode = 7 [packed = true];
getDeletedINode(int) - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DirectoryDiffOrBuilder
repeated uint64 deletedINode = 7 [packed = true];
getDeletedINodeCount() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DirectoryDiff.Builder
repeated uint64 deletedINode = 7 [packed = true];
getDeletedINodeCount() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DirectoryDiff
repeated uint64 deletedINode = 7 [packed = true];
getDeletedINodeCount() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DirectoryDiffOrBuilder
repeated uint64 deletedINode = 7 [packed = true];
getDeletedINodeList() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DirectoryDiff.Builder
repeated uint64 deletedINode = 7 [packed = true];
getDeletedINodeList() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DirectoryDiff
repeated uint64 deletedINode = 7 [packed = true];
getDeletedINodeList() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DirectoryDiffOrBuilder
repeated uint64 deletedINode = 7 [packed = true];
getDeletedINodeRef(int) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DirectoryDiff.Builder
repeated uint32 deletedINodeRef = 8 [packed = true];
getDeletedINodeRef(int) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DirectoryDiff
repeated uint32 deletedINodeRef = 8 [packed = true];
getDeletedINodeRef(int) - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DirectoryDiffOrBuilder
repeated uint32 deletedINodeRef = 8 [packed = true];
getDeletedINodeRefCount() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DirectoryDiff.Builder
repeated uint32 deletedINodeRef = 8 [packed = true];
getDeletedINodeRefCount() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DirectoryDiff
repeated uint32 deletedINodeRef = 8 [packed = true];
getDeletedINodeRefCount() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DirectoryDiffOrBuilder
repeated uint32 deletedINodeRef = 8 [packed = true];
getDeletedINodeRefList() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DirectoryDiff.Builder
repeated uint32 deletedINodeRef = 8 [packed = true];
getDeletedINodeRefList() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DirectoryDiff
repeated uint32 deletedINodeRef = 8 [packed = true];
getDeletedINodeRefList() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DirectoryDiffOrBuilder
repeated uint32 deletedINodeRef = 8 [packed = true];
getDelHints() - Method in class org.apache.hadoop.hdfs.server.protocol.ReceivedDeletedBlockInfo
 
getDescription() - Method in class org.apache.hadoop.hdfs.protocol.LayoutVersion.FeatureInfo
Accessor method for feature description
getDescriptor() - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.AddMountTableEntryRequestProto.Builder
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.AddMountTableEntryRequestProto
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.AddMountTableEntryResponseProto.Builder
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.AddMountTableEntryResponseProto
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.FederationNamespaceInfoProto.Builder
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.FederationNamespaceInfoProto
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetExpiredRegistrationsRequestProto.Builder
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetExpiredRegistrationsRequestProto
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetMountTableEntriesRequestProto.Builder
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetMountTableEntriesRequestProto
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetMountTableEntriesResponseProto.Builder
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetMountTableEntriesResponseProto
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamenodeRegistrationsRequestProto.Builder
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamenodeRegistrationsRequestProto
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamenodeRegistrationsResponseProto.Builder
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamenodeRegistrationsResponseProto
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamespaceInfoRequestProto.Builder
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamespaceInfoRequestProto
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamespaceInfoResponseProto.Builder
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamespaceInfoResponseProto
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationRequestProto.Builder
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationRequestProto
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationResponseProto.Builder
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationResponseProto
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationsRequestProto.Builder
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationsRequestProto
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationsResponseProto.Builder
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationsResponseProto
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.MountTableRecordProto.Builder
 
getDescriptor() - Static method in enum org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.MountTableRecordProto.DestOrder
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.MountTableRecordProto
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeHeartbeatRequestProto.Builder
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeHeartbeatRequestProto
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeHeartbeatResponseProto.Builder
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeHeartbeatResponseProto
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProto.Builder
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProto
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipStatsRecordProto.Builder
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipStatsRecordProto
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RemoteLocationProto.Builder
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RemoteLocationProto
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RemoveMountTableEntryRequestProto.Builder
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RemoveMountTableEntryRequestProto
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RemoveMountTableEntryResponseProto.Builder
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RemoveMountTableEntryResponseProto
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterHeartbeatRequestProto.Builder
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterHeartbeatRequestProto
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterHeartbeatResponseProto.Builder
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterHeartbeatResponseProto
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterRecordProto.Builder
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterRecordProto
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.StateStoreVersionRecordProto.Builder
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.StateStoreVersionRecordProto
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateMountTableEntryRequestProto.Builder
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateMountTableEntryRequestProto
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateMountTableEntryResponseProto.Builder
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateMountTableEntryResponseProto
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateNamenodeRegistrationRequestProto.Builder
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateNamenodeRegistrationRequestProto
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateNamenodeRegistrationResponseProto.Builder
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateNamenodeRegistrationResponseProto
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.AcceptRecoveryRequestProto.Builder
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.AcceptRecoveryRequestProto
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.AcceptRecoveryResponseProto.Builder
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.AcceptRecoveryResponseProto
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.CanRollBackRequestProto.Builder
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.CanRollBackRequestProto
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.CanRollBackResponseProto.Builder
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.CanRollBackResponseProto
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DiscardSegmentsRequestProto.Builder
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DiscardSegmentsRequestProto
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DiscardSegmentsResponseProto.Builder
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DiscardSegmentsResponseProto
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoFinalizeRequestProto.Builder
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoFinalizeRequestProto
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoFinalizeResponseProto.Builder
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoFinalizeResponseProto
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoPreUpgradeRequestProto.Builder
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoPreUpgradeRequestProto
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoPreUpgradeResponseProto.Builder
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoPreUpgradeResponseProto
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoRollbackRequestProto.Builder
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoRollbackRequestProto
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoRollbackResponseProto.Builder
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoRollbackResponseProto
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoUpgradeRequestProto.Builder
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoUpgradeRequestProto
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoUpgradeResponseProto.Builder
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoUpgradeResponseProto
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FinalizeLogSegmentRequestProto.Builder
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FinalizeLogSegmentRequestProto
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FinalizeLogSegmentResponseProto.Builder
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FinalizeLogSegmentResponseProto
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FormatRequestProto.Builder
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FormatRequestProto
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FormatResponseProto.Builder
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FormatResponseProto
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetEditLogManifestRequestProto.Builder
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetEditLogManifestRequestProto
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetEditLogManifestResponseProto.Builder
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetEditLogManifestResponseProto
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalCTimeRequestProto.Builder
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalCTimeRequestProto
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalCTimeResponseProto.Builder
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalCTimeResponseProto
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalStateRequestProto.Builder
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalStateRequestProto
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalStateResponseProto.Builder
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalStateResponseProto
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.HeartbeatRequestProto.Builder
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.HeartbeatRequestProto
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.HeartbeatResponseProto.Builder
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.HeartbeatResponseProto
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.IsFormattedRequestProto.Builder
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.IsFormattedRequestProto
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.IsFormattedResponseProto.Builder
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.IsFormattedResponseProto
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalIdProto.Builder
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalIdProto
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalRequestProto.Builder
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalRequestProto
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalResponseProto.Builder
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalResponseProto
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.NewEpochRequestProto.Builder
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.NewEpochRequestProto
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.NewEpochResponseProto.Builder
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.NewEpochResponseProto
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PersistedRecoveryPaxosData.Builder
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PersistedRecoveryPaxosData
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PrepareRecoveryRequestProto.Builder
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PrepareRecoveryRequestProto
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PrepareRecoveryResponseProto.Builder
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PrepareRecoveryResponseProto
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PurgeLogsRequestProto.Builder
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PurgeLogsRequestProto
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PurgeLogsResponseProto.Builder
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PurgeLogsResponseProto
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.QJournalProtocolService
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.RequestInfoProto.Builder
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.RequestInfoProto
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.SegmentStateProto.Builder
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.SegmentStateProto
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.StartLogSegmentRequestProto.Builder
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.StartLogSegmentRequestProto
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.StartLogSegmentResponseProto.Builder
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.StartLogSegmentResponseProto
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.CacheManagerSection.Builder
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.CacheManagerSection
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.ErasureCodingSection.Builder
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.ErasureCodingSection
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FileSummary.Builder
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FileSummary
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FileSummary.Section.Builder
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FileSummary.Section
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FilesUnderConstructionSection.Builder
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FilesUnderConstructionSection.FileUnderConstructionEntry.Builder
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FilesUnderConstructionSection.FileUnderConstructionEntry
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FilesUnderConstructionSection
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeDirectorySection.Builder
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeDirectorySection.DirEntry.Builder
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeDirectorySection.DirEntry
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeDirectorySection
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeReferenceSection.Builder
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeReferenceSection
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeReferenceSection.INodeReference.Builder
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeReferenceSection.INodeReference
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.AclFeatureProto.Builder
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.AclFeatureProto
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.Builder
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.FileUnderConstructionFeature.Builder
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.FileUnderConstructionFeature
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INode.Builder
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INode
 
getDescriptor() - Static method in enum org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INode.Type
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeDirectory.Builder
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeDirectory
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeFile.Builder
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeFile
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeSymlink.Builder
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeSymlink
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.QuotaByStorageTypeEntryProto.Builder
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.QuotaByStorageTypeEntryProto
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.QuotaByStorageTypeFeatureProto.Builder
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.QuotaByStorageTypeFeatureProto
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.XAttrCompactProto.Builder
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.XAttrCompactProto
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.XAttrFeatureProto.Builder
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.XAttrFeatureProto
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.NameSystemSection.Builder
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.NameSystemSection
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.Builder
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.DelegationKey.Builder
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.DelegationKey
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.PersistToken.Builder
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.PersistToken
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.Builder
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.CreatedListEntry.Builder
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.CreatedListEntry
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DiffEntry.Builder
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DiffEntry
 
getDescriptor() - Static method in enum org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DiffEntry.Type
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DirectoryDiff.Builder
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DirectoryDiff
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.FileDiff.Builder
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.FileDiff
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotSection.Builder
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotSection
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotSection.Snapshot.Builder
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotSection.Snapshot
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.StringTableSection.Builder
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.StringTableSection.Entry.Builder
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.StringTableSection.Entry
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.StringTableSection
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.server.namenode.ha.proto.HAZKInfoProtos.ActiveNodeInfo.Builder
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.server.namenode.ha.proto.HAZKInfoProtos.ActiveNodeInfo
 
getDescriptor() - Static method in class org.apache.hadoop.hdfs.server.namenode.ha.proto.HAZKInfoProtos
 
getDescriptorForType() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.AddMountTableEntryRequestProto.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.AddMountTableEntryResponseProto.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.FederationNamespaceInfoProto.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetExpiredRegistrationsRequestProto.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetMountTableEntriesRequestProto.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetMountTableEntriesResponseProto.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamenodeRegistrationsRequestProto.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamenodeRegistrationsResponseProto.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamespaceInfoRequestProto.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamespaceInfoResponseProto.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationRequestProto.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationResponseProto.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationsRequestProto.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationsResponseProto.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.MountTableRecordProto.Builder
 
getDescriptorForType() - Method in enum org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.MountTableRecordProto.DestOrder
 
getDescriptorForType() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeHeartbeatRequestProto.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeHeartbeatResponseProto.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProto.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipStatsRecordProto.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RemoteLocationProto.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RemoveMountTableEntryRequestProto.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RemoveMountTableEntryResponseProto.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterHeartbeatRequestProto.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterHeartbeatResponseProto.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterRecordProto.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.StateStoreVersionRecordProto.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateMountTableEntryRequestProto.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateMountTableEntryResponseProto.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateNamenodeRegistrationRequestProto.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateNamenodeRegistrationResponseProto.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.AcceptRecoveryRequestProto.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.AcceptRecoveryResponseProto.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.CanRollBackRequestProto.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.CanRollBackResponseProto.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DiscardSegmentsRequestProto.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DiscardSegmentsResponseProto.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoFinalizeRequestProto.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoFinalizeResponseProto.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoPreUpgradeRequestProto.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoPreUpgradeResponseProto.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoRollbackRequestProto.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoRollbackResponseProto.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoUpgradeRequestProto.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoUpgradeResponseProto.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FinalizeLogSegmentRequestProto.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FinalizeLogSegmentResponseProto.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FormatRequestProto.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FormatResponseProto.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetEditLogManifestRequestProto.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetEditLogManifestResponseProto.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalCTimeRequestProto.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalCTimeResponseProto.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalStateRequestProto.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalStateResponseProto.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.HeartbeatRequestProto.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.HeartbeatResponseProto.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.IsFormattedRequestProto.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.IsFormattedResponseProto.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalIdProto.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalRequestProto.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalResponseProto.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.NewEpochRequestProto.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.NewEpochResponseProto.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PersistedRecoveryPaxosData.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PrepareRecoveryRequestProto.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PrepareRecoveryResponseProto.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PurgeLogsRequestProto.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PurgeLogsResponseProto.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.QJournalProtocolService
 
getDescriptorForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.RequestInfoProto.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.SegmentStateProto.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.StartLogSegmentRequestProto.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.StartLogSegmentResponseProto.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.CacheManagerSection.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.ErasureCodingSection.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FileSummary.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FileSummary.Section.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FilesUnderConstructionSection.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FilesUnderConstructionSection.FileUnderConstructionEntry.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeDirectorySection.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeDirectorySection.DirEntry.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeReferenceSection.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeReferenceSection.INodeReference.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.AclFeatureProto.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.FileUnderConstructionFeature.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INode.Builder
 
getDescriptorForType() - Method in enum org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INode.Type
 
getDescriptorForType() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeDirectory.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeFile.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeSymlink.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.QuotaByStorageTypeEntryProto.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.QuotaByStorageTypeFeatureProto.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.XAttrCompactProto.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.XAttrFeatureProto.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.NameSystemSection.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.DelegationKey.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.PersistToken.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.CreatedListEntry.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DiffEntry.Builder
 
getDescriptorForType() - Method in enum org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DiffEntry.Type
 
getDescriptorForType() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DirectoryDiff.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.FileDiff.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotSection.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotSection.Snapshot.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.StringTableSection.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.StringTableSection.Entry.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.hdfs.server.namenode.ha.proto.HAZKInfoProtos.ActiveNodeInfo.Builder
 
getDest() - Method in class org.apache.hadoop.hdfs.server.federation.resolver.FederationNamespaceInfo
 
getDest() - Method in class org.apache.hadoop.hdfs.server.federation.resolver.RemoteLocation
 
getDest() - Method in class org.apache.hadoop.hdfs.server.federation.router.RemoteLocationContext
Destination in this location.
getDestinationForPath(String) - Method in class org.apache.hadoop.hdfs.server.federation.resolver.MountTableResolver
 
getDestinationOrder() - Method in class org.apache.hadoop.hdfs.server.federation.resolver.PathLocation
Get the order for the destinations.
getDestinations(int) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.MountTableRecordProto.Builder
repeated .hadoop.hdfs.RemoteLocationProto destinations = 2;
getDestinations(int) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.MountTableRecordProto
repeated .hadoop.hdfs.RemoteLocationProto destinations = 2;
getDestinations(int) - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.MountTableRecordProtoOrBuilder
repeated .hadoop.hdfs.RemoteLocationProto destinations = 2;
getDestinations() - Method in class org.apache.hadoop.hdfs.server.federation.resolver.PathLocation
Get the list of locations found in the mount table.
getDestinations() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MountTablePBImpl
 
getDestinations() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MountTable
Get a list of destinations (namespace + path) present for this entry.
getDestinationsBuilder(int) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.MountTableRecordProto.Builder
repeated .hadoop.hdfs.RemoteLocationProto destinations = 2;
getDestinationsBuilderList() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.MountTableRecordProto.Builder
repeated .hadoop.hdfs.RemoteLocationProto destinations = 2;
getDestinationsCount() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.MountTableRecordProto.Builder
repeated .hadoop.hdfs.RemoteLocationProto destinations = 2;
getDestinationsCount() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.MountTableRecordProto
repeated .hadoop.hdfs.RemoteLocationProto destinations = 2;
getDestinationsCount() - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.MountTableRecordProtoOrBuilder
repeated .hadoop.hdfs.RemoteLocationProto destinations = 2;
getDestinationsList() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.MountTableRecordProto.Builder
repeated .hadoop.hdfs.RemoteLocationProto destinations = 2;
getDestinationsList() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.MountTableRecordProto
repeated .hadoop.hdfs.RemoteLocationProto destinations = 2;
getDestinationsList() - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.MountTableRecordProtoOrBuilder
repeated .hadoop.hdfs.RemoteLocationProto destinations = 2;
getDestinationsOrBuilder(int) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.MountTableRecordProto.Builder
repeated .hadoop.hdfs.RemoteLocationProto destinations = 2;
getDestinationsOrBuilder(int) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.MountTableRecordProto
repeated .hadoop.hdfs.RemoteLocationProto destinations = 2;
getDestinationsOrBuilder(int) - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.MountTableRecordProtoOrBuilder
repeated .hadoop.hdfs.RemoteLocationProto destinations = 2;
getDestinationsOrBuilderList() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.MountTableRecordProto.Builder
repeated .hadoop.hdfs.RemoteLocationProto destinations = 2;
getDestinationsOrBuilderList() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.MountTableRecordProto
repeated .hadoop.hdfs.RemoteLocationProto destinations = 2;
getDestinationsOrBuilderList() - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.MountTableRecordProtoOrBuilder
repeated .hadoop.hdfs.RemoteLocationProto destinations = 2;
getDestinationVolume() - Method in class org.apache.hadoop.hdfs.server.diskbalancer.planner.MoveStep
Gets the destination volume.
getDestinationVolume() - Method in interface org.apache.hadoop.hdfs.server.diskbalancer.planner.Step
Gets the destination volume.
getDestOrder() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.MountTableRecordProto.Builder
optional .hadoop.hdfs.MountTableRecordProto.DestOrder destOrder = 6 [default = HASH];
getDestOrder() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.MountTableRecordProto
optional .hadoop.hdfs.MountTableRecordProto.DestOrder destOrder = 6 [default = HASH];
getDestOrder() - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.MountTableRecordProtoOrBuilder
optional .hadoop.hdfs.MountTableRecordProto.DestOrder destOrder = 6 [default = HASH];
getDestOrder() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MountTablePBImpl
 
getDestOrder() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MountTable
Get the order of the destinations for this mount table entry.
getDestVolBasePath() - Method in class org.apache.hadoop.hdfs.server.datanode.DiskBalancer.VolumePair
Gets desitnation volume base path.
getDestVolUuid() - Method in class org.apache.hadoop.hdfs.server.datanode.DiskBalancer.VolumePair
Gets destination volume UUID.
getDiffs() - Method in class org.apache.hadoop.hdfs.server.namenode.INodeDirectory
 
getDigestFileForFile(File) - Static method in class org.apache.hadoop.hdfs.util.MD5FileUtils
 
getDir() - Method in class org.apache.hadoop.hdfs.server.datanode.LocalReplica
Return the parent directory path where this replica is located.
getDirectory() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INode.Builder
optional .hadoop.hdfs.fsimage.INodeSection.INodeDirectory directory = 5;
getDirectory() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INode
optional .hadoop.hdfs.fsimage.INodeSection.INodeDirectory directory = 5;
getDirectory() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeOrBuilder
optional .hadoop.hdfs.fsimage.INodeSection.INodeDirectory directory = 5;
getDirectoryBuilder() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INode.Builder
optional .hadoop.hdfs.fsimage.INodeSection.INodeDirectory directory = 5;
getDirectoryCount() - Method in class org.apache.hadoop.hdfs.server.namenode.ContentCounts
 
getDirectoryOrBuilder() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INode.Builder
optional .hadoop.hdfs.fsimage.INodeSection.INodeDirectory directory = 5;
getDirectoryOrBuilder() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INode
optional .hadoop.hdfs.fsimage.INodeSection.INodeDirectory directory = 5;
getDirectoryOrBuilder() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeOrBuilder
optional .hadoop.hdfs.fsimage.INodeSection.INodeDirectory directory = 5;
getDirectorySnapshottableFeature() - Method in class org.apache.hadoop.hdfs.server.namenode.INodeDirectory
 
getDirectoryWithQuotaFeature() - Method in class org.apache.hadoop.hdfs.server.namenode.INodeDirectory
If the directory contains a DirectoryWithQuotaFeature, return it; otherwise, return null.
getDirectoryWithSnapshotFeature() - Method in class org.apache.hadoop.hdfs.server.namenode.INodeDirectory
If feature list contains a DirectoryWithSnapshotFeature, return it; otherwise, return null.
getDistinctVersionCount() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NamenodeBeanMetrics
 
getDistinctVersions() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NamenodeBeanMetrics
 
getDone(Future<V>) - Static method in class org.apache.hadoop.hdfs.server.datanode.checker.AbstractFuture
 
getDsQuota() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeDirectory.Builder
optional uint64 dsQuota = 3;
getDsQuota() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeDirectory
optional uint64 dsQuota = 3;
getDsQuota() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeDirectoryOrBuilder
optional uint64 dsQuota = 3;
getDstSnapshotId() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeReferenceSection.INodeReference.Builder
optional uint32 dstSnapshotId = 3;
getDstSnapshotId() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeReferenceSection.INodeReference
optional uint32 dstSnapshotId = 3;
getDstSnapshotId() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeReferenceSection.INodeReferenceOrBuilder
optional uint32 dstSnapshotId = 3;
getDstSnapshotId() - Method in class org.apache.hadoop.hdfs.server.namenode.INodeReference.DstReference
 
getDstSnapshotId() - Method in class org.apache.hadoop.hdfs.server.namenode.INodeReference
 
getECBlockGroupStats() - Method in class org.apache.hadoop.hdfs.server.federation.router.ErasureCoding
 
getECBlockGroupStats() - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
getEditLogManifest(RpcController, NamenodeProtocolProtos.GetEditLogManifestRequestProto) - Method in class org.apache.hadoop.hdfs.protocolPB.NamenodeProtocolServerSideTranslatorPB
 
getEditLogManifest(RpcController, QJournalProtocolProtos.GetEditLogManifestRequestProto) - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.QJournalProtocolService.BlockingInterface
 
getEditLogManifest(RpcController, QJournalProtocolProtos.GetEditLogManifestRequestProto, RpcCallback<QJournalProtocolProtos.GetEditLogManifestResponseProto>) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.QJournalProtocolService
rpc getEditLogManifest(.hadoop.hdfs.qjournal.GetEditLogManifestRequestProto) returns (.hadoop.hdfs.qjournal.GetEditLogManifestResponseProto);
getEditLogManifest(RpcController, QJournalProtocolProtos.GetEditLogManifestRequestProto, RpcCallback<QJournalProtocolProtos.GetEditLogManifestResponseProto>) - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.QJournalProtocolService.Interface
rpc getEditLogManifest(.hadoop.hdfs.qjournal.GetEditLogManifestRequestProto) returns (.hadoop.hdfs.qjournal.GetEditLogManifestResponseProto);
getEditLogManifest(RpcController, QJournalProtocolProtos.GetEditLogManifestRequestProto, RpcCallback<QJournalProtocolProtos.GetEditLogManifestResponseProto>) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.QJournalProtocolService.Stub
 
getEditLogManifest(long, boolean) - Method in class org.apache.hadoop.hdfs.qjournal.server.Journal
 
getEditsFromTxid(long) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
getElapsedSeconds() - Method in interface org.apache.hadoop.hdfs.server.datanode.DiskBalancer.BlockMover
Number of seconds elapsed.
getElapsedSeconds() - Method in class org.apache.hadoop.hdfs.server.datanode.DiskBalancer.DiskBalancerMover
Number of seconds elapsed.
getElement() - Method in class org.apache.hadoop.hdfs.util.Diff.Container
 
getElement(T) - Method in class org.apache.hadoop.hdfs.util.LightWeightHashSet
Return the element in this set which is equal to the given key, if such an element exists.
getEndTxId() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FinalizeLogSegmentRequestProto.Builder
required uint64 endTxId = 3;
getEndTxId() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FinalizeLogSegmentRequestProto
required uint64 endTxId = 3;
getEndTxId() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FinalizeLogSegmentRequestProtoOrBuilder
required uint64 endTxId = 3;
getEndTxId() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.SegmentStateProto.Builder
required uint64 endTxId = 2;
getEndTxId() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.SegmentStateProto
required uint64 endTxId = 2;
getEndTxId() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.SegmentStateProtoOrBuilder
required uint64 endTxId = 2;
getEndTxId() - Method in class org.apache.hadoop.hdfs.server.protocol.RemoteEditLog
 
getEnteringMaintenanceNodes() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NamenodeBeanMetrics
 
getEntries(int) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetMountTableEntriesResponseProto.Builder
repeated .hadoop.hdfs.MountTableRecordProto entries = 1;
getEntries(int) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetMountTableEntriesResponseProto
repeated .hadoop.hdfs.MountTableRecordProto entries = 1;
getEntries(int) - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetMountTableEntriesResponseProtoOrBuilder
repeated .hadoop.hdfs.MountTableRecordProto entries = 1;
getEntries() - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.GetMountTableEntriesResponse
 
getEntries() - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.GetMountTableEntriesResponsePBImpl
 
getEntries(int) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.AclFeatureProto.Builder
repeated fixed32 entries = 2 [packed = true];
getEntries(int) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.AclFeatureProto
repeated fixed32 entries = 2 [packed = true];
getEntries(int) - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.AclFeatureProtoOrBuilder
repeated fixed32 entries = 2 [packed = true];
getEntriesBuilder(int) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetMountTableEntriesResponseProto.Builder
repeated .hadoop.hdfs.MountTableRecordProto entries = 1;
getEntriesBuilderList() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetMountTableEntriesResponseProto.Builder
repeated .hadoop.hdfs.MountTableRecordProto entries = 1;
getEntriesCount() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetMountTableEntriesResponseProto.Builder
repeated .hadoop.hdfs.MountTableRecordProto entries = 1;
getEntriesCount() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetMountTableEntriesResponseProto
repeated .hadoop.hdfs.MountTableRecordProto entries = 1;
getEntriesCount() - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetMountTableEntriesResponseProtoOrBuilder
repeated .hadoop.hdfs.MountTableRecordProto entries = 1;
getEntriesCount() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.AclFeatureProto.Builder
repeated fixed32 entries = 2 [packed = true];
getEntriesCount() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.AclFeatureProto
repeated fixed32 entries = 2 [packed = true];
getEntriesCount() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.AclFeatureProtoOrBuilder
repeated fixed32 entries = 2 [packed = true];
getEntriesList() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetMountTableEntriesResponseProto.Builder
repeated .hadoop.hdfs.MountTableRecordProto entries = 1;
getEntriesList() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetMountTableEntriesResponseProto
repeated .hadoop.hdfs.MountTableRecordProto entries = 1;
getEntriesList() - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetMountTableEntriesResponseProtoOrBuilder
repeated .hadoop.hdfs.MountTableRecordProto entries = 1;
getEntriesList() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.AclFeatureProto.Builder
repeated fixed32 entries = 2 [packed = true];
getEntriesList() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.AclFeatureProto
repeated fixed32 entries = 2 [packed = true];
getEntriesList() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.AclFeatureProtoOrBuilder
repeated fixed32 entries = 2 [packed = true];
getEntriesOrBuilder(int) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetMountTableEntriesResponseProto.Builder
repeated .hadoop.hdfs.MountTableRecordProto entries = 1;
getEntriesOrBuilder(int) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetMountTableEntriesResponseProto
repeated .hadoop.hdfs.MountTableRecordProto entries = 1;
getEntriesOrBuilder(int) - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetMountTableEntriesResponseProtoOrBuilder
repeated .hadoop.hdfs.MountTableRecordProto entries = 1;
getEntriesOrBuilderList() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetMountTableEntriesResponseProto.Builder
repeated .hadoop.hdfs.MountTableRecordProto entries = 1;
getEntriesOrBuilderList() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetMountTableEntriesResponseProto
repeated .hadoop.hdfs.MountTableRecordProto entries = 1;
getEntriesOrBuilderList() - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetMountTableEntriesResponseProtoOrBuilder
repeated .hadoop.hdfs.MountTableRecordProto entries = 1;
getEntry() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.AddMountTableEntryRequestProto.Builder
optional .hadoop.hdfs.MountTableRecordProto entry = 1;
getEntry() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.AddMountTableEntryRequestProto
optional .hadoop.hdfs.MountTableRecordProto entry = 1;
getEntry() - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.AddMountTableEntryRequestProtoOrBuilder
optional .hadoop.hdfs.MountTableRecordProto entry = 1;
getEntry() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateMountTableEntryRequestProto.Builder
optional .hadoop.hdfs.MountTableRecordProto entry = 1;
getEntry() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateMountTableEntryRequestProto
optional .hadoop.hdfs.MountTableRecordProto entry = 1;
getEntry() - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateMountTableEntryRequestProtoOrBuilder
optional .hadoop.hdfs.MountTableRecordProto entry = 1;
getEntry() - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.AddMountTableEntryRequest
 
getEntry() - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.AddMountTableEntryRequestPBImpl
 
getEntry() - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.UpdateMountTableEntryRequestPBImpl
 
getEntry() - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.UpdateMountTableEntryRequest
 
getEntry(String, FsImageProto.INodeSection.INode) - Method in class org.apache.hadoop.hdfs.tools.offlineImageViewer.PBImageDelimitedTextWriter
 
getEntryBuilder() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.AddMountTableEntryRequestProto.Builder
optional .hadoop.hdfs.MountTableRecordProto entry = 1;
getEntryBuilder() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateMountTableEntryRequestProto.Builder
optional .hadoop.hdfs.MountTableRecordProto entry = 1;
getEntryOrBuilder() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.AddMountTableEntryRequestProto.Builder
optional .hadoop.hdfs.MountTableRecordProto entry = 1;
getEntryOrBuilder() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.AddMountTableEntryRequestProto
optional .hadoop.hdfs.MountTableRecordProto entry = 1;
getEntryOrBuilder() - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.AddMountTableEntryRequestProtoOrBuilder
optional .hadoop.hdfs.MountTableRecordProto entry = 1;
getEntryOrBuilder() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateMountTableEntryRequestProto.Builder
optional .hadoop.hdfs.MountTableRecordProto entry = 1;
getEntryOrBuilder() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateMountTableEntryRequestProto
optional .hadoop.hdfs.MountTableRecordProto entry = 1;
getEntryOrBuilder() - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateMountTableEntryRequestProtoOrBuilder
optional .hadoop.hdfs.MountTableRecordProto entry = 1;
getEnum(String) - Static method in enum org.apache.hadoop.hdfs.server.common.HdfsServerConstants.StartupOption
 
getEpoch() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.NewEpochRequestProto.Builder
required uint64 epoch = 3;
getEpoch() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.NewEpochRequestProto
required uint64 epoch = 3;
getEpoch() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.NewEpochRequestProtoOrBuilder
required uint64 epoch = 3;
getEpoch() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.RequestInfoProto.Builder
required uint64 epoch = 2;
getEpoch() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.RequestInfoProto
required uint64 epoch = 2;
getEpoch() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.RequestInfoProtoOrBuilder
required uint64 epoch = 2;
getErasureCodingCodecs() - Method in class org.apache.hadoop.hdfs.server.federation.router.ErasureCoding
 
getErasureCodingCodecs() - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
getErasureCodingPolicies() - Method in class org.apache.hadoop.hdfs.server.federation.router.ErasureCoding
 
getErasureCodingPolicies() - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
getErasureCodingPolicy(String) - Method in class org.apache.hadoop.hdfs.server.federation.router.ErasureCoding
 
getErasureCodingPolicy(String) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
getErasureCodingPolicy() - Method in class org.apache.hadoop.hdfs.server.protocol.BlockRecoveryCommand.RecoveringStripedBlock
 
getErasureCodingPolicyID() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeFile.Builder
optional uint32 erasureCodingPolicyID = 12;
getErasureCodingPolicyID() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeFile
optional uint32 erasureCodingPolicyID = 12;
getErasureCodingPolicyID() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeFileOrBuilder
optional uint32 erasureCodingPolicyID = 12;
getErasureCodingPolicyID() - Method in class org.apache.hadoop.hdfs.server.namenode.INodeFileAttributes.SnapshotCopy
 
getErrorCount() - Method in class org.apache.hadoop.hdfs.server.federation.router.PeriodicService
Get how many times we failed to run the periodic service.
getErrorDescription() - Method in class org.apache.hadoop.hdfs.server.blockmanagement.BlockPlacementStatusDefault
 
getEstimatedCapacityLostTotal() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NamenodeBeanMetrics
 
getEstimatedCapacityLostTotal() - Method in class org.apache.hadoop.hdfs.server.protocol.VolumeFailureSummary
Returns estimate of capacity lost.
getExcludes() - Method in class org.apache.hadoop.hdfs.server.blockmanagement.CombinedHostFileManager
 
getExcludes() - Method in class org.apache.hadoop.hdfs.server.blockmanagement.HostFileManager
 
getExclusionList() - Method in class org.apache.hadoop.hdfs.server.diskbalancer.datamodel.DiskBalancerCluster
Returns the current ExclusionList.
getExecuteOptions() - Static method in class org.apache.hadoop.hdfs.tools.DiskBalancerCLI
Retuns execute options.
getExistingINodes() - Method in class org.apache.hadoop.hdfs.server.namenode.INodesInPath
 
getExitCode() - Method in enum org.apache.hadoop.hdfs.server.balancer.ExitStatus
 
getExpectedStorageLocations() - Method in class org.apache.hadoop.hdfs.server.blockmanagement.BlockUnderConstructionFeature
Create array of expected replica locations (as has been assigned by chooseTargets()).
getExpectedStorageLocationsIterator() - Method in class org.apache.hadoop.hdfs.server.blockmanagement.BlockUnderConstructionFeature
Note that this iterator doesn't guarantee thread-safe.
getExpirationMs() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.BaseRecord
Get the expiration time for the record.
getExpirationMs() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MembershipState
 
getExpirationMs() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MembershipStats
 
getExpirationMs() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MountTable
 
getExpirationMs() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.RouterState
 
getExpirationMs() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.StateStoreVersion
 
getExpiredHeartbeats() - Method in interface org.apache.hadoop.hdfs.server.blockmanagement.DatanodeStatistics
 
getExpiryDate() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.DelegationKey.Builder
optional uint64 expiryDate = 2;
getExpiryDate() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.DelegationKey
optional uint64 expiryDate = 2;
getExpiryDate() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.DelegationKeyOrBuilder
optional uint64 expiryDate = 2;
getExpiryDate() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.PersistToken.Builder
optional uint64 expiryDate = 9;
getExpiryDate() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.PersistToken
optional uint64 expiryDate = 9;
getExpiryDate() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.PersistTokenOrBuilder
optional uint64 expiryDate = 9;
getExternalAccessControlEnforcer(INodeAttributeProvider.AccessControlEnforcer) - Method in class org.apache.hadoop.hdfs.server.namenode.INodeAttributeProvider
Can be over-ridden by implementations to provide a custom Access Control Enforcer that can provide an alternate implementation of the default permission checking logic.
getEZForPath(String) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
getFactory(Configuration) - Static method in class org.apache.hadoop.hdfs.server.datanode.fsdataset.FsDatasetSpi.Factory
 
getFailedStorageLocations() - Method in class org.apache.hadoop.hdfs.server.protocol.VolumeFailureSummary
Returns each storage location that has failed, sorted.
getFailureAvg() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.StateStoreMetrics
 
getFailureOps() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.StateStoreMetrics
 
getFederationMetrics() - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterMetricsService
Get the federation metrics.
getFile() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INode.Builder
optional .hadoop.hdfs.fsimage.INodeSection.INodeFile file = 4;
getFile() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INode
optional .hadoop.hdfs.fsimage.INodeSection.INodeFile file = 4;
getFile() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeOrBuilder
optional .hadoop.hdfs.fsimage.INodeSection.INodeFile file = 4;
getFileBuilder() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INode.Builder
optional .hadoop.hdfs.fsimage.INodeSection.INodeFile file = 4;
getFileCount() - Method in class org.apache.hadoop.hdfs.server.namenode.ContentCounts
 
getFileInfo(String) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
getFileIoProvider() - Method in interface org.apache.hadoop.hdfs.server.datanode.fsdataset.FsVolumeSpi
 
getFileLinkInfo(String) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
getFileOrBuilder() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INode.Builder
optional .hadoop.hdfs.fsimage.INodeSection.INodeFile file = 4;
getFileOrBuilder() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INode
optional .hadoop.hdfs.fsimage.INodeSection.INodeFile file = 4;
getFileOrBuilder() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeOrBuilder
optional .hadoop.hdfs.fsimage.INodeSection.INodeFile file = 4;
getFileReplication() - Method in class org.apache.hadoop.hdfs.server.namenode.INodeFileAttributes.SnapshotCopy
 
getFileSize() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.FileDiff.Builder
optional uint64 fileSize = 2;
getFileSize() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.FileDiff
optional uint64 fileSize = 2;
getFileSize() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.FileDiffOrBuilder
optional uint64 fileSize = 2;
getFileSize() - Method in class org.apache.hadoop.hdfs.server.namenode.snapshot.FileDiff
 
getFilesTotal() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NamenodeBeanMetrics
 
getFileStream() - Method in class org.apache.hadoop.hdfs.server.datanode.ShortCircuitRegistry.NewShmInfo
 
getFileUC() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeFile.Builder
optional .hadoop.hdfs.fsimage.INodeSection.FileUnderConstructionFeature fileUC = 7;
getFileUC() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeFile
optional .hadoop.hdfs.fsimage.INodeSection.FileUnderConstructionFeature fileUC = 7;
getFileUC() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeFileOrBuilder
optional .hadoop.hdfs.fsimage.INodeSection.FileUnderConstructionFeature fileUC = 7;
getFileUCBuilder() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeFile.Builder
optional .hadoop.hdfs.fsimage.INodeSection.FileUnderConstructionFeature fileUC = 7;
getFileUCOrBuilder() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeFile.Builder
optional .hadoop.hdfs.fsimage.INodeSection.FileUnderConstructionFeature fileUC = 7;
getFileUCOrBuilder() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeFile
optional .hadoop.hdfs.fsimage.INodeSection.FileUnderConstructionFeature fileUC = 7;
getFileUCOrBuilder() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeFileOrBuilder
optional .hadoop.hdfs.fsimage.INodeSection.FileUnderConstructionFeature fileUC = 7;
getFirstTxnId() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalRequestProto.Builder
required uint64 firstTxnId = 2;
getFirstTxnId() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalRequestProto
required uint64 firstTxnId = 2;
getFirstTxnId() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalRequestProtoOrBuilder
required uint64 firstTxnId = 2;
getFixTxIds() - Method in class org.apache.hadoop.hdfs.tools.offlineEditsViewer.OfflineEditsViewer.Flags
 
getForce() - Method in enum org.apache.hadoop.hdfs.server.common.HdfsServerConstants.StartupOption
 
getForceFormat() - Method in enum org.apache.hadoop.hdfs.server.common.HdfsServerConstants.StartupOption
 
getFree() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NamenodeBeanMetrics
 
getFreeRatio() - Method in class org.apache.hadoop.hdfs.server.diskbalancer.datamodel.DiskBalancerVolume
Get ratio between free space and capacity.
getFreeSpace() - Method in class org.apache.hadoop.hdfs.server.diskbalancer.datamodel.DiskBalancerVolume
Get free space of the volume.
getFromURL() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.AcceptRecoveryRequestProto.Builder
required string fromURL = 3;
getFromURL() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.AcceptRecoveryRequestProto
required string fromURL = 3;
getFromURL() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.AcceptRecoveryRequestProtoOrBuilder
required string fromURL = 3;
getFromURL() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetEditLogManifestResponseProto.Builder
optional string fromURL = 3;
getFromURL() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetEditLogManifestResponseProto
optional string fromURL = 3;
getFromURL() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetEditLogManifestResponseProtoOrBuilder
optional string fromURL = 3;
getFromURL() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalStateResponseProto.Builder
optional string fromURL = 3;
getFromURL() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalStateResponseProto
optional string fromURL = 3;
getFromURL() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalStateResponseProtoOrBuilder
optional string fromURL = 3;
getFromURLBytes() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.AcceptRecoveryRequestProto.Builder
required string fromURL = 3;
getFromURLBytes() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.AcceptRecoveryRequestProto
required string fromURL = 3;
getFromURLBytes() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.AcceptRecoveryRequestProtoOrBuilder
required string fromURL = 3;
getFromURLBytes() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetEditLogManifestResponseProto.Builder
optional string fromURL = 3;
getFromURLBytes() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetEditLogManifestResponseProto
optional string fromURL = 3;
getFromURLBytes() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetEditLogManifestResponseProtoOrBuilder
optional string fromURL = 3;
getFromURLBytes() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalStateResponseProto.Builder
optional string fromURL = 3;
getFromURLBytes() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalStateResponseProto
optional string fromURL = 3;
getFromURLBytes() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalStateResponseProtoOrBuilder
optional string fromURL = 3;
getFSDirectoryInLoading() - Method in class org.apache.hadoop.hdfs.server.namenode.FSImageFormat.Loader
 
getFsLockQueueLength() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NamenodeBeanMetrics
 
getFsPermission() - Method in class org.apache.hadoop.hdfs.server.namenode.INodeAttributes.SnapshotCopy
 
getFsPermission(int) - Method in class org.apache.hadoop.hdfs.server.namenode.INodeReference
 
getFsPermissionShort() - Method in class org.apache.hadoop.hdfs.server.namenode.INodeAttributes.SnapshotCopy
 
getFsPermissionShort() - Method in class org.apache.hadoop.hdfs.server.namenode.INodeReference
 
getFSState() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NamenodeBeanMetrics
 
getFullPath() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FilesUnderConstructionSection.FileUnderConstructionEntry.Builder
optional string fullPath = 2;
getFullPath() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FilesUnderConstructionSection.FileUnderConstructionEntry
optional string fullPath = 2;
getFullPath() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.FilesUnderConstructionSection.FileUnderConstructionEntryOrBuilder
optional string fullPath = 2;
getFullPathBytes() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FilesUnderConstructionSection.FileUnderConstructionEntry.Builder
optional string fullPath = 2;
getFullPathBytes() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FilesUnderConstructionSection.FileUnderConstructionEntry
optional string fullPath = 2;
getFullPathBytes() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.FilesUnderConstructionSection.FileUnderConstructionEntryOrBuilder
optional string fullPath = 2;
getFullPathName() - Method in class org.apache.hadoop.hdfs.server.namenode.snapshot.Snapshot.Root
 
getGenerationStamp() - Method in class org.apache.hadoop.hdfs.server.blockmanagement.BlockIdManager
 
getGenerationStampAtblockIdSwitch() - Method in class org.apache.hadoop.hdfs.server.blockmanagement.BlockIdManager
Gets the value of the generation stamp that delineates sequential and random block IDs.
getGenStamp() - Method in class org.apache.hadoop.hdfs.server.datanode.fsdataset.FsVolumeSpi.ScanInfo
 
getGenstampV1() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.NameSystemSection.Builder
optional uint64 genstampV1 = 2;
getGenstampV1() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.NameSystemSection
optional uint64 genstampV1 = 2;
getGenstampV1() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.NameSystemSectionOrBuilder
optional uint64 genstampV1 = 2;
getGenstampV1Limit() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.NameSystemSection.Builder
optional uint64 genstampV1Limit = 4;
getGenstampV1Limit() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.NameSystemSection
optional uint64 genstampV1Limit = 4;
getGenstampV1Limit() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.NameSystemSectionOrBuilder
optional uint64 genstampV1Limit = 4;
getGenstampV2() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.NameSystemSection.Builder
optional uint64 genstampV2 = 3;
getGenstampV2() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.NameSystemSection
optional uint64 genstampV2 = 3;
getGenstampV2() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.NameSystemSectionOrBuilder
optional uint64 genstampV2 = 3;
getGroupName() - Method in class org.apache.hadoop.hdfs.server.namenode.INodeAttributes.SnapshotCopy
 
getGroupName(int) - Method in class org.apache.hadoop.hdfs.server.namenode.INodeReference
 
getHeader() - Method in class org.apache.hadoop.hdfs.tools.offlineImageViewer.PBImageDelimitedTextWriter
 
getHeaderLong() - Method in class org.apache.hadoop.hdfs.server.namenode.INodeFileAttributes.SnapshotCopy
 
getHelpOptions() - Static method in class org.apache.hadoop.hdfs.tools.DiskBalancerCLI
Returns help options.
getHostAndPort() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.FederationMetrics
 
getHostAndPort() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NamenodeBeanMetrics
 
getHostname() - Method in class org.apache.hadoop.hdfs.server.namenode.ha.proto.HAZKInfoProtos.ActiveNodeInfo.Builder
required string hostname = 3;
getHostname() - Method in class org.apache.hadoop.hdfs.server.namenode.ha.proto.HAZKInfoProtos.ActiveNodeInfo
required string hostname = 3;
getHostname() - Method in interface org.apache.hadoop.hdfs.server.namenode.ha.proto.HAZKInfoProtos.ActiveNodeInfoOrBuilder
required string hostname = 3;
getHostnameBytes() - Method in class org.apache.hadoop.hdfs.server.namenode.ha.proto.HAZKInfoProtos.ActiveNodeInfo.Builder
required string hostname = 3;
getHostnameBytes() - Method in class org.apache.hadoop.hdfs.server.namenode.ha.proto.HAZKInfoProtos.ActiveNodeInfo
required string hostname = 3;
getHostnameBytes() - Method in interface org.apache.hadoop.hdfs.server.namenode.ha.proto.HAZKInfoProtos.ActiveNodeInfoOrBuilder
required string hostname = 3;
getHttpAddress() - Method in class org.apache.hadoop.hdfs.server.datanode.web.DatanodeHttpServer
 
getHttpAddress() - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterHttpServer
 
getHttpAddress() - Method in class org.apache.hadoop.hdfs.server.namenode.ha.RemoteNameNodeInfo
 
getHttpPort() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetEditLogManifestResponseProto.Builder
required uint32 httpPort = 2;
getHttpPort() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetEditLogManifestResponseProto
required uint32 httpPort = 2;
getHttpPort() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetEditLogManifestResponseProtoOrBuilder
required uint32 httpPort = 2;
getHttpPort() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalStateResponseProto.Builder
required uint32 httpPort = 2;
getHttpPort() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalStateResponseProto
required uint32 httpPort = 2;
getHttpPort() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalStateResponseProtoOrBuilder
required uint32 httpPort = 2;
getHttpsAddress() - Method in class org.apache.hadoop.hdfs.server.datanode.web.DatanodeHttpServer
 
getHttpsAddress() - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterHttpServer
 
getHttpServerChannel() - Method in class org.apache.hadoop.hdfs.server.datanode.SecureDataNodeStarter.SecureResources
 
getId() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INode.Builder
required uint64 id = 2;
getId() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INode
required uint64 id = 2;
getId() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeOrBuilder
required uint64 id = 2;
getId() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.DelegationKey.Builder
optional uint32 id = 1;
getId() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.DelegationKey
optional uint32 id = 1;
getId() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.DelegationKeyOrBuilder
optional uint32 id = 1;
getId() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.StringTableSection.Entry.Builder
optional uint32 id = 1;
getId() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.StringTableSection.Entry
optional uint32 id = 1;
getId() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.StringTableSection.EntryOrBuilder
optional uint32 id = 1;
getId() - Method in class org.apache.hadoop.hdfs.server.namenode.INodeReference
 
getIdealStorage() - Method in class org.apache.hadoop.hdfs.server.diskbalancer.planner.MoveStep
Gets the IdealStorage.
getIdealStorage() - Method in interface org.apache.hadoop.hdfs.server.diskbalancer.planner.Step
Gets the IdealStorage.
getIdealUsed() - Method in class org.apache.hadoop.hdfs.server.diskbalancer.datamodel.DiskBalancerVolumeSet
Gets the idealUsed for this volume set.
getIdentifier() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalIdProto.Builder
required string identifier = 1;
getIdentifier() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalIdProto
required string identifier = 1;
getIdentifier() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalIdProtoOrBuilder
required string identifier = 1;
getIdentifier() - Method in class org.apache.hadoop.hdfs.server.federation.store.driver.StateStoreDriver
Gets a unique identifier for the running task/process.
getIdentifierBytes() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalIdProto.Builder
required string identifier = 1;
getIdentifierBytes() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalIdProto
required string identifier = 1;
getIdentifierBytes() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalIdProtoOrBuilder
required string identifier = 1;
getIncludes() - Method in class org.apache.hadoop.hdfs.server.blockmanagement.CombinedHostFileManager
 
getIncludes() - Method in class org.apache.hadoop.hdfs.server.blockmanagement.HostFileManager
 
getInclusionList() - Method in class org.apache.hadoop.hdfs.server.diskbalancer.datamodel.DiskBalancerCluster
Gets the Inclusion list.
getIndex(int) - Method in class org.apache.hadoop.hdfs.util.LightWeightHashSet
Get index in the internal table for a given hash.
getIndices() - Method in class org.apache.hadoop.hdfs.server.protocol.BlocksWithLocations.StripedBlockWithLocations
 
getInfo() - Method in enum org.apache.hadoop.hdfs.protocol.LayoutVersion.Feature
 
getInfo() - Method in interface org.apache.hadoop.hdfs.protocol.LayoutVersion.LayoutFeature
 
getInfo() - Method in enum org.apache.hadoop.hdfs.server.datanode.DataNodeLayoutVersion.Feature
 
getInfo() - Method in enum org.apache.hadoop.hdfs.server.namenode.NameNodeLayoutVersion.Feature
 
getInjectable(ComponentContext, Context, Type) - Method in class org.apache.hadoop.hdfs.web.resources.UserProvider
 
getINode(int) - Method in class org.apache.hadoop.hdfs.server.namenode.INodesInPath
 
getInodeId() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FilesUnderConstructionSection.FileUnderConstructionEntry.Builder
optional uint64 inodeId = 1;
getInodeId() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FilesUnderConstructionSection.FileUnderConstructionEntry
optional uint64 inodeId = 1;
getInodeId() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.FilesUnderConstructionSection.FileUnderConstructionEntryOrBuilder
optional uint64 inodeId = 1;
getInodeId() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DiffEntry.Builder
optional uint64 inodeId = 2;
getInodeId() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DiffEntry
optional uint64 inodeId = 2;
getInodeId() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DiffEntryOrBuilder
optional uint64 inodeId = 2;
getINodesArray() - Method in class org.apache.hadoop.hdfs.server.namenode.INodesInPath
 
getInProgressOk() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetEditLogManifestRequestProto.Builder
optional bool inProgressOk = 4 [default = false];
getInProgressOk() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetEditLogManifestRequestProto
optional bool inProgressOk = 4 [default = false];
getInProgressOk() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetEditLogManifestRequestProtoOrBuilder
optional bool inProgressOk = 4 [default = false];
getInServiceXceiverCount() - Method in interface org.apache.hadoop.hdfs.server.blockmanagement.DatanodeStatistics
 
getInstance(Configuration) - Static method in class org.apache.hadoop.hdfs.net.DFSNetworkTopology
 
getInstance() - Static method in class org.apache.hadoop.hdfs.server.blockmanagement.BlockManagerFaultInjector
 
getInstance() - Static method in class org.apache.hadoop.hdfs.server.namenode.CheckpointFaultInjector
 
getInstance() - Static method in class org.apache.hadoop.hdfs.server.namenode.EncryptionFaultInjector
 
getInteractiveFormat() - Method in enum org.apache.hadoop.hdfs.server.common.HdfsServerConstants.StartupOption
 
getInternalBlock(Dispatcher.DDatanode.StorageGroup) - Method in class org.apache.hadoop.hdfs.server.balancer.Dispatcher.DBlockStriped
 
getIntervalMs() - Method in class org.apache.hadoop.hdfs.server.federation.router.PeriodicService
Get the interval for the periodic service.
getIpcAddress() - Method in class org.apache.hadoop.hdfs.server.namenode.ha.RemoteNameNodeInfo
 
getIpcSerialNumber() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.RequestInfoProto.Builder
required uint64 ipcSerialNumber = 3;
getIpcSerialNumber() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.RequestInfoProto
required uint64 ipcSerialNumber = 3;
getIpcSerialNumber() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.RequestInfoProtoOrBuilder
required uint64 ipcSerialNumber = 3;
getIsFormatted() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.IsFormattedResponseProto.Builder
required bool isFormatted = 1;
getIsFormatted() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.IsFormattedResponseProto
required bool isFormatted = 1;
getIsFormatted() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.IsFormattedResponseProtoOrBuilder
required bool isFormatted = 1;
getIsInProgress() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.SegmentStateProto.Builder
required bool isInProgress = 3;
getIsInProgress() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.SegmentStateProto
required bool isInProgress = 3;
getIsInProgress() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.SegmentStateProtoOrBuilder
required bool isInProgress = 3;
getIsSafeMode() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProto.Builder
optional bool isSafeMode = 14;
getIsSafeMode() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProto
optional bool isSafeMode = 14;
getIsSafeMode() - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProtoOrBuilder
optional bool isSafeMode = 14;
getIsSafeMode() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MembershipStatePBImpl
 
getIsSafeMode() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MembershipState
 
getIsSnapshotRoot() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DirectoryDiff.Builder
optional bool isSnapshotRoot = 3;
getIsSnapshotRoot() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DirectoryDiff
optional bool isSnapshotRoot = 3;
getIsSnapshotRoot() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DirectoryDiffOrBuilder
optional bool isSnapshotRoot = 3;
getIssueDate() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.PersistToken.Builder
optional uint64 issueDate = 5;
getIssueDate() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.PersistToken
optional uint64 issueDate = 5;
getIssueDate() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.PersistTokenOrBuilder
optional uint64 issueDate = 5;
getIterStartMs() - Method in interface org.apache.hadoop.hdfs.server.datanode.fsdataset.FsVolumeSpi.BlockIterator
Get the wall-clock time, measured in milliseconds since the Epoch, when this iterator was created.
getJid() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.CanRollBackRequestProto.Builder
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
getJid() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.CanRollBackRequestProto
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
getJid() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.CanRollBackRequestProtoOrBuilder
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
getJid() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DiscardSegmentsRequestProto.Builder
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
getJid() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DiscardSegmentsRequestProto
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
getJid() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DiscardSegmentsRequestProtoOrBuilder
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
getJid() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoFinalizeRequestProto.Builder
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
getJid() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoFinalizeRequestProto
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
getJid() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoFinalizeRequestProtoOrBuilder
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
getJid() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoPreUpgradeRequestProto.Builder
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
getJid() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoPreUpgradeRequestProto
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
getJid() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoPreUpgradeRequestProtoOrBuilder
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
getJid() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoRollbackRequestProto.Builder
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
getJid() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoRollbackRequestProto
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
getJid() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoRollbackRequestProtoOrBuilder
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
getJid() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoUpgradeRequestProto.Builder
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
getJid() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoUpgradeRequestProto
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
getJid() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoUpgradeRequestProtoOrBuilder
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
getJid() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FormatRequestProto.Builder
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
getJid() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FormatRequestProto
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
getJid() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FormatRequestProtoOrBuilder
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
getJid() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetEditLogManifestRequestProto.Builder
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
getJid() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetEditLogManifestRequestProto
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
getJid() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetEditLogManifestRequestProtoOrBuilder
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
getJid() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalCTimeRequestProto.Builder
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
getJid() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalCTimeRequestProto
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
getJid() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalCTimeRequestProtoOrBuilder
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
getJid() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalStateRequestProto.Builder
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
getJid() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalStateRequestProto
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
getJid() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalStateRequestProtoOrBuilder
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
getJid() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.IsFormattedRequestProto.Builder
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
getJid() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.IsFormattedRequestProto
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
getJid() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.IsFormattedRequestProtoOrBuilder
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
getJid() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.NewEpochRequestProto.Builder
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
getJid() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.NewEpochRequestProto
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
getJid() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.NewEpochRequestProtoOrBuilder
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
getJidBuilder() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.CanRollBackRequestProto.Builder
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
getJidBuilder() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DiscardSegmentsRequestProto.Builder
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
getJidBuilder() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoFinalizeRequestProto.Builder
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
getJidBuilder() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoPreUpgradeRequestProto.Builder
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
getJidBuilder() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoRollbackRequestProto.Builder
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
getJidBuilder() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoUpgradeRequestProto.Builder
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
getJidBuilder() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FormatRequestProto.Builder
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
getJidBuilder() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetEditLogManifestRequestProto.Builder
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
getJidBuilder() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalCTimeRequestProto.Builder
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
getJidBuilder() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalStateRequestProto.Builder
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
getJidBuilder() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.IsFormattedRequestProto.Builder
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
getJidBuilder() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.NewEpochRequestProto.Builder
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
getJidOrBuilder() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.CanRollBackRequestProto.Builder
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
getJidOrBuilder() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.CanRollBackRequestProto
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
getJidOrBuilder() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.CanRollBackRequestProtoOrBuilder
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
getJidOrBuilder() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DiscardSegmentsRequestProto.Builder
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
getJidOrBuilder() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DiscardSegmentsRequestProto
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
getJidOrBuilder() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DiscardSegmentsRequestProtoOrBuilder
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
getJidOrBuilder() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoFinalizeRequestProto.Builder
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
getJidOrBuilder() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoFinalizeRequestProto
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
getJidOrBuilder() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoFinalizeRequestProtoOrBuilder
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
getJidOrBuilder() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoPreUpgradeRequestProto.Builder
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
getJidOrBuilder() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoPreUpgradeRequestProto
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
getJidOrBuilder() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoPreUpgradeRequestProtoOrBuilder
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
getJidOrBuilder() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoRollbackRequestProto.Builder
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
getJidOrBuilder() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoRollbackRequestProto
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
getJidOrBuilder() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoRollbackRequestProtoOrBuilder
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
getJidOrBuilder() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoUpgradeRequestProto.Builder
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
getJidOrBuilder() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoUpgradeRequestProto
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
getJidOrBuilder() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoUpgradeRequestProtoOrBuilder
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
getJidOrBuilder() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FormatRequestProto.Builder
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
getJidOrBuilder() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FormatRequestProto
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
getJidOrBuilder() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FormatRequestProtoOrBuilder
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
getJidOrBuilder() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetEditLogManifestRequestProto.Builder
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
getJidOrBuilder() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetEditLogManifestRequestProto
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
getJidOrBuilder() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetEditLogManifestRequestProtoOrBuilder
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
getJidOrBuilder() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalCTimeRequestProto.Builder
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
getJidOrBuilder() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalCTimeRequestProto
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
getJidOrBuilder() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalCTimeRequestProtoOrBuilder
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
getJidOrBuilder() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalStateRequestProto.Builder
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
getJidOrBuilder() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalStateRequestProto
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
getJidOrBuilder() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalStateRequestProtoOrBuilder
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
getJidOrBuilder() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.IsFormattedRequestProto.Builder
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
getJidOrBuilder() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.IsFormattedRequestProto
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
getJidOrBuilder() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.IsFormattedRequestProtoOrBuilder
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
getJidOrBuilder() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.NewEpochRequestProto.Builder
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
getJidOrBuilder() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.NewEpochRequestProto
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
getJidOrBuilder() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.NewEpochRequestProtoOrBuilder
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
getJmx(String, String) - Static method in class org.apache.hadoop.hdfs.server.federation.router.FederationUtil
Get a JMX data from a web endpoint.
getJournalCTime(RpcController, QJournalProtocolProtos.GetJournalCTimeRequestProto) - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.QJournalProtocolService.BlockingInterface
 
getJournalCTime(RpcController, QJournalProtocolProtos.GetJournalCTimeRequestProto, RpcCallback<QJournalProtocolProtos.GetJournalCTimeResponseProto>) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.QJournalProtocolService
rpc getJournalCTime(.hadoop.hdfs.qjournal.GetJournalCTimeRequestProto) returns (.hadoop.hdfs.qjournal.GetJournalCTimeResponseProto);
getJournalCTime(RpcController, QJournalProtocolProtos.GetJournalCTimeRequestProto, RpcCallback<QJournalProtocolProtos.GetJournalCTimeResponseProto>) - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.QJournalProtocolService.Interface
rpc getJournalCTime(.hadoop.hdfs.qjournal.GetJournalCTimeRequestProto) returns (.hadoop.hdfs.qjournal.GetJournalCTimeResponseProto);
getJournalCTime(RpcController, QJournalProtocolProtos.GetJournalCTimeRequestProto, RpcCallback<QJournalProtocolProtos.GetJournalCTimeResponseProto>) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.QJournalProtocolService.Stub
 
getJournalCTime() - Method in class org.apache.hadoop.hdfs.qjournal.server.Journal
 
getJournalId() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.RequestInfoProto.Builder
required .hadoop.hdfs.qjournal.JournalIdProto journalId = 1;
getJournalId() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.RequestInfoProto
required .hadoop.hdfs.qjournal.JournalIdProto journalId = 1;
getJournalId() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.RequestInfoProtoOrBuilder
required .hadoop.hdfs.qjournal.JournalIdProto journalId = 1;
getJournalIdBuilder() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.RequestInfoProto.Builder
required .hadoop.hdfs.qjournal.JournalIdProto journalId = 1;
getJournalIdOrBuilder() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.RequestInfoProto.Builder
required .hadoop.hdfs.qjournal.JournalIdProto journalId = 1;
getJournalIdOrBuilder() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.RequestInfoProto
required .hadoop.hdfs.qjournal.JournalIdProto journalId = 1;
getJournalIdOrBuilder() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.RequestInfoProtoOrBuilder
required .hadoop.hdfs.qjournal.JournalIdProto journalId = 1;
getJournalsStatus() - Method in interface org.apache.hadoop.hdfs.qjournal.server.JournalNodeMXBean
Get status information (e.g., whether formatted) of JournalNode's journals.
getJournalState(RpcController, QJournalProtocolProtos.GetJournalStateRequestProto) - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.QJournalProtocolService.BlockingInterface
 
getJournalState(RpcController, QJournalProtocolProtos.GetJournalStateRequestProto, RpcCallback<QJournalProtocolProtos.GetJournalStateResponseProto>) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.QJournalProtocolService
rpc getJournalState(.hadoop.hdfs.qjournal.GetJournalStateRequestProto) returns (.hadoop.hdfs.qjournal.GetJournalStateResponseProto);
getJournalState(RpcController, QJournalProtocolProtos.GetJournalStateRequestProto, RpcCallback<QJournalProtocolProtos.GetJournalStateResponseProto>) - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.QJournalProtocolService.Interface
rpc getJournalState(.hadoop.hdfs.qjournal.GetJournalStateRequestProto) returns (.hadoop.hdfs.qjournal.GetJournalStateResponseProto);
getJournalState(RpcController, QJournalProtocolProtos.GetJournalStateRequestProto, RpcCallback<QJournalProtocolProtos.GetJournalStateResponseProto>) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.QJournalProtocolService.Stub
 
getJournalTransactionInfo() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NamenodeBeanMetrics
 
getJSON() - Method in class org.apache.hadoop.hdfs.server.federation.router.ConnectionManager
Get a JSON representation of the connection pool.
getJSON() - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcClient
JSON representation of the connection pool.
getJvmMetrics() - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterMetrics
 
getJvmMetrics() - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterMetricsService
Get the JVM metrics for the Router.
getJvmMetrics() - Method in class org.apache.hadoop.hdfs.server.namenode.metrics.NameNodeMetrics
 
getKey() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.DelegationKey.Builder
optional bytes key = 3;
getKey() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.DelegationKey
optional bytes key = 3;
getKey() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.DelegationKeyOrBuilder
optional bytes key = 3;
getKey() - Method in interface org.apache.hadoop.hdfs.util.Diff.Element
 
getLastAllocatedBlockId() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.NameSystemSection.Builder
optional uint64 lastAllocatedBlockId = 5;
getLastAllocatedBlockId() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.NameSystemSection
optional uint64 lastAllocatedBlockId = 5;
getLastAllocatedBlockId() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.NameSystemSectionOrBuilder
optional uint64 lastAllocatedBlockId = 5;
getLastAllocatedContiguousBlockId() - Method in class org.apache.hadoop.hdfs.server.blockmanagement.BlockIdManager
Gets the maximum sequentially allocated contiguous block ID for this filesystem
getLastAllocatedStripedBlockId() - Method in class org.apache.hadoop.hdfs.server.blockmanagement.BlockIdManager
Gets the maximum sequentially allocated striped block ID for this filesystem
getLastAllocatedStripedBlockId() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.NameSystemSection.Builder
optional uint64 lastAllocatedStripedBlockId = 8;
getLastAllocatedStripedBlockId() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.NameSystemSection
optional uint64 lastAllocatedStripedBlockId = 8;
getLastAllocatedStripedBlockId() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.NameSystemSectionOrBuilder
optional uint64 lastAllocatedStripedBlockId = 8;
getLastChecksumAndDataLen() - Method in class org.apache.hadoop.hdfs.server.datanode.FinalizedReplica
gets the last chunk checksum and the length of the block corresponding to that checksum.
getLastChecksumAndDataLen() - Method in class org.apache.hadoop.hdfs.server.datanode.LocalReplicaInPipeline
 
getLastChecksumAndDataLen() - Method in interface org.apache.hadoop.hdfs.server.datanode.ReplicaInPipeline
gets the last chunk checksum and the length of the block corresponding to that checksum
getLastCommittedTxId() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PrepareRecoveryResponseProto.Builder
optional uint64 lastCommittedTxId = 4;
getLastCommittedTxId() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PrepareRecoveryResponseProto
optional uint64 lastCommittedTxId = 4;
getLastCommittedTxId() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PrepareRecoveryResponseProtoOrBuilder
optional uint64 lastCommittedTxId = 4;
getLastContact() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProto.Builder
optional uint64 lastContact = 3;
getLastContact() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProto
optional uint64 lastContact = 3;
getLastContact() - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProtoOrBuilder
optional uint64 lastContact = 3;
getLastContact() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MembershipStatePBImpl
 
getLastContact() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MembershipState
 
getLastHATransitionTime() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NamenodeBeanMetrics
 
getLastINode() - Method in class org.apache.hadoop.hdfs.server.namenode.INodesInPath
 
getLastInodeId() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.Builder
optional uint64 lastInodeId = 1;
getLastInodeId() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection
optional uint64 lastInodeId = 1;
getLastInodeId() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSectionOrBuilder
optional uint64 lastInodeId = 1;
getLastPromisedEpoch() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalStateResponseProto.Builder
required uint64 lastPromisedEpoch = 1;
getLastPromisedEpoch() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalStateResponseProto
required uint64 lastPromisedEpoch = 1;
getLastPromisedEpoch() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalStateResponseProtoOrBuilder
required uint64 lastPromisedEpoch = 1;
getLastSavedMs() - Method in interface org.apache.hadoop.hdfs.server.datanode.fsdataset.FsVolumeSpi.BlockIterator
Get the wall-clock time, measured in milliseconds since the Epoch, when this iterator was last saved.
getLastSegmentTxId() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.NewEpochResponseProto.Builder
optional uint64 lastSegmentTxId = 1;
getLastSegmentTxId() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.NewEpochResponseProto
optional uint64 lastSegmentTxId = 1;
getLastSegmentTxId() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.NewEpochResponseProtoOrBuilder
optional uint64 lastSegmentTxId = 1;
getLastSnapshotId() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeReferenceSection.INodeReference.Builder
optional uint32 lastSnapshotId = 4;
getLastSnapshotId() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeReferenceSection.INodeReference
optional uint32 lastSnapshotId = 4;
getLastSnapshotId() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeReferenceSection.INodeReferenceOrBuilder
optional uint32 lastSnapshotId = 4;
getLastSnapshotId() - Method in class org.apache.hadoop.hdfs.server.namenode.INodeReference.WithName
 
getLastUpdate() - Method in class org.apache.hadoop.hdfs.server.federation.router.PeriodicService
Get the last time the periodic service was executed.
getLastVolumeFailureDate() - Method in class org.apache.hadoop.hdfs.server.protocol.VolumeFailureSummary
Returns the date/time of the last volume failure in milliseconds since epoch.
getLastWithName() - Method in class org.apache.hadoop.hdfs.server.namenode.INodeReference.WithCount
Return the last WithName reference if there is any, null otherwise.
getLastWriterEpoch() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PrepareRecoveryResponseProto.Builder
required uint64 lastWriterEpoch = 3;
getLastWriterEpoch() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PrepareRecoveryResponseProto
required uint64 lastWriterEpoch = 3;
getLastWriterEpoch() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PrepareRecoveryResponseProtoOrBuilder
required uint64 lastWriterEpoch = 3;
getLastWriterEpoch() - Method in class org.apache.hadoop.hdfs.qjournal.server.Journal
 
getLatestSnapshotId() - Method in class org.apache.hadoop.hdfs.server.namenode.INodesInPath
For non-snapshot paths, return the latest snapshot id found in the path.
getLayoutVersion() - Method in class org.apache.hadoop.hdfs.protocol.LayoutVersion.FeatureInfo
Accessor method for feature layout version
getLayoutVersion() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.StartLogSegmentRequestProto.Builder
optional sint32 layoutVersion = 3;
getLayoutVersion() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.StartLogSegmentRequestProto
optional sint32 layoutVersion = 3;
getLayoutVersion() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.StartLogSegmentRequestProtoOrBuilder
optional sint32 layoutVersion = 3;
getLayoutVersion() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FileSummary.Builder
required uint32 layoutVersion = 2;
getLayoutVersion() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FileSummary
required uint32 layoutVersion = 2;
getLayoutVersion() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.FileSummaryOrBuilder
required uint32 layoutVersion = 2;
getLegacyGenerationStamp() - Method in class org.apache.hadoop.hdfs.server.blockmanagement.BlockIdManager
Gets the current generation stamp for legacy blocks
getLegacyGenerationStampLimit() - Method in class org.apache.hadoop.hdfs.server.blockmanagement.BlockIdManager
 
getLength() - Method in class org.apache.hadoop.hdfs.server.datanode.fsdataset.LengthInputStream
 
getLength() - Method in class org.apache.hadoop.hdfs.server.namenode.ContentCounts
 
getLength() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FileSummary.Section.Builder
optional uint64 length = 2;
getLength() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FileSummary.Section
optional uint64 length = 2;
getLength() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.FileSummary.SectionOrBuilder
optional uint64 length = 2;
getLifelineAddress() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProto.Builder
optional string lifelineAddress = 12;
getLifelineAddress() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProto
optional string lifelineAddress = 12;
getLifelineAddress() - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProtoOrBuilder
optional string lifelineAddress = 12;
getLifelineAddress() - Method in interface org.apache.hadoop.hdfs.server.federation.resolver.FederationNamenodeContext
Get the Lifeline RPC server address of the namenode.
getLifelineAddress() - Method in class org.apache.hadoop.hdfs.server.federation.resolver.NamenodeStatusReport
Get the Lifeline RPC address.
getLifelineAddress() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MembershipStatePBImpl
 
getLifelineAddress() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MembershipState
 
getLifelineAddressBytes() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProto.Builder
optional string lifelineAddress = 12;
getLifelineAddressBytes() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProto
optional string lifelineAddress = 12;
getLifelineAddressBytes() - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProtoOrBuilder
optional string lifelineAddress = 12;
getLinkTarget(String) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
getList(Diff.ListType) - Method in class org.apache.hadoop.hdfs.util.Diff
 
getListing(String, byte[], boolean) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
getLiveNodes() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NamenodeBeanMetrics
 
getLoadedImageMd5() - Method in class org.apache.hadoop.hdfs.server.namenode.FSImageFormat.Loader
Return the MD5 checksum of the image that has been loaded.
getLoadedImageMd5() - Method in class org.apache.hadoop.hdfs.server.namenode.FSImageFormatProtobuf.Loader
 
getLoadedImageTxId() - Method in class org.apache.hadoop.hdfs.server.namenode.FSImageFormat.Loader
 
getLoadedImageTxId() - Method in class org.apache.hadoop.hdfs.server.namenode.FSImageFormatProtobuf.Loader
 
getLoaderContext() - Method in class org.apache.hadoop.hdfs.server.namenode.FSImageFormatProtobuf.Loader
 
getLocalNameBytes() - Method in class org.apache.hadoop.hdfs.server.namenode.INodeAttributes.SnapshotCopy
 
getLocalNameBytes() - Method in class org.apache.hadoop.hdfs.server.namenode.INodeReference
 
getLocalNameBytes() - Method in class org.apache.hadoop.hdfs.server.namenode.INodeReference.WithName
 
getLocalStoragePolicyID() - Method in class org.apache.hadoop.hdfs.server.namenode.INodeDirectory
 
getLocalStoragePolicyID() - Method in class org.apache.hadoop.hdfs.server.namenode.INodeFileAttributes.SnapshotCopy
 
getLocalStoragePolicyID() - Method in class org.apache.hadoop.hdfs.server.namenode.INodeReference
 
getLocations() - Method in class org.apache.hadoop.hdfs.server.balancer.MovedBlocks.Locations
 
getLocationsForPath(String, boolean) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
Get the possible locations of a path in the federated cluster.
getLogs() - Method in class org.apache.hadoop.hdfs.server.protocol.RemoteEditLogManifest
 
getLowRedundancyBlocks() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NamenodeBeanMetrics
 
getMaintenanceExpirationTimeInMS(DatanodeID) - Method in class org.apache.hadoop.hdfs.server.blockmanagement.CombinedHostFileManager
 
getMaintenanceExpirationTimeInMS(DatanodeID) - Method in class org.apache.hadoop.hdfs.server.blockmanagement.HostFileManager
 
getManifest() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetEditLogManifestResponseProto.Builder
required .hadoop.hdfs.RemoteEditLogManifestProto manifest = 1;
getManifest() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetEditLogManifestResponseProto
required .hadoop.hdfs.RemoteEditLogManifestProto manifest = 1;
getManifest() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetEditLogManifestResponseProtoOrBuilder
required .hadoop.hdfs.RemoteEditLogManifestProto manifest = 1;
getManifestBuilder() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetEditLogManifestResponseProto.Builder
required .hadoop.hdfs.RemoteEditLogManifestProto manifest = 1;
getManifestOrBuilder() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetEditLogManifestResponseProto.Builder
required .hadoop.hdfs.RemoteEditLogManifestProto manifest = 1;
getManifestOrBuilder() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetEditLogManifestResponseProto
required .hadoop.hdfs.RemoteEditLogManifestProto manifest = 1;
getManifestOrBuilder() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetEditLogManifestResponseProtoOrBuilder
required .hadoop.hdfs.RemoteEditLogManifestProto manifest = 1;
getMapIterator() - Method in class org.apache.hadoop.hdfs.server.namenode.INodeMap
 
getMask() - Method in enum org.apache.hadoop.hdfs.server.protocol.NamespaceInfo.Capability
 
getMasterKeyId() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.PersistToken.Builder
optional uint32 masterKeyId = 8;
getMasterKeyId() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.PersistToken
optional uint32 masterKeyId = 8;
getMasterKeyId() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.PersistTokenOrBuilder
optional uint32 masterKeyId = 8;
getMaxDate() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.PersistToken.Builder
optional uint64 maxDate = 6;
getMaxDate() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.PersistToken
optional uint64 maxDate = 6;
getMaxDate() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.PersistTokenOrBuilder
optional uint64 maxDate = 6;
getMaxDiskErrors() - Method in class org.apache.hadoop.hdfs.server.diskbalancer.planner.MoveStep
Gets Maximum numbers of errors to be tolerated before this move operation is aborted.
getMaxDiskErrors() - Method in interface org.apache.hadoop.hdfs.server.diskbalancer.planner.Step
Returns maximum number of disk erros tolerated.
getMaxObjects() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NamenodeBeanMetrics
 
getMaxSnapshotID() - Method in class org.apache.hadoop.hdfs.server.namenode.snapshot.SnapshotManager
Returns the maximum allowable snapshot ID based on the bit width of the snapshot ID.
getMembership() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamenodeRegistrationsRequestProto.Builder
optional .hadoop.hdfs.NamenodeMembershipRecordProto membership = 1;
getMembership() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamenodeRegistrationsRequestProto
optional .hadoop.hdfs.NamenodeMembershipRecordProto membership = 1;
getMembership() - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamenodeRegistrationsRequestProtoOrBuilder
optional .hadoop.hdfs.NamenodeMembershipRecordProto membership = 1;
getMembershipBuilder() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamenodeRegistrationsRequestProto.Builder
optional .hadoop.hdfs.NamenodeMembershipRecordProto membership = 1;
getMembershipOrBuilder() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamenodeRegistrationsRequestProto.Builder
optional .hadoop.hdfs.NamenodeMembershipRecordProto membership = 1;
getMembershipOrBuilder() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamenodeRegistrationsRequestProto
optional .hadoop.hdfs.NamenodeMembershipRecordProto membership = 1;
getMembershipOrBuilder() - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamenodeRegistrationsRequestProtoOrBuilder
optional .hadoop.hdfs.NamenodeMembershipRecordProto membership = 1;
getMembershipVersion() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.StateStoreVersionRecordProto.Builder
optional uint64 membershipVersion = 1;
getMembershipVersion() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.StateStoreVersionRecordProto
optional uint64 membershipVersion = 1;
getMembershipVersion() - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.StateStoreVersionRecordProtoOrBuilder
optional uint64 membershipVersion = 1;
getMembershipVersion() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.StateStoreVersionPBImpl
 
getMembershipVersion() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.StateStoreVersion
 
getMessage() - Method in exception org.apache.hadoop.hdfs.protocol.FSLimitException.MaxDirectoryItemsExceededException
 
getMessage() - Method in exception org.apache.hadoop.hdfs.protocol.FSLimitException.PathComponentTooLongException
 
getMetadataInputStream(long) - Method in class org.apache.hadoop.hdfs.server.datanode.LocalReplica
 
getMetadataLength() - Method in class org.apache.hadoop.hdfs.server.datanode.LocalReplica
 
getMetadataOutputStream(boolean) - Method in class org.apache.hadoop.hdfs.server.datanode.LocalReplica
 
getMetadataURI() - Method in class org.apache.hadoop.hdfs.server.datanode.LocalReplica
 
getMetaFile() - Method in class org.apache.hadoop.hdfs.server.datanode.fsdataset.FsVolumeSpi.ScanInfo
Returns the block meta data file or null if there isn't one.
getMetaFile() - Method in class org.apache.hadoop.hdfs.server.datanode.LocalReplica
Get the full path of this replica's meta file.
getMethod() - Method in class org.apache.hadoop.hdfs.server.federation.router.RemoteMethod
Get the represented java method.
getMethodName() - Method in class org.apache.hadoop.hdfs.server.federation.router.RemoteMethod
Get the name of the method.
getMetrics() - Method in interface org.apache.hadoop.hdfs.server.datanode.fsdataset.FsVolumeSpi
 
getMetrics(MetricsCollector, FSDatasetMBean, String) - Static method in class org.apache.hadoop.hdfs.server.datanode.metrics.DataNodeMetricHelper
Get metrics helper provides Helper function for metrics2 interface to act as a Metric source
getMetrics() - Method in class org.apache.hadoop.hdfs.server.federation.store.driver.StateStoreDriver
Get the metrics for the State Store.
getMinimumCompatibleLayoutVersion() - Method in class org.apache.hadoop.hdfs.protocol.LayoutVersion.FeatureInfo
Accessor method for feature minimum compatible layout version.
getMinTxIdToKeep() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PurgeLogsRequestProto.Builder
required uint64 minTxIdToKeep = 2;
getMinTxIdToKeep() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PurgeLogsRequestProto
required uint64 minTxIdToKeep = 2;
getMinTxIdToKeep() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PurgeLogsRequestProtoOrBuilder
required uint64 minTxIdToKeep = 2;
getModificationTime() - Method in class org.apache.hadoop.hdfs.protocol.SnapshotInfo.Bean
 
getModificationTime() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeDirectory.Builder
optional uint64 modificationTime = 1;
getModificationTime() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeDirectory
optional uint64 modificationTime = 1;
getModificationTime() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeDirectoryOrBuilder
optional uint64 modificationTime = 1;
getModificationTime() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeFile.Builder
optional uint64 modificationTime = 2;
getModificationTime() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeFile
optional uint64 modificationTime = 2;
getModificationTime() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeFileOrBuilder
optional uint64 modificationTime = 2;
getModificationTime() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeSymlink.Builder
optional uint64 modificationTime = 3;
getModificationTime() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeSymlink
optional uint64 modificationTime = 3;
getModificationTime() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeSymlinkOrBuilder
optional uint64 modificationTime = 3;
getModificationTime() - Method in class org.apache.hadoop.hdfs.server.namenode.INodeAttributes.SnapshotCopy
 
getModificationTime(int) - Method in class org.apache.hadoop.hdfs.server.namenode.INodeReference
 
getMostRecentCheckpointTxId(RpcController, NamenodeProtocolProtos.GetMostRecentCheckpointTxIdRequestProto) - Method in class org.apache.hadoop.hdfs.protocolPB.NamenodeProtocolServerSideTranslatorPB
 
getMountPoint(String) - Method in class org.apache.hadoop.hdfs.server.federation.resolver.MountTableResolver
Get the mount table entry for a path.
getMountPoints(String) - Method in class org.apache.hadoop.hdfs.server.federation.resolver.MountTableResolver
 
getMounts(String) - Method in class org.apache.hadoop.hdfs.server.federation.resolver.MountTableResolver
Get all the mount records at or beneath a given path.
getMountTable() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.FederationMetrics
 
getMountTableEntries(GetMountTableEntriesRequest) - Method in interface org.apache.hadoop.hdfs.server.federation.resolver.MountTableManager
List all mount table entries present at or below the path.
getMountTableEntries(GetMountTableEntriesRequest) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterAdminServer
 
GetMountTableEntriesRequest - Class in org.apache.hadoop.hdfs.server.federation.store.protocol
API request for listing mount table entries present in the state store.
GetMountTableEntriesRequest() - Constructor for class org.apache.hadoop.hdfs.server.federation.store.protocol.GetMountTableEntriesRequest
 
GetMountTableEntriesRequestPBImpl - Class in org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb
Protobuf implementation of the state store API object GetMountTableEntriesRequest.
GetMountTableEntriesRequestPBImpl() - Constructor for class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.GetMountTableEntriesRequestPBImpl
 
GetMountTableEntriesRequestPBImpl(HdfsServerFederationProtos.GetMountTableEntriesRequestProto) - Constructor for class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.GetMountTableEntriesRequestPBImpl
 
GetMountTableEntriesResponse - Class in org.apache.hadoop.hdfs.server.federation.store.protocol
API response for listing mount table entries present in the state store.
GetMountTableEntriesResponse() - Constructor for class org.apache.hadoop.hdfs.server.federation.store.protocol.GetMountTableEntriesResponse
 
GetMountTableEntriesResponsePBImpl - Class in org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb
Protobuf implementation of the state store API object GetMountTableEntriesResponse.
GetMountTableEntriesResponsePBImpl() - Constructor for class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.GetMountTableEntriesResponsePBImpl
 
GetMountTableEntriesResponsePBImpl(HdfsServerFederationProtos.GetMountTableEntriesResponseProto) - Constructor for class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.GetMountTableEntriesResponsePBImpl
 
getMountTableStore() - Method in class org.apache.hadoop.hdfs.server.federation.resolver.MountTableResolver
Get the mount table store for this resolver.
getMountTableVersion() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.StateStoreVersionRecordProto.Builder
optional uint64 mountTableVersion = 2;
getMountTableVersion() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.StateStoreVersionRecordProto
optional uint64 mountTableVersion = 2;
getMountTableVersion() - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.StateStoreVersionRecordProtoOrBuilder
optional uint64 mountTableVersion = 2;
getMountTableVersion() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.StateStoreVersionPBImpl
 
getMountTableVersion() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.StateStoreVersion
 
getMultiple(Class<T>, Query<T>) - Method in class org.apache.hadoop.hdfs.server.federation.store.driver.impl.StateStoreBaseImpl
 
getName() - Method in enum org.apache.hadoop.hdfs.server.common.HdfsServerConstants.StartupOption
 
getName() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FileSummary.Section.Builder
optional string name = 1;
getName() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FileSummary.Section
optional string name = 1;
getName() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.FileSummary.SectionOrBuilder
optional string name = 1;
getName() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeReferenceSection.INodeReference.Builder
optional bytes name = 2;
getName() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeReferenceSection.INodeReference
optional bytes name = 2;
getName() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeReferenceSection.INodeReferenceOrBuilder
optional bytes name = 2;
getName() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INode.Builder
optional bytes name = 3;
getName() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INode
optional bytes name = 3;
getName() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeOrBuilder
optional bytes name = 3;
getName() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.XAttrCompactProto.Builder
required fixed32 name = 1;
getName() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.XAttrCompactProto
required fixed32 name = 1;
getName() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.XAttrCompactProtoOrBuilder
required fixed32 name = 1;
getName() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.CreatedListEntry.Builder
optional bytes name = 1;
getName() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.CreatedListEntry
optional bytes name = 1;
getName() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.CreatedListEntryOrBuilder
optional bytes name = 1;
getName() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DirectoryDiff.Builder
optional bytes name = 4;
getName() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DirectoryDiff
optional bytes name = 4;
getName() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DirectoryDiffOrBuilder
optional bytes name = 4;
getName() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.FileDiff.Builder
optional bytes name = 3;
getName() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.FileDiff
optional bytes name = 3;
getName() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.FileDiffOrBuilder
optional bytes name = 3;
getName() - Method in enum org.apache.hadoop.hdfs.server.namenode.NNStorage.NameNodeFile
 
getName() - Method in class org.apache.hadoop.hdfs.web.resources.NamenodeAddressParam
 
getName() - Method in class org.apache.hadoop.hdfs.web.resources.TokenKindParam
 
getName() - Method in class org.apache.hadoop.hdfs.web.resources.TokenServiceParam
 
getName() - Method in class org.apache.hadoop.hdfs.web.resources.UriFsPathParam
 
getNameBytes() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FileSummary.Section.Builder
optional string name = 1;
getNameBytes() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FileSummary.Section
optional string name = 1;
getNameBytes() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.FileSummary.SectionOrBuilder
optional string name = 1;
getNameDirSize() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NamenodeBeanMetrics
 
getNameDirStatuses() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NamenodeBeanMetrics
 
getNameJournalStatus() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NamenodeBeanMetrics
 
getNamenodeDesc() - Method in class org.apache.hadoop.hdfs.server.federation.router.NamenodeHeartbeatService
Get the description of the Namenode to monitor.
getNamenodeId() - Method in class org.apache.hadoop.hdfs.DFSUtil.ConfiguredNNAddress
 
getNamenodeId() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProto.Builder
optional string namenodeId = 6;
getNamenodeId() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProto
optional string namenodeId = 6;
getNamenodeId() - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProtoOrBuilder
optional string namenodeId = 6;
getNamenodeId() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateNamenodeRegistrationRequestProto.Builder
optional string namenodeId = 2;
getNamenodeId() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateNamenodeRegistrationRequestProto
optional string namenodeId = 2;
getNamenodeId() - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateNamenodeRegistrationRequestProtoOrBuilder
optional string namenodeId = 2;
getNamenodeId() - Method in interface org.apache.hadoop.hdfs.server.federation.resolver.FederationNamenodeContext
Identifier for the namenode.
getNamenodeId() - Method in class org.apache.hadoop.hdfs.server.federation.resolver.NamenodeStatusReport
Get the namenode identifier.
getNamenodeId() - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.UpdateNamenodeRegistrationRequestPBImpl
 
getNamenodeId() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MembershipStatePBImpl
 
getNamenodeId() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MembershipState
 
getNamenodeId() - Method in class org.apache.hadoop.hdfs.server.namenode.ha.proto.HAZKInfoProtos.ActiveNodeInfo.Builder
required string namenodeId = 2;
getNamenodeId() - Method in class org.apache.hadoop.hdfs.server.namenode.ha.proto.HAZKInfoProtos.ActiveNodeInfo
required string namenodeId = 2;
getNamenodeId() - Method in interface org.apache.hadoop.hdfs.server.namenode.ha.proto.HAZKInfoProtos.ActiveNodeInfoOrBuilder
required string namenodeId = 2;
getNameNodeID() - Method in class org.apache.hadoop.hdfs.server.namenode.ha.RemoteNameNodeInfo
 
getNamenodeIdBytes() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProto.Builder
optional string namenodeId = 6;
getNamenodeIdBytes() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProto
optional string namenodeId = 6;
getNamenodeIdBytes() - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProtoOrBuilder
optional string namenodeId = 6;
getNamenodeIdBytes() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateNamenodeRegistrationRequestProto.Builder
optional string namenodeId = 2;
getNamenodeIdBytes() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateNamenodeRegistrationRequestProto
optional string namenodeId = 2;
getNamenodeIdBytes() - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateNamenodeRegistrationRequestProtoOrBuilder
optional string namenodeId = 2;
getNamenodeIdBytes() - Method in class org.apache.hadoop.hdfs.server.namenode.ha.proto.HAZKInfoProtos.ActiveNodeInfo.Builder
required string namenodeId = 2;
getNamenodeIdBytes() - Method in class org.apache.hadoop.hdfs.server.namenode.ha.proto.HAZKInfoProtos.ActiveNodeInfo
required string namenodeId = 2;
getNamenodeIdBytes() - Method in interface org.apache.hadoop.hdfs.server.namenode.ha.proto.HAZKInfoProtos.ActiveNodeInfoOrBuilder
required string namenodeId = 2;
getNamenodeKey() - Method in interface org.apache.hadoop.hdfs.server.federation.resolver.FederationNamenodeContext
Get the unique key representing the namenode.
getNamenodeKey() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MembershipState
Get the identifier of this namenode registration.
getNamenodeKey(String, String) - Static method in class org.apache.hadoop.hdfs.server.federation.store.records.MembershipState
Generate the identifier for a Namenode in the HDFS federation.
getNamenodeMembership() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeHeartbeatRequestProto.Builder
optional .hadoop.hdfs.NamenodeMembershipRecordProto namenodeMembership = 1;
getNamenodeMembership() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeHeartbeatRequestProto
optional .hadoop.hdfs.NamenodeMembershipRecordProto namenodeMembership = 1;
getNamenodeMembership() - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeHeartbeatRequestProtoOrBuilder
optional .hadoop.hdfs.NamenodeMembershipRecordProto namenodeMembership = 1;
getNamenodeMembership() - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.NamenodeHeartbeatRequestPBImpl
 
getNamenodeMembershipBuilder() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeHeartbeatRequestProto.Builder
optional .hadoop.hdfs.NamenodeMembershipRecordProto namenodeMembership = 1;
getNamenodeMembershipOrBuilder() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeHeartbeatRequestProto.Builder
optional .hadoop.hdfs.NamenodeMembershipRecordProto namenodeMembership = 1;
getNamenodeMembershipOrBuilder() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeHeartbeatRequestProto
optional .hadoop.hdfs.NamenodeMembershipRecordProto namenodeMembership = 1;
getNamenodeMembershipOrBuilder() - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeHeartbeatRequestProtoOrBuilder
optional .hadoop.hdfs.NamenodeMembershipRecordProto namenodeMembership = 1;
getNamenodeMemberships(int) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamenodeRegistrationsResponseProto.Builder
repeated .hadoop.hdfs.NamenodeMembershipRecordProto namenodeMemberships = 1;
getNamenodeMemberships(int) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamenodeRegistrationsResponseProto
repeated .hadoop.hdfs.NamenodeMembershipRecordProto namenodeMemberships = 1;
getNamenodeMemberships(int) - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamenodeRegistrationsResponseProtoOrBuilder
repeated .hadoop.hdfs.NamenodeMembershipRecordProto namenodeMemberships = 1;
getNamenodeMemberships() - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.GetNamenodeRegistrationsResponse
 
getNamenodeMemberships() - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.GetNamenodeRegistrationsResponsePBImpl
 
getNamenodeMembershipsBuilder(int) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamenodeRegistrationsResponseProto.Builder
repeated .hadoop.hdfs.NamenodeMembershipRecordProto namenodeMemberships = 1;
getNamenodeMembershipsBuilderList() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamenodeRegistrationsResponseProto.Builder
repeated .hadoop.hdfs.NamenodeMembershipRecordProto namenodeMemberships = 1;
getNamenodeMembershipsCount() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamenodeRegistrationsResponseProto.Builder
repeated .hadoop.hdfs.NamenodeMembershipRecordProto namenodeMemberships = 1;
getNamenodeMembershipsCount() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamenodeRegistrationsResponseProto
repeated .hadoop.hdfs.NamenodeMembershipRecordProto namenodeMemberships = 1;
getNamenodeMembershipsCount() - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamenodeRegistrationsResponseProtoOrBuilder
repeated .hadoop.hdfs.NamenodeMembershipRecordProto namenodeMemberships = 1;
getNamenodeMembershipsList() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamenodeRegistrationsResponseProto.Builder
repeated .hadoop.hdfs.NamenodeMembershipRecordProto namenodeMemberships = 1;
getNamenodeMembershipsList() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamenodeRegistrationsResponseProto
repeated .hadoop.hdfs.NamenodeMembershipRecordProto namenodeMemberships = 1;
getNamenodeMembershipsList() - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamenodeRegistrationsResponseProtoOrBuilder
repeated .hadoop.hdfs.NamenodeMembershipRecordProto namenodeMemberships = 1;
getNamenodeMembershipsOrBuilder(int) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamenodeRegistrationsResponseProto.Builder
repeated .hadoop.hdfs.NamenodeMembershipRecordProto namenodeMemberships = 1;
getNamenodeMembershipsOrBuilder(int) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamenodeRegistrationsResponseProto
repeated .hadoop.hdfs.NamenodeMembershipRecordProto namenodeMemberships = 1;
getNamenodeMembershipsOrBuilder(int) - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamenodeRegistrationsResponseProtoOrBuilder
repeated .hadoop.hdfs.NamenodeMembershipRecordProto namenodeMemberships = 1;
getNamenodeMembershipsOrBuilderList() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamenodeRegistrationsResponseProto.Builder
repeated .hadoop.hdfs.NamenodeMembershipRecordProto namenodeMemberships = 1;
getNamenodeMembershipsOrBuilderList() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamenodeRegistrationsResponseProto
repeated .hadoop.hdfs.NamenodeMembershipRecordProto namenodeMemberships = 1;
getNamenodeMembershipsOrBuilderList() - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamenodeRegistrationsResponseProtoOrBuilder
repeated .hadoop.hdfs.NamenodeMembershipRecordProto namenodeMemberships = 1;
GetNamenodeRegistrationsRequest - Class in org.apache.hadoop.hdfs.server.federation.store.protocol
API request for listing namenode registrations present in the state store.
GetNamenodeRegistrationsRequest() - Constructor for class org.apache.hadoop.hdfs.server.federation.store.protocol.GetNamenodeRegistrationsRequest
 
GetNamenodeRegistrationsRequestPBImpl - Class in org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb
Protobuf implementation of the state store API object GetNamenodeRegistrationsRequest.
GetNamenodeRegistrationsRequestPBImpl() - Constructor for class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.GetNamenodeRegistrationsRequestPBImpl
 
GetNamenodeRegistrationsRequestPBImpl(HdfsServerFederationProtos.GetNamenodeRegistrationsRequestProto) - Constructor for class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.GetNamenodeRegistrationsRequestPBImpl
 
GetNamenodeRegistrationsResponse - Class in org.apache.hadoop.hdfs.server.federation.store.protocol
API response for listing namenode registrations present in the state store.
GetNamenodeRegistrationsResponse() - Constructor for class org.apache.hadoop.hdfs.server.federation.store.protocol.GetNamenodeRegistrationsResponse
 
GetNamenodeRegistrationsResponsePBImpl - Class in org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb
Protobuf implementation of the state store API object GetNamenodeRegistrationsResponse.
GetNamenodeRegistrationsResponsePBImpl() - Constructor for class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.GetNamenodeRegistrationsResponsePBImpl
 
GetNamenodeRegistrationsResponsePBImpl(HdfsServerFederationProtos.GetNamenodeRegistrationsResponseProto) - Constructor for class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.GetNamenodeRegistrationsResponsePBImpl
 
getNamenodeResolver() - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcClient
Get the active namenode resolver used by this client.
getNamenodes() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.FederationMetrics
 
getNamenodesForBlockPoolId(String) - Method in class org.apache.hadoop.hdfs.server.federation.resolver.MembershipNamenodeResolver
 
getNamenodesForNameserviceId(String) - Method in class org.apache.hadoop.hdfs.server.federation.resolver.MembershipNamenodeResolver
 
getNamenodeStatusReport() - Method in class org.apache.hadoop.hdfs.server.federation.router.NamenodeHeartbeatService
Get the status report for the Namenode monitored by this heartbeater.
getNameserviceId() - Method in class org.apache.hadoop.hdfs.DFSUtil.ConfiguredNNAddress
 
getNameserviceId() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.FederationNamespaceInfoProto.Builder
optional string nameserviceId = 3;
getNameserviceId() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.FederationNamespaceInfoProto
optional string nameserviceId = 3;
getNameserviceId() - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.FederationNamespaceInfoProtoOrBuilder
optional string nameserviceId = 3;
getNameserviceId() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProto.Builder
optional string nameserviceId = 5;
getNameserviceId() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProto
optional string nameserviceId = 5;
getNameserviceId() - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProtoOrBuilder
optional string nameserviceId = 5;
getNameserviceId() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RemoteLocationProto.Builder
optional string nameserviceId = 1;
getNameserviceId() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RemoteLocationProto
optional string nameserviceId = 1;
getNameserviceId() - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RemoteLocationProtoOrBuilder
optional string nameserviceId = 1;
getNameserviceId() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateNamenodeRegistrationRequestProto.Builder
optional string nameserviceId = 1;
getNameserviceId() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateNamenodeRegistrationRequestProto
optional string nameserviceId = 1;
getNameserviceId() - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateNamenodeRegistrationRequestProtoOrBuilder
optional string nameserviceId = 1;
getNameServiceId() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.CanRollBackRequestProto.Builder
optional string nameServiceId = 5;
getNameServiceId() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.CanRollBackRequestProto
optional string nameServiceId = 5;
getNameServiceId() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.CanRollBackRequestProtoOrBuilder
optional string nameServiceId = 5;
getNameServiceId() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DiscardSegmentsRequestProto.Builder
optional string nameServiceId = 3;
getNameServiceId() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DiscardSegmentsRequestProto
optional string nameServiceId = 3;
getNameServiceId() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DiscardSegmentsRequestProtoOrBuilder
optional string nameServiceId = 3;
getNameServiceId() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoFinalizeRequestProto.Builder
optional string nameServiceId = 2;
getNameServiceId() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoFinalizeRequestProto
optional string nameServiceId = 2;
getNameServiceId() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoFinalizeRequestProtoOrBuilder
optional string nameServiceId = 2;
getNameserviceId() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoRollbackRequestProto.Builder
optional string nameserviceId = 2;
getNameserviceId() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoRollbackRequestProto
optional string nameserviceId = 2;
getNameserviceId() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoRollbackRequestProtoOrBuilder
optional string nameserviceId = 2;
getNameServiceId() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FormatRequestProto.Builder
optional string nameServiceId = 3;
getNameServiceId() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FormatRequestProto
optional string nameServiceId = 3;
getNameServiceId() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FormatRequestProtoOrBuilder
optional string nameServiceId = 3;
getNameServiceId() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetEditLogManifestRequestProto.Builder
optional string nameServiceId = 5;
getNameServiceId() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetEditLogManifestRequestProto
optional string nameServiceId = 5;
getNameServiceId() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetEditLogManifestRequestProtoOrBuilder
optional string nameServiceId = 5;
getNameServiceId() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalCTimeRequestProto.Builder
optional string nameServiceId = 2;
getNameServiceId() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalCTimeRequestProto
optional string nameServiceId = 2;
getNameServiceId() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalCTimeRequestProtoOrBuilder
optional string nameServiceId = 2;
getNameServiceId() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalStateRequestProto.Builder
optional string nameServiceId = 2;
getNameServiceId() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalStateRequestProto
optional string nameServiceId = 2;
getNameServiceId() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalStateRequestProtoOrBuilder
optional string nameServiceId = 2;
getNameServiceId() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.IsFormattedRequestProto.Builder
optional string nameServiceId = 2;
getNameServiceId() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.IsFormattedRequestProto
optional string nameServiceId = 2;
getNameServiceId() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.IsFormattedRequestProtoOrBuilder
optional string nameServiceId = 2;
getNameServiceId() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalRequestProto.Builder
optional string nameServiceId = 6;
getNameServiceId() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalRequestProto
optional string nameServiceId = 6;
getNameServiceId() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalRequestProtoOrBuilder
optional string nameServiceId = 6;
getNameServiceId() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.NewEpochRequestProto.Builder
optional string nameServiceId = 4;
getNameServiceId() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.NewEpochRequestProto
optional string nameServiceId = 4;
getNameServiceId() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.NewEpochRequestProtoOrBuilder
optional string nameServiceId = 4;
getNameServiceId() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.RequestInfoProto.Builder
optional string nameServiceId = 5;
getNameServiceId() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.RequestInfoProto
optional string nameServiceId = 5;
getNameServiceId() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.RequestInfoProtoOrBuilder
optional string nameServiceId = 5;
getNameserviceId() - Method in interface org.apache.hadoop.hdfs.server.federation.resolver.FederationNamenodeContext
Identifier for the nameservice/namespace.
getNameserviceId() - Method in class org.apache.hadoop.hdfs.server.federation.resolver.FederationNamespaceInfo
 
getNameserviceId() - Method in class org.apache.hadoop.hdfs.server.federation.resolver.NamenodeStatusReport
Get the name service identifier.
getNameserviceId() - Method in class org.apache.hadoop.hdfs.server.federation.resolver.RemoteLocation
 
getNameserviceId() - Method in class org.apache.hadoop.hdfs.server.federation.router.RemoteLocationContext
Returns an identifier for a unique namespace.
getNameserviceId() - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.UpdateNamenodeRegistrationRequestPBImpl
 
getNameserviceId() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MembershipStatePBImpl
 
getNameserviceId() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MembershipState
 
getNameserviceId() - Method in class org.apache.hadoop.hdfs.server.namenode.ha.proto.HAZKInfoProtos.ActiveNodeInfo.Builder
required string nameserviceId = 1;
getNameserviceId() - Method in class org.apache.hadoop.hdfs.server.namenode.ha.proto.HAZKInfoProtos.ActiveNodeInfo
required string nameserviceId = 1;
getNameserviceId() - Method in interface org.apache.hadoop.hdfs.server.namenode.ha.proto.HAZKInfoProtos.ActiveNodeInfoOrBuilder
required string nameserviceId = 1;
getNameserviceIdBytes() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.FederationNamespaceInfoProto.Builder
optional string nameserviceId = 3;
getNameserviceIdBytes() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.FederationNamespaceInfoProto
optional string nameserviceId = 3;
getNameserviceIdBytes() - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.FederationNamespaceInfoProtoOrBuilder
optional string nameserviceId = 3;
getNameserviceIdBytes() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProto.Builder
optional string nameserviceId = 5;
getNameserviceIdBytes() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProto
optional string nameserviceId = 5;
getNameserviceIdBytes() - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProtoOrBuilder
optional string nameserviceId = 5;
getNameserviceIdBytes() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RemoteLocationProto.Builder
optional string nameserviceId = 1;
getNameserviceIdBytes() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RemoteLocationProto
optional string nameserviceId = 1;
getNameserviceIdBytes() - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RemoteLocationProtoOrBuilder
optional string nameserviceId = 1;
getNameserviceIdBytes() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateNamenodeRegistrationRequestProto.Builder
optional string nameserviceId = 1;
getNameserviceIdBytes() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateNamenodeRegistrationRequestProto
optional string nameserviceId = 1;
getNameserviceIdBytes() - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateNamenodeRegistrationRequestProtoOrBuilder
optional string nameserviceId = 1;
getNameServiceIdBytes() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.CanRollBackRequestProto.Builder
optional string nameServiceId = 5;
getNameServiceIdBytes() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.CanRollBackRequestProto
optional string nameServiceId = 5;
getNameServiceIdBytes() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.CanRollBackRequestProtoOrBuilder
optional string nameServiceId = 5;
getNameServiceIdBytes() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DiscardSegmentsRequestProto.Builder
optional string nameServiceId = 3;
getNameServiceIdBytes() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DiscardSegmentsRequestProto
optional string nameServiceId = 3;
getNameServiceIdBytes() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DiscardSegmentsRequestProtoOrBuilder
optional string nameServiceId = 3;
getNameServiceIdBytes() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoFinalizeRequestProto.Builder
optional string nameServiceId = 2;
getNameServiceIdBytes() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoFinalizeRequestProto
optional string nameServiceId = 2;
getNameServiceIdBytes() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoFinalizeRequestProtoOrBuilder
optional string nameServiceId = 2;
getNameserviceIdBytes() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoRollbackRequestProto.Builder
optional string nameserviceId = 2;
getNameserviceIdBytes() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoRollbackRequestProto
optional string nameserviceId = 2;
getNameserviceIdBytes() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoRollbackRequestProtoOrBuilder
optional string nameserviceId = 2;
getNameServiceIdBytes() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FormatRequestProto.Builder
optional string nameServiceId = 3;
getNameServiceIdBytes() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FormatRequestProto
optional string nameServiceId = 3;
getNameServiceIdBytes() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FormatRequestProtoOrBuilder
optional string nameServiceId = 3;
getNameServiceIdBytes() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetEditLogManifestRequestProto.Builder
optional string nameServiceId = 5;
getNameServiceIdBytes() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetEditLogManifestRequestProto
optional string nameServiceId = 5;
getNameServiceIdBytes() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetEditLogManifestRequestProtoOrBuilder
optional string nameServiceId = 5;
getNameServiceIdBytes() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalCTimeRequestProto.Builder
optional string nameServiceId = 2;
getNameServiceIdBytes() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalCTimeRequestProto
optional string nameServiceId = 2;
getNameServiceIdBytes() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalCTimeRequestProtoOrBuilder
optional string nameServiceId = 2;
getNameServiceIdBytes() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalStateRequestProto.Builder
optional string nameServiceId = 2;
getNameServiceIdBytes() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalStateRequestProto
optional string nameServiceId = 2;
getNameServiceIdBytes() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalStateRequestProtoOrBuilder
optional string nameServiceId = 2;
getNameServiceIdBytes() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.IsFormattedRequestProto.Builder
optional string nameServiceId = 2;
getNameServiceIdBytes() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.IsFormattedRequestProto
optional string nameServiceId = 2;
getNameServiceIdBytes() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.IsFormattedRequestProtoOrBuilder
optional string nameServiceId = 2;
getNameServiceIdBytes() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalRequestProto.Builder
optional string nameServiceId = 6;
getNameServiceIdBytes() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalRequestProto
optional string nameServiceId = 6;
getNameServiceIdBytes() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalRequestProtoOrBuilder
optional string nameServiceId = 6;
getNameServiceIdBytes() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.NewEpochRequestProto.Builder
optional string nameServiceId = 4;
getNameServiceIdBytes() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.NewEpochRequestProto
optional string nameServiceId = 4;
getNameServiceIdBytes() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.NewEpochRequestProtoOrBuilder
optional string nameServiceId = 4;
getNameServiceIdBytes() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.RequestInfoProto.Builder
optional string nameServiceId = 5;
getNameServiceIdBytes() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.RequestInfoProto
optional string nameServiceId = 5;
getNameServiceIdBytes() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.RequestInfoProtoOrBuilder
optional string nameServiceId = 5;
getNameserviceIdBytes() - Method in class org.apache.hadoop.hdfs.server.namenode.ha.proto.HAZKInfoProtos.ActiveNodeInfo.Builder
required string nameserviceId = 1;
getNameserviceIdBytes() - Method in class org.apache.hadoop.hdfs.server.namenode.ha.proto.HAZKInfoProtos.ActiveNodeInfo
required string nameserviceId = 1;
getNameserviceIdBytes() - Method in interface org.apache.hadoop.hdfs.server.namenode.ha.proto.HAZKInfoProtos.ActiveNodeInfoOrBuilder
required string nameserviceId = 1;
getNameservices() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.FederationMetrics
 
getNameSpace() - Method in class org.apache.hadoop.hdfs.server.namenode.QuotaCounts
 
getNamespaceId() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.NameSystemSection.Builder
optional uint32 namespaceId = 1;
getNamespaceId() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.NameSystemSection
optional uint32 namespaceId = 1;
getNamespaceId() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.NameSystemSectionOrBuilder
optional uint32 namespaceId = 1;
getNamespaceInfo() - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.GetNamespaceInfoResponse
 
getNamespaceInfo() - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.GetNamespaceInfoResponsePBImpl
 
GetNamespaceInfoRequest - Class in org.apache.hadoop.hdfs.server.federation.store.protocol
API response for listing HDFS namespaces present in the state store.
GetNamespaceInfoRequest() - Constructor for class org.apache.hadoop.hdfs.server.federation.store.protocol.GetNamespaceInfoRequest
 
GetNamespaceInfoRequestPBImpl - Class in org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb
Protobuf implementation of the state store API object GetNamespaceInfoRequest.
GetNamespaceInfoRequestPBImpl() - Constructor for class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.GetNamespaceInfoRequestPBImpl
 
GetNamespaceInfoResponse - Class in org.apache.hadoop.hdfs.server.federation.store.protocol
API response for listing HDFS namespaces present in the state store.
GetNamespaceInfoResponse() - Constructor for class org.apache.hadoop.hdfs.server.federation.store.protocol.GetNamespaceInfoResponse
 
GetNamespaceInfoResponsePBImpl - Class in org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb
Protobuf implementation of the state store API object GetNamespaceInfoResponse.
GetNamespaceInfoResponsePBImpl() - Constructor for class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.GetNamespaceInfoResponsePBImpl
 
getNamespaceInfos(int) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamespaceInfoResponseProto.Builder
repeated .hadoop.hdfs.FederationNamespaceInfoProto namespaceInfos = 1;
getNamespaceInfos(int) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamespaceInfoResponseProto
repeated .hadoop.hdfs.FederationNamespaceInfoProto namespaceInfos = 1;
getNamespaceInfos(int) - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamespaceInfoResponseProtoOrBuilder
repeated .hadoop.hdfs.FederationNamespaceInfoProto namespaceInfos = 1;
getNamespaceInfosBuilder(int) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamespaceInfoResponseProto.Builder
repeated .hadoop.hdfs.FederationNamespaceInfoProto namespaceInfos = 1;
getNamespaceInfosBuilderList() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamespaceInfoResponseProto.Builder
repeated .hadoop.hdfs.FederationNamespaceInfoProto namespaceInfos = 1;
getNamespaceInfosCount() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamespaceInfoResponseProto.Builder
repeated .hadoop.hdfs.FederationNamespaceInfoProto namespaceInfos = 1;
getNamespaceInfosCount() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamespaceInfoResponseProto
repeated .hadoop.hdfs.FederationNamespaceInfoProto namespaceInfos = 1;
getNamespaceInfosCount() - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamespaceInfoResponseProtoOrBuilder
repeated .hadoop.hdfs.FederationNamespaceInfoProto namespaceInfos = 1;
getNamespaceInfosList() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamespaceInfoResponseProto.Builder
repeated .hadoop.hdfs.FederationNamespaceInfoProto namespaceInfos = 1;
getNamespaceInfosList() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamespaceInfoResponseProto
repeated .hadoop.hdfs.FederationNamespaceInfoProto namespaceInfos = 1;
getNamespaceInfosList() - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamespaceInfoResponseProtoOrBuilder
repeated .hadoop.hdfs.FederationNamespaceInfoProto namespaceInfos = 1;
getNamespaceInfosOrBuilder(int) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamespaceInfoResponseProto.Builder
repeated .hadoop.hdfs.FederationNamespaceInfoProto namespaceInfos = 1;
getNamespaceInfosOrBuilder(int) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamespaceInfoResponseProto
repeated .hadoop.hdfs.FederationNamespaceInfoProto namespaceInfos = 1;
getNamespaceInfosOrBuilder(int) - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamespaceInfoResponseProtoOrBuilder
repeated .hadoop.hdfs.FederationNamespaceInfoProto namespaceInfos = 1;
getNamespaceInfosOrBuilderList() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamespaceInfoResponseProto.Builder
repeated .hadoop.hdfs.FederationNamespaceInfoProto namespaceInfos = 1;
getNamespaceInfosOrBuilderList() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamespaceInfoResponseProto
repeated .hadoop.hdfs.FederationNamespaceInfoProto namespaceInfos = 1;
getNamespaceInfosOrBuilderList() - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamespaceInfoResponseProtoOrBuilder
repeated .hadoop.hdfs.FederationNamespaceInfoProto namespaceInfos = 1;
getNamespaces() - Method in class org.apache.hadoop.hdfs.server.federation.resolver.MembershipNamenodeResolver
 
getNamespaces() - Method in class org.apache.hadoop.hdfs.server.federation.resolver.PathLocation
Get the subclusters defined for the destinations.
getNextDirectiveId() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.CacheManagerSection.Builder
required uint64 nextDirectiveId = 1;
getNextDirectiveId() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.CacheManagerSection
required uint64 nextDirectiveId = 1;
getNextDirectiveId() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.CacheManagerSectionOrBuilder
required uint64 nextDirectiveId = 1;
getNNRole() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NamenodeBeanMetrics
 
getNNStartedTimeInMillis() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NamenodeBeanMetrics
 
getNodeByIPAddress(String) - Method in class org.apache.hadoop.hdfs.server.diskbalancer.datamodel.DiskBalancerCluster
Returns a node by IP Address.
getNodeByName(String) - Method in class org.apache.hadoop.hdfs.server.diskbalancer.datamodel.DiskBalancerCluster
Returns a node by hostName.
getNodeByUUID(String) - Method in class org.apache.hadoop.hdfs.server.diskbalancer.datamodel.DiskBalancerCluster
Returns a node by UUID.
getNodeDataDensity() - Method in class org.apache.hadoop.hdfs.server.diskbalancer.datamodel.DiskBalancerDataNode
returns NodeDataDensity Metric.
getNodeList(String) - Method in class org.apache.hadoop.hdfs.server.diskbalancer.command.Command
Gets the node set from a file or a string.
getNodeName() - Method in class org.apache.hadoop.hdfs.server.diskbalancer.planner.NodePlan
Returns the DataNode URI.
getNodes(String) - Method in class org.apache.hadoop.hdfs.server.diskbalancer.command.Command
Returns a DiskBalancer Node list from the Cluster or null if not found.
getNodes() - Method in interface org.apache.hadoop.hdfs.server.diskbalancer.connectors.ClusterConnector
getNodes function returns a list of DiskBalancerDataNodes.
getNodes() - Method in class org.apache.hadoop.hdfs.server.diskbalancer.connectors.JsonNodeConnector
getNodes function connects to a cluster definition file and returns nodes defined in that file.
getNodes() - Method in class org.apache.hadoop.hdfs.server.diskbalancer.datamodel.DiskBalancerCluster
Gets all DataNodes in the Cluster.
getNodesToProcess() - Method in class org.apache.hadoop.hdfs.server.diskbalancer.datamodel.DiskBalancerCluster
Returns the Nodes to Process which is the real list of nodes processed by diskBalancer.
getNodeUsage() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.FederationMetrics
 
getNodeUsage() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NamenodeBeanMetrics
 
getNodeUUID() - Method in class org.apache.hadoop.hdfs.server.diskbalancer.planner.NodePlan
gets the Node UUID.
getNonDfsUsedSpace() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NamenodeBeanMetrics
 
getNsDelta() - Method in class org.apache.hadoop.hdfs.server.namenode.INode.QuotaDelta
 
getNsInfo() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FormatRequestProto.Builder
required .hadoop.hdfs.NamespaceInfoProto nsInfo = 2;
getNsInfo() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FormatRequestProto
required .hadoop.hdfs.NamespaceInfoProto nsInfo = 2;
getNsInfo() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FormatRequestProtoOrBuilder
required .hadoop.hdfs.NamespaceInfoProto nsInfo = 2;
getNsInfo() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.NewEpochRequestProto.Builder
required .hadoop.hdfs.NamespaceInfoProto nsInfo = 2;
getNsInfo() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.NewEpochRequestProto
required .hadoop.hdfs.NamespaceInfoProto nsInfo = 2;
getNsInfo() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.NewEpochRequestProtoOrBuilder
required .hadoop.hdfs.NamespaceInfoProto nsInfo = 2;
getNsInfoBuilder() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FormatRequestProto.Builder
required .hadoop.hdfs.NamespaceInfoProto nsInfo = 2;
getNsInfoBuilder() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.NewEpochRequestProto.Builder
required .hadoop.hdfs.NamespaceInfoProto nsInfo = 2;
getNsInfoOrBuilder() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FormatRequestProto.Builder
required .hadoop.hdfs.NamespaceInfoProto nsInfo = 2;
getNsInfoOrBuilder() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FormatRequestProto
required .hadoop.hdfs.NamespaceInfoProto nsInfo = 2;
getNsInfoOrBuilder() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FormatRequestProtoOrBuilder
required .hadoop.hdfs.NamespaceInfoProto nsInfo = 2;
getNsInfoOrBuilder() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.NewEpochRequestProto.Builder
required .hadoop.hdfs.NamespaceInfoProto nsInfo = 2;
getNsInfoOrBuilder() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.NewEpochRequestProto
required .hadoop.hdfs.NamespaceInfoProto nsInfo = 2;
getNsInfoOrBuilder() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.NewEpochRequestProtoOrBuilder
required .hadoop.hdfs.NamespaceInfoProto nsInfo = 2;
getNsQuota() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeDirectory.Builder
optional uint64 nsQuota = 2;
getNsQuota() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeDirectory
optional uint64 nsQuota = 2;
getNsQuota() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeDirectoryOrBuilder
optional uint64 nsQuota = 2;
getNumActiveConnections() - Method in class org.apache.hadoop.hdfs.server.federation.router.ConnectionManager
Get number of active connections.
getNumActiveConnections() - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcClient
Total number of available sockets between the router and NNs.
getNumber() - Method in enum org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.MountTableRecordProto.DestOrder
 
getNumber() - Method in enum org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INode.Type
 
getNumber() - Method in enum org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DiffEntry.Type
 
getNumberOfBlocks() - Method in class org.apache.hadoop.hdfs.protocol.BlockListAsLongs.Builder
 
getNumberOfMissingBlocks() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NamenodeBeanMetrics
 
getNumberOfMissingBlocksWithReplicationFactorOne() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NamenodeBeanMetrics
 
getNumberOfSnapshottableDirs() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NamenodeBeanMetrics
 
getNumBlocks() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.FederationMetrics
 
getNumBlocks() - Method in class org.apache.hadoop.hdfs.server.federation.resolver.NamenodeStatusReport
Get the number of blocks.
getNumBlocksMissing() - Method in class org.apache.hadoop.hdfs.server.federation.resolver.NamenodeStatusReport
Get the number of missing blocks.
getNumBytes(Dispatcher.DDatanode.StorageGroup) - Method in class org.apache.hadoop.hdfs.server.balancer.Dispatcher.DBlock
 
getNumBytes(Dispatcher.DDatanode.StorageGroup) - Method in class org.apache.hadoop.hdfs.server.balancer.Dispatcher.DBlockStriped
 
getNumBytes() - Method in class org.apache.hadoop.hdfs.server.balancer.MovedBlocks.Locations
 
getNumConnectionPools() - Method in class org.apache.hadoop.hdfs.server.federation.router.ConnectionManager
Get the number of connection pools.
getNumConnectionPools() - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcClient
Total number of open connection pools to a NN.
getNumConnections() - Method in class org.apache.hadoop.hdfs.server.federation.router.ConnectionManager
Get number of open connections.
getNumConnections() - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcClient
Total number of available sockets between the router and NNs.
getNumCreatingConnections() - Method in class org.apache.hadoop.hdfs.server.federation.router.ConnectionManager
Get the number of connections to be created.
getNumCreatingConnections() - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcClient
Number of connections between the router and NNs being created sockets.
getNumDatanodesInService() - Method in interface org.apache.hadoop.hdfs.server.blockmanagement.DatanodeStatistics
 
getNumDeadDataNodes() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NamenodeBeanMetrics
 
getNumDeadDatanodes() - Method in class org.apache.hadoop.hdfs.server.federation.resolver.NamenodeStatusReport
Get the number of dead blocks.
getNumDeadNodes() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.FederationMetrics
 
getNumDecomDeadDataNodes() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NamenodeBeanMetrics
 
getNumDecomDeadDatanodes() - Method in class org.apache.hadoop.hdfs.server.federation.resolver.NamenodeStatusReport
Get the number of dead decommissioned nodes.
getNumDecomDeadNodes() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.FederationMetrics
 
getNumDecomLiveDataNodes() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NamenodeBeanMetrics
 
getNumDecomLiveDatanodes() - Method in class org.apache.hadoop.hdfs.server.federation.resolver.NamenodeStatusReport
Get the number of live decommissioned nodes.
getNumDecomLiveNodes() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.FederationMetrics
 
getNumDecommissioningDataNodes() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NamenodeBeanMetrics
 
getNumDecommissioningDatanodes() - Method in class org.apache.hadoop.hdfs.server.federation.resolver.NamenodeStatusReport
Get the number of decommissionining nodes.
getNumDecommissioningNodes() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.FederationMetrics
 
getNumDirectives() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.CacheManagerSection.Builder
required uint32 numDirectives = 3;
getNumDirectives() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.CacheManagerSection
required uint32 numDirectives = 3;
getNumDirectives() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.CacheManagerSectionOrBuilder
required uint32 numDirectives = 3;
getNumEncryptionZones() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NamenodeBeanMetrics
 
getNumEncryptionZones() - Method in class org.apache.hadoop.hdfs.server.namenode.EncryptionZoneManager
 
getNumEnteringMaintenanceDataNodes() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NamenodeBeanMetrics
 
getNumEntry() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.StringTableSection.Builder
optional uint32 numEntry = 1;
getNumEntry() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.StringTableSection
optional uint32 numEntry = 1;
getNumEntry() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.StringTableSectionOrBuilder
optional uint32 numEntry = 1;
getNumExpectedLocations() - Method in class org.apache.hadoop.hdfs.server.blockmanagement.BlockUnderConstructionFeature
 
getNumExpiredNamenodes() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.FederationMetrics
 
getNumFiles() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.FederationMetrics
 
getNumFiles() - Method in class org.apache.hadoop.hdfs.server.federation.resolver.NamenodeStatusReport
Get the number of files.
getNumInMaintenanceDeadDataNodes() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NamenodeBeanMetrics
 
getNumInMaintenanceLiveDataNodes() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NamenodeBeanMetrics
 
getNumInodes() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.Builder
optional uint64 numInodes = 2;
getNumInodes() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection
optional uint64 numInodes = 2;
getNumInodes() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSectionOrBuilder
optional uint64 numInodes = 2;
getNumKeys() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.Builder
optional uint32 numKeys = 3;
getNumKeys() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection
optional uint32 numKeys = 3;
getNumKeys() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSectionOrBuilder
optional uint32 numKeys = 3;
getNumLiveDataNodes() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NamenodeBeanMetrics
 
getNumLiveDatanodes() - Method in class org.apache.hadoop.hdfs.server.federation.resolver.NamenodeStatusReport
Get the number of live blocks.
getNumLiveNodes() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.FederationMetrics
 
getNumNamenodes() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.FederationMetrics
 
getNumNameservices() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.FederationMetrics
 
getNumOfActiveDatanodes() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipStatsRecordProto.Builder
optional uint32 numOfActiveDatanodes = 20;
getNumOfActiveDatanodes() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipStatsRecordProto
optional uint32 numOfActiveDatanodes = 20;
getNumOfActiveDatanodes() - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipStatsRecordProtoOrBuilder
optional uint32 numOfActiveDatanodes = 20;
getNumOfActiveDatanodes() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MembershipStatsPBImpl
 
getNumOfActiveDatanodes() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MembershipStats
 
getNumOfBlocks() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipStatsRecordProto.Builder
optional uint64 numOfBlocks = 11;
getNumOfBlocks() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipStatsRecordProto
optional uint64 numOfBlocks = 11;
getNumOfBlocks() - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipStatsRecordProtoOrBuilder
optional uint64 numOfBlocks = 11;
getNumOfBlocks() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MembershipStatsPBImpl
 
getNumOfBlocks() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MembershipStats
 
getNumOfBlocksMissing() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipStatsRecordProto.Builder
optional uint64 numOfBlocksMissing = 12;
getNumOfBlocksMissing() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipStatsRecordProto
optional uint64 numOfBlocksMissing = 12;
getNumOfBlocksMissing() - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipStatsRecordProtoOrBuilder
optional uint64 numOfBlocksMissing = 12;
getNumOfBlocksMissing() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MembershipStatsPBImpl
 
getNumOfBlocksMissing() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MembershipStats
 
getNumOfBlocksPendingDeletion() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipStatsRecordProto.Builder
optional uint64 numOfBlocksPendingDeletion = 15;
getNumOfBlocksPendingDeletion() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipStatsRecordProto
optional uint64 numOfBlocksPendingDeletion = 15;
getNumOfBlocksPendingDeletion() - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipStatsRecordProtoOrBuilder
optional uint64 numOfBlocksPendingDeletion = 15;
getNumOfBlocksPendingDeletion() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.FederationMetrics
 
getNumOfBlocksPendingDeletion() - Method in class org.apache.hadoop.hdfs.server.federation.resolver.NamenodeStatusReport
Get the number of pending deletion blocks.
getNumOfBlocksPendingDeletion() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MembershipStatsPBImpl
 
getNumOfBlocksPendingDeletion() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MembershipStats
 
getNumOfBlocksPendingReplication() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipStatsRecordProto.Builder
optional uint64 numOfBlocksPendingReplication = 13;
getNumOfBlocksPendingReplication() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipStatsRecordProto
optional uint64 numOfBlocksPendingReplication = 13;
getNumOfBlocksPendingReplication() - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipStatsRecordProtoOrBuilder
optional uint64 numOfBlocksPendingReplication = 13;
getNumOfBlocksPendingReplication() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.FederationMetrics
 
getNumOfBlocksPendingReplication() - Method in class org.apache.hadoop.hdfs.server.federation.resolver.NamenodeStatusReport
Get the number of pending replication blocks.
getNumOfBlocksPendingReplication() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MembershipStatsPBImpl
 
getNumOfBlocksPendingReplication() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MembershipStats
 
getNumOfBlocksUnderReplicated() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipStatsRecordProto.Builder
optional uint64 numOfBlocksUnderReplicated = 14;
getNumOfBlocksUnderReplicated() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipStatsRecordProto
optional uint64 numOfBlocksUnderReplicated = 14;
getNumOfBlocksUnderReplicated() - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipStatsRecordProtoOrBuilder
optional uint64 numOfBlocksUnderReplicated = 14;
getNumOfBlocksUnderReplicated() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.FederationMetrics
 
getNumOfBlocksUnderReplicated() - Method in class org.apache.hadoop.hdfs.server.federation.resolver.NamenodeStatusReport
Get the number of under replicated blocks.
getNumOfBlocksUnderReplicated() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MembershipStatsPBImpl
 
getNumOfBlocksUnderReplicated() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MembershipStats
 
getNumOfDeadDatanodes() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipStatsRecordProto.Builder
optional uint32 numOfDeadDatanodes = 21;
getNumOfDeadDatanodes() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipStatsRecordProto
optional uint32 numOfDeadDatanodes = 21;
getNumOfDeadDatanodes() - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipStatsRecordProtoOrBuilder
optional uint32 numOfDeadDatanodes = 21;
getNumOfDeadDatanodes() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MembershipStatsPBImpl
 
getNumOfDeadDatanodes() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MembershipStats
 
getNumOfDecomActiveDatanodes() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipStatsRecordProto.Builder
optional uint32 numOfDecomActiveDatanodes = 23;
getNumOfDecomActiveDatanodes() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipStatsRecordProto
optional uint32 numOfDecomActiveDatanodes = 23;
getNumOfDecomActiveDatanodes() - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipStatsRecordProtoOrBuilder
optional uint32 numOfDecomActiveDatanodes = 23;
getNumOfDecomActiveDatanodes() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MembershipStatsPBImpl
 
getNumOfDecomActiveDatanodes() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MembershipStats
 
getNumOfDecomDeadDatanodes() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipStatsRecordProto.Builder
optional uint32 numOfDecomDeadDatanodes = 24;
getNumOfDecomDeadDatanodes() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipStatsRecordProto
optional uint32 numOfDecomDeadDatanodes = 24;
getNumOfDecomDeadDatanodes() - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipStatsRecordProtoOrBuilder
optional uint32 numOfDecomDeadDatanodes = 24;
getNumOfDecomDeadDatanodes() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MembershipStatsPBImpl
 
getNumOfDecomDeadDatanodes() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MembershipStats
 
getNumOfDecommissioningDatanodes() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipStatsRecordProto.Builder
optional uint32 numOfDecommissioningDatanodes = 22;
getNumOfDecommissioningDatanodes() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipStatsRecordProto
optional uint32 numOfDecommissioningDatanodes = 22;
getNumOfDecommissioningDatanodes() - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipStatsRecordProtoOrBuilder
optional uint32 numOfDecommissioningDatanodes = 22;
getNumOfDecommissioningDatanodes() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MembershipStatsPBImpl
 
getNumOfDecommissioningDatanodes() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MembershipStats
 
getNumOfDiff() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DiffEntry.Builder
optional uint32 numOfDiff = 3;
getNumOfDiff() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DiffEntry
optional uint32 numOfDiff = 3;
getNumOfDiff() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DiffEntryOrBuilder
optional uint32 numOfDiff = 3;
getNumOfFiles() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipStatsRecordProto.Builder
optional uint64 numOfFiles = 10;
getNumOfFiles() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipStatsRecordProto
optional uint64 numOfFiles = 10;
getNumOfFiles() - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipStatsRecordProtoOrBuilder
optional uint64 numOfFiles = 10;
getNumOfFiles() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MembershipStatsPBImpl
 
getNumOfFiles() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MembershipStats
 
getNumOfMissingBlocks() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.FederationMetrics
 
getNumPools() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.CacheManagerSection.Builder
required uint32 numPools = 2;
getNumPools() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.CacheManagerSection
required uint32 numPools = 2;
getNumPools() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.CacheManagerSectionOrBuilder
required uint32 numPools = 2;
getNumSkippedChecks() - Method in class org.apache.hadoop.hdfs.server.datanode.checker.DatasetVolumeChecker
Return the number of checks skipped because the minimum gap since the last check had not elapsed.
getNumSnapshots() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotSection.Builder
optional uint32 numSnapshots = 3;
getNumSnapshots() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotSection
optional uint32 numSnapshots = 3;
getNumSnapshots() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotSectionOrBuilder
optional uint32 numSnapshots = 3;
getNumSnapshots() - Method in class org.apache.hadoop.hdfs.server.namenode.snapshot.SnapshotManager
 
getNumSnapshottableDirs() - Method in class org.apache.hadoop.hdfs.server.namenode.snapshot.SnapshotManager
 
getNumStaleDataNodes() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NamenodeBeanMetrics
 
getNumStaleStorages() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NamenodeBeanMetrics
 
getNumSyncDatasetChecks() - Method in class org.apache.hadoop.hdfs.server.datanode.checker.DatasetVolumeChecker
getNumTokens() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.Builder
optional uint32 numTokens = 4;
getNumTokens() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection
optional uint32 numTokens = 4;
getNumTokens() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSectionOrBuilder
optional uint32 numTokens = 4;
getNumTxns() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalRequestProto.Builder
required uint32 numTxns = 3;
getNumTxns() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalRequestProto
required uint32 numTxns = 3;
getNumTxns() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalRequestProtoOrBuilder
required uint32 numTxns = 3;
getNumVolumeChecks() - Method in class org.apache.hadoop.hdfs.server.datanode.checker.DatasetVolumeChecker
getOffset() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FileSummary.Section.Builder
optional uint64 offset = 3;
getOffset() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FileSummary.Section
optional uint64 offset = 3;
getOffset() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.FileSummary.SectionOrBuilder
optional uint64 offset = 3;
getOndiskVersion() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FileSummary.Builder
required uint32 ondiskVersion = 1;
getOndiskVersion() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FileSummary
required uint32 ondiskVersion = 1;
getOndiskVersion() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.FileSummaryOrBuilder
required uint32 ondiskVersion = 1;
getOpenFiles() - Method in class org.apache.hadoop.hdfs.server.blockmanagement.DatanodeDescriptor.LeavingServiceStatus
 
getOps() - Method in class org.apache.hadoop.hdfs.server.namenode.top.window.RollingWindowManager.TopWindow
 
getOptionString() - Method in enum org.apache.hadoop.hdfs.server.common.HdfsServerConstants.RollingUpgradeStartupOption
 
getOpType() - Method in class org.apache.hadoop.hdfs.server.namenode.top.window.RollingWindowManager.Op
 
getOriginalBytesReserved() - Method in class org.apache.hadoop.hdfs.server.datanode.LocalReplicaInPipeline
 
getOriginalReplica() - Method in class org.apache.hadoop.hdfs.server.datanode.FinalizedReplica
 
getOriginalReplica() - Method in class org.apache.hadoop.hdfs.server.datanode.LocalReplicaInPipeline
 
getOriginalReplica() - Method in class org.apache.hadoop.hdfs.server.datanode.ReplicaUnderRecovery
Get the original replica that's under recovery
getOriginalReplica() - Method in class org.apache.hadoop.hdfs.server.datanode.ReplicaWaitingToBeRecovered
 
getOutFd() - Method in class org.apache.hadoop.hdfs.server.datanode.fsdataset.ReplicaOutputStreams
 
getOutOfServiceOnlyReplicas() - Method in class org.apache.hadoop.hdfs.server.blockmanagement.DatanodeDescriptor.LeavingServiceStatus
 
getOutput() - Method in class org.apache.hadoop.hdfs.server.diskbalancer.datamodel.DiskBalancerCluster
Returns th output path for this cluster.
getOutputPath() - Method in class org.apache.hadoop.hdfs.server.diskbalancer.command.Command
Returns the output path where the plan and snapshot gets written.
getOwner() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.PersistToken.Builder
optional string owner = 2;
getOwner() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.PersistToken
optional string owner = 2;
getOwner() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.PersistTokenOrBuilder
optional string owner = 2;
getOwnerBytes() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.PersistToken.Builder
optional string owner = 2;
getOwnerBytes() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.PersistToken
optional string owner = 2;
getOwnerBytes() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.PersistTokenOrBuilder
optional string owner = 2;
getParameterForContext(RemoteLocationContext) - Method in class org.apache.hadoop.hdfs.server.federation.router.RemoteParam
Determine the appropriate value for this parameter based on the location.
getParams() - Method in class org.apache.hadoop.hdfs.server.federation.router.RemoteMethod
Generate a list of parameters for this specific location using no context.
getParams(RemoteLocationContext) - Method in class org.apache.hadoop.hdfs.server.federation.router.RemoteMethod
Generate a list of parameters for this specific location.
getParent() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeDirectorySection.DirEntry.Builder
optional uint64 parent = 1;
getParent() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeDirectorySection.DirEntry
optional uint64 parent = 1;
getParent() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeDirectorySection.DirEntryOrBuilder
optional uint64 parent = 1;
getParentINodesInPath() - Method in class org.apache.hadoop.hdfs.server.namenode.INodesInPath
 
getParentPath() - Method in class org.apache.hadoop.hdfs.server.namenode.INodesInPath
 
getParentRef(int) - Method in class org.apache.hadoop.hdfs.server.namenode.INodeReference.WithCount
 
getParserForType() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.AddMountTableEntryRequestProto
 
getParserForType() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.AddMountTableEntryResponseProto
 
getParserForType() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.FederationNamespaceInfoProto
 
getParserForType() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetExpiredRegistrationsRequestProto
 
getParserForType() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetMountTableEntriesRequestProto
 
getParserForType() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetMountTableEntriesResponseProto
 
getParserForType() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamenodeRegistrationsRequestProto
 
getParserForType() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamenodeRegistrationsResponseProto
 
getParserForType() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamespaceInfoRequestProto
 
getParserForType() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamespaceInfoResponseProto
 
getParserForType() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationRequestProto
 
getParserForType() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationResponseProto
 
getParserForType() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationsRequestProto
 
getParserForType() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationsResponseProto
 
getParserForType() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.MountTableRecordProto
 
getParserForType() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeHeartbeatRequestProto
 
getParserForType() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeHeartbeatResponseProto
 
getParserForType() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProto
 
getParserForType() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipStatsRecordProto
 
getParserForType() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RemoteLocationProto
 
getParserForType() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RemoveMountTableEntryRequestProto
 
getParserForType() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RemoveMountTableEntryResponseProto
 
getParserForType() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterHeartbeatRequestProto
 
getParserForType() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterHeartbeatResponseProto
 
getParserForType() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterRecordProto
 
getParserForType() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.StateStoreVersionRecordProto
 
getParserForType() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateMountTableEntryRequestProto
 
getParserForType() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateMountTableEntryResponseProto
 
getParserForType() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateNamenodeRegistrationRequestProto
 
getParserForType() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateNamenodeRegistrationResponseProto
 
getParserForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.AcceptRecoveryRequestProto
 
getParserForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.AcceptRecoveryResponseProto
 
getParserForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.CanRollBackRequestProto
 
getParserForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.CanRollBackResponseProto
 
getParserForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DiscardSegmentsRequestProto
 
getParserForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DiscardSegmentsResponseProto
 
getParserForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoFinalizeRequestProto
 
getParserForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoFinalizeResponseProto
 
getParserForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoPreUpgradeRequestProto
 
getParserForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoPreUpgradeResponseProto
 
getParserForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoRollbackRequestProto
 
getParserForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoRollbackResponseProto
 
getParserForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoUpgradeRequestProto
 
getParserForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoUpgradeResponseProto
 
getParserForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FinalizeLogSegmentRequestProto
 
getParserForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FinalizeLogSegmentResponseProto
 
getParserForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FormatRequestProto
 
getParserForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FormatResponseProto
 
getParserForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetEditLogManifestRequestProto
 
getParserForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetEditLogManifestResponseProto
 
getParserForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalCTimeRequestProto
 
getParserForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalCTimeResponseProto
 
getParserForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalStateRequestProto
 
getParserForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalStateResponseProto
 
getParserForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.HeartbeatRequestProto
 
getParserForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.HeartbeatResponseProto
 
getParserForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.IsFormattedRequestProto
 
getParserForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.IsFormattedResponseProto
 
getParserForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalIdProto
 
getParserForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalRequestProto
 
getParserForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalResponseProto
 
getParserForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.NewEpochRequestProto
 
getParserForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.NewEpochResponseProto
 
getParserForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PersistedRecoveryPaxosData
 
getParserForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PrepareRecoveryRequestProto
 
getParserForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PrepareRecoveryResponseProto
 
getParserForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PurgeLogsRequestProto
 
getParserForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PurgeLogsResponseProto
 
getParserForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.RequestInfoProto
 
getParserForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.SegmentStateProto
 
getParserForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.StartLogSegmentRequestProto
 
getParserForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.StartLogSegmentResponseProto
 
getParserForType() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.CacheManagerSection
 
getParserForType() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.ErasureCodingSection
 
getParserForType() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FileSummary
 
getParserForType() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FileSummary.Section
 
getParserForType() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FilesUnderConstructionSection.FileUnderConstructionEntry
 
getParserForType() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FilesUnderConstructionSection
 
getParserForType() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeDirectorySection.DirEntry
 
getParserForType() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeDirectorySection
 
getParserForType() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeReferenceSection
 
getParserForType() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeReferenceSection.INodeReference
 
getParserForType() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.AclFeatureProto
 
getParserForType() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.FileUnderConstructionFeature
 
getParserForType() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection
 
getParserForType() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INode
 
getParserForType() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeDirectory
 
getParserForType() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeFile
 
getParserForType() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeSymlink
 
getParserForType() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.QuotaByStorageTypeEntryProto
 
getParserForType() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.QuotaByStorageTypeFeatureProto
 
getParserForType() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.XAttrCompactProto
 
getParserForType() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.XAttrFeatureProto
 
getParserForType() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.NameSystemSection
 
getParserForType() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.DelegationKey
 
getParserForType() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection
 
getParserForType() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.PersistToken
 
getParserForType() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.CreatedListEntry
 
getParserForType() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DiffEntry
 
getParserForType() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DirectoryDiff
 
getParserForType() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.FileDiff
 
getParserForType() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection
 
getParserForType() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotSection
 
getParserForType() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotSection.Snapshot
 
getParserForType() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.StringTableSection.Entry
 
getParserForType() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.StringTableSection
 
getParserForType() - Method in class org.apache.hadoop.hdfs.server.namenode.ha.proto.HAZKInfoProtos.ActiveNodeInfo
 
getPartial() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.Query
Get the partial record used to query.
getPartialMembership() - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.GetNamenodeRegistrationsRequest
 
getPartialMembership() - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.GetNamenodeRegistrationsRequestPBImpl
 
getPath() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RemoteLocationProto.Builder
optional string path = 2;
getPath() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RemoteLocationProto
optional string path = 2;
getPath() - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RemoteLocationProtoOrBuilder
optional string path = 2;
getPath() - Method in class org.apache.hadoop.hdfs.server.diskbalancer.datamodel.DiskBalancerVolume
Returns the path for this volume.
getPath() - Method in class org.apache.hadoop.hdfs.server.namenode.INodesInPath
 
getPath(int) - Method in class org.apache.hadoop.hdfs.server.namenode.INodesInPath
 
getPathBytes() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RemoteLocationProto.Builder
optional string path = 2;
getPathBytes() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RemoteLocationProto
optional string path = 2;
getPathBytes() - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RemoteLocationProtoOrBuilder
optional string path = 2;
getPathComponent(int) - Method in class org.apache.hadoop.hdfs.server.namenode.INodesInPath
 
getPathComponents() - Method in class org.apache.hadoop.hdfs.server.namenode.INodesInPath
 
getPathSnapshotId() - Method in class org.apache.hadoop.hdfs.server.namenode.INodesInPath
For snapshot paths, return the id of the snapshot specified in the path.
getPendingDeletionBlocks() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NamenodeBeanMetrics
 
getPendingReconstructionBlocks() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NamenodeBeanMetrics
 
getPendingReplicationBlocks() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NamenodeBeanMetrics
Deprecated.
getPercentBlockPoolUsed() - Method in interface org.apache.hadoop.hdfs.server.blockmanagement.DatanodeStatistics
 
getPercentBlockPoolUsed() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NamenodeBeanMetrics
 
getPercentRemaining() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NamenodeBeanMetrics
 
getPercentUsed() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NamenodeBeanMetrics
 
getPermission() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeDirectory.Builder
optional fixed64 permission = 4;
getPermission() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeDirectory
optional fixed64 permission = 4;
getPermission() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeDirectoryOrBuilder
optional fixed64 permission = 4;
getPermission() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeFile.Builder
optional fixed64 permission = 5;
getPermission() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeFile
optional fixed64 permission = 5;
getPermission() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeFileOrBuilder
optional fixed64 permission = 5;
getPermission() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeSymlink.Builder
optional fixed64 permission = 1;
getPermission() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeSymlink
optional fixed64 permission = 1;
getPermission() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeSymlinkOrBuilder
optional fixed64 permission = 1;
getPermissionLong() - Method in class org.apache.hadoop.hdfs.server.namenode.INodeAttributes.SnapshotCopy
 
getPermissionLong() - Method in class org.apache.hadoop.hdfs.server.namenode.INodeReference
 
getPermissionStatus(int) - Method in class org.apache.hadoop.hdfs.server.namenode.INodeReference
 
getPinning(LocalFileSystem) - Method in class org.apache.hadoop.hdfs.server.datanode.LocalReplica
 
getPinning(LocalFileSystem, Path) - Method in class org.apache.hadoop.hdfs.server.datanode.LocalReplica
Get pin status of a file by checking the sticky bit.
getPlanner(String, DiskBalancerDataNode, double) - Static method in class org.apache.hadoop.hdfs.server.diskbalancer.planner.PlannerFactory
Gets a planner object.
getPlanOptions() - Static method in class org.apache.hadoop.hdfs.tools.DiskBalancerCLI
Returns Plan options.
getPolicies(int) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.ErasureCodingSection.Builder
repeated .hadoop.hdfs.ErasureCodingPolicyProto policies = 1;
getPolicies(int) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.ErasureCodingSection
repeated .hadoop.hdfs.ErasureCodingPolicyProto policies = 1;
getPolicies(int) - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.ErasureCodingSectionOrBuilder
repeated .hadoop.hdfs.ErasureCodingPolicyProto policies = 1;
getPoliciesBuilder(int) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.ErasureCodingSection.Builder
repeated .hadoop.hdfs.ErasureCodingPolicyProto policies = 1;
getPoliciesBuilderList() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.ErasureCodingSection.Builder
repeated .hadoop.hdfs.ErasureCodingPolicyProto policies = 1;
getPoliciesCount() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.ErasureCodingSection.Builder
repeated .hadoop.hdfs.ErasureCodingPolicyProto policies = 1;
getPoliciesCount() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.ErasureCodingSection
repeated .hadoop.hdfs.ErasureCodingPolicyProto policies = 1;
getPoliciesCount() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.ErasureCodingSectionOrBuilder
repeated .hadoop.hdfs.ErasureCodingPolicyProto policies = 1;
getPoliciesList() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.ErasureCodingSection.Builder
repeated .hadoop.hdfs.ErasureCodingPolicyProto policies = 1;
getPoliciesList() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.ErasureCodingSection
repeated .hadoop.hdfs.ErasureCodingPolicyProto policies = 1;
getPoliciesList() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.ErasureCodingSectionOrBuilder
repeated .hadoop.hdfs.ErasureCodingPolicyProto policies = 1;
getPoliciesOrBuilder(int) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.ErasureCodingSection.Builder
repeated .hadoop.hdfs.ErasureCodingPolicyProto policies = 1;
getPoliciesOrBuilder(int) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.ErasureCodingSection
repeated .hadoop.hdfs.ErasureCodingPolicyProto policies = 1;
getPoliciesOrBuilder(int) - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.ErasureCodingSectionOrBuilder
repeated .hadoop.hdfs.ErasureCodingPolicyProto policies = 1;
getPoliciesOrBuilderList() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.ErasureCodingSection.Builder
repeated .hadoop.hdfs.ErasureCodingPolicyProto policies = 1;
getPoliciesOrBuilderList() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.ErasureCodingSection
repeated .hadoop.hdfs.ErasureCodingPolicyProto policies = 1;
getPoliciesOrBuilderList() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.ErasureCodingSectionOrBuilder
repeated .hadoop.hdfs.ErasureCodingPolicyProto policies = 1;
getPolicy(byte) - Method in class org.apache.hadoop.hdfs.server.blockmanagement.BlockStoragePolicySuite
 
getPolicy(String) - Method in class org.apache.hadoop.hdfs.server.blockmanagement.BlockStoragePolicySuite
 
getPort() - Method in class org.apache.hadoop.hdfs.server.diskbalancer.planner.NodePlan
Gets the DataNode RPC Port.
getPort() - Method in class org.apache.hadoop.hdfs.server.namenode.ha.proto.HAZKInfoProtos.ActiveNodeInfo.Builder
required int32 port = 4;
getPort() - Method in class org.apache.hadoop.hdfs.server.namenode.ha.proto.HAZKInfoProtos.ActiveNodeInfo
required int32 port = 4;
getPort() - Method in interface org.apache.hadoop.hdfs.server.namenode.ha.proto.HAZKInfoProtos.ActiveNodeInfoOrBuilder
required int32 port = 4;
getPort() - Method in class org.apache.hadoop.hdfs.tools.offlineImageViewer.WebImageViewer
Get the listening port.
getPos() - Method in class org.apache.hadoop.hdfs.server.namenode.FSEditLogLoader.PositionTrackingInputStream
 
getPreferredBlockSize(String) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
getPreferredBlockSize() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeFile.Builder
optional uint64 preferredBlockSize = 4;
getPreferredBlockSize() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeFile
optional uint64 preferredBlockSize = 4;
getPreferredBlockSize() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeFileOrBuilder
optional uint64 preferredBlockSize = 4;
getPreferredBlockSize() - Method in class org.apache.hadoop.hdfs.server.namenode.INodeFileAttributes.SnapshotCopy
 
getPrevStorage() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.CanRollBackRequestProto.Builder
required .hadoop.hdfs.StorageInfoProto prevStorage = 3;
getPrevStorage() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.CanRollBackRequestProto
required .hadoop.hdfs.StorageInfoProto prevStorage = 3;
getPrevStorage() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.CanRollBackRequestProtoOrBuilder
required .hadoop.hdfs.StorageInfoProto prevStorage = 3;
getPrevStorageBuilder() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.CanRollBackRequestProto.Builder
required .hadoop.hdfs.StorageInfoProto prevStorage = 3;
getPrevStorageOrBuilder() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.CanRollBackRequestProto.Builder
required .hadoop.hdfs.StorageInfoProto prevStorage = 3;
getPrevStorageOrBuilder() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.CanRollBackRequestProto
required .hadoop.hdfs.StorageInfoProto prevStorage = 3;
getPrevStorageOrBuilder() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.CanRollBackRequestProtoOrBuilder
required .hadoop.hdfs.StorageInfoProto prevStorage = 3;
getPrimaryKey(BaseRecord) - Static method in class org.apache.hadoop.hdfs.server.federation.store.driver.impl.StateStoreSerializableImpl
Get the primary key for a record.
getPrimaryKey() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.BaseRecord
Join the primary keys into one single primary key.
getPrimaryKeys() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.BaseRecord
Map of primary key names->values for the record.
getPrimaryKeys() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MembershipState
 
getPrimaryKeys() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MembershipStats
 
getPrimaryKeys() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MountTable
 
getPrimaryKeys() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.RouterState
 
getPrimaryKeys() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.StateStoreVersion
 
getPrintToScreen() - Method in class org.apache.hadoop.hdfs.tools.offlineEditsViewer.OfflineEditsViewer.Flags
 
getProcessingAvg() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.FederationRPCMetrics
 
getProcessingOps() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.FederationRPCMetrics
 
getProto() - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.AddMountTableEntryRequestPBImpl
 
getProto() - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.AddMountTableEntryResponsePBImpl
 
getProto() - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.GetMountTableEntriesRequestPBImpl
 
getProto() - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.GetMountTableEntriesResponsePBImpl
 
getProto() - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.GetNamenodeRegistrationsRequestPBImpl
 
getProto() - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.GetNamenodeRegistrationsResponsePBImpl
 
getProto() - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.GetNamespaceInfoRequestPBImpl
 
getProto() - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.GetNamespaceInfoResponsePBImpl
 
getProto() - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.GetRouterRegistrationRequestPBImpl
 
getProto() - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.GetRouterRegistrationResponsePBImpl
 
getProto() - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.GetRouterRegistrationsRequestPBImpl
 
getProto() - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.GetRouterRegistrationsResponsePBImpl
 
getProto() - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.NamenodeHeartbeatRequestPBImpl
 
getProto() - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.NamenodeHeartbeatResponsePBImpl
 
getProto() - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.RemoveMountTableEntryRequestPBImpl
 
getProto() - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.RemoveMountTableEntryResponsePBImpl
 
getProto() - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.RouterHeartbeatRequestPBImpl
 
getProto() - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.RouterHeartbeatResponsePBImpl
 
getProto() - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.UpdateMountTableEntryRequestPBImpl
 
getProto() - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.UpdateMountTableEntryResponsePBImpl
 
getProto() - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.UpdateNamenodeRegistrationRequestPBImpl
 
getProto() - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.UpdateNamenodeRegistrationResponsePBImpl
 
getProto() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MembershipStatePBImpl
 
getProto() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MembershipStatsPBImpl
 
getProto() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MountTablePBImpl
 
getProto() - Method in interface org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.PBRecord
Get the protocol for the record.
getProto() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.RouterStatePBImpl
 
getProto() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.StateStoreVersionPBImpl
 
getProtoOrBuilder() - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.FederationProtocolPBTranslator
Returns an interface to access data stored within this object.
getProxyAvg() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.FederationRPCMetrics
 
getProxyOpFailureCommunicate() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.FederationRPCMetrics
 
getProxyOpFailureStandby() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.FederationRPCMetrics
 
getProxyOpNotImplemented() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.FederationRPCMetrics
 
getProxyOps() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.FederationRPCMetrics
 
getQueryOptions() - Static method in class org.apache.hadoop.hdfs.tools.DiskBalancerCLI
Returns Query Options.
getQuota() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.QuotaByStorageTypeEntryProto.Builder
required uint64 quota = 2;
getQuota() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.QuotaByStorageTypeEntryProto
required uint64 quota = 2;
getQuota() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.QuotaByStorageTypeEntryProtoOrBuilder
required uint64 quota = 2;
getQuota() - Method in class org.apache.hadoop.hdfs.server.namenode.QuotaByStorageTypeEntry
 
getQuotaCounts() - Method in class org.apache.hadoop.hdfs.server.namenode.INodeDirectory
 
getQuotaCounts() - Method in class org.apache.hadoop.hdfs.server.namenode.INodeDirectoryAttributes.CopyWithQuota
 
getQuotaCounts() - Method in class org.apache.hadoop.hdfs.server.namenode.INodeDirectoryAttributes.SnapshotCopy
 
getQuotaCounts() - Method in class org.apache.hadoop.hdfs.server.namenode.INodeReference
 
getQuotaDirMap() - Method in class org.apache.hadoop.hdfs.server.namenode.INode.QuotaDelta
 
getQuotas(int) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.QuotaByStorageTypeFeatureProto.Builder
repeated .hadoop.hdfs.fsimage.INodeSection.QuotaByStorageTypeEntryProto quotas = 1;
getQuotas(int) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.QuotaByStorageTypeFeatureProto
repeated .hadoop.hdfs.fsimage.INodeSection.QuotaByStorageTypeEntryProto quotas = 1;
getQuotas(int) - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.QuotaByStorageTypeFeatureProtoOrBuilder
repeated .hadoop.hdfs.fsimage.INodeSection.QuotaByStorageTypeEntryProto quotas = 1;
getQuotasBuilder(int) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.QuotaByStorageTypeFeatureProto.Builder
repeated .hadoop.hdfs.fsimage.INodeSection.QuotaByStorageTypeEntryProto quotas = 1;
getQuotasBuilderList() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.QuotaByStorageTypeFeatureProto.Builder
repeated .hadoop.hdfs.fsimage.INodeSection.QuotaByStorageTypeEntryProto quotas = 1;
getQuotasCount() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.QuotaByStorageTypeFeatureProto.Builder
repeated .hadoop.hdfs.fsimage.INodeSection.QuotaByStorageTypeEntryProto quotas = 1;
getQuotasCount() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.QuotaByStorageTypeFeatureProto
repeated .hadoop.hdfs.fsimage.INodeSection.QuotaByStorageTypeEntryProto quotas = 1;
getQuotasCount() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.QuotaByStorageTypeFeatureProtoOrBuilder
repeated .hadoop.hdfs.fsimage.INodeSection.QuotaByStorageTypeEntryProto quotas = 1;
getQuotasList() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.QuotaByStorageTypeFeatureProto.Builder
repeated .hadoop.hdfs.fsimage.INodeSection.QuotaByStorageTypeEntryProto quotas = 1;
getQuotasList() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.QuotaByStorageTypeFeatureProto
repeated .hadoop.hdfs.fsimage.INodeSection.QuotaByStorageTypeEntryProto quotas = 1;
getQuotasList() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.QuotaByStorageTypeFeatureProtoOrBuilder
repeated .hadoop.hdfs.fsimage.INodeSection.QuotaByStorageTypeEntryProto quotas = 1;
getQuotasOrBuilder(int) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.QuotaByStorageTypeFeatureProto.Builder
repeated .hadoop.hdfs.fsimage.INodeSection.QuotaByStorageTypeEntryProto quotas = 1;
getQuotasOrBuilder(int) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.QuotaByStorageTypeFeatureProto
repeated .hadoop.hdfs.fsimage.INodeSection.QuotaByStorageTypeEntryProto quotas = 1;
getQuotasOrBuilder(int) - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.QuotaByStorageTypeFeatureProtoOrBuilder
repeated .hadoop.hdfs.fsimage.INodeSection.QuotaByStorageTypeEntryProto quotas = 1;
getQuotasOrBuilderList() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.QuotaByStorageTypeFeatureProto.Builder
repeated .hadoop.hdfs.fsimage.INodeSection.QuotaByStorageTypeEntryProto quotas = 1;
getQuotasOrBuilderList() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.QuotaByStorageTypeFeatureProto
repeated .hadoop.hdfs.fsimage.INodeSection.QuotaByStorageTypeEntryProto quotas = 1;
getQuotasOrBuilderList() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.QuotaByStorageTypeFeatureProtoOrBuilder
repeated .hadoop.hdfs.fsimage.INodeSection.QuotaByStorageTypeEntryProto quotas = 1;
getQuotaUsage(String) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
getRack(DatanodeInfo) - Method in class org.apache.hadoop.hdfs.server.blockmanagement.BlockPlacementPolicyWithNodeGroup
 
getReadAvg() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.StateStoreMetrics
 
getReader(Class<T>, String) - Method in class org.apache.hadoop.hdfs.server.federation.store.driver.impl.StateStoreFileBaseImpl
Get the reader for the file system.
getReader(Class<T>, String) - Method in class org.apache.hadoop.hdfs.server.federation.store.driver.impl.StateStoreFileImpl
 
getReader(Class<T>, String) - Method in class org.apache.hadoop.hdfs.server.federation.store.driver.impl.StateStoreFileSystemImpl
 
getReadOnly() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.MountTableRecordProto.Builder
optional bool readOnly = 5 [default = false];
getReadOnly() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.MountTableRecordProto
optional bool readOnly = 5 [default = false];
getReadOnly() - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.MountTableRecordProtoOrBuilder
optional bool readOnly = 5 [default = false];
getReadOps() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.StateStoreMetrics
 
getRealUser() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.PersistToken.Builder
optional string realUser = 4;
getRealUser() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.PersistToken
optional string realUser = 4;
getRealUser() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.PersistTokenOrBuilder
optional string realUser = 4;
getRealUserBytes() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.PersistToken.Builder
optional string realUser = 4;
getRealUserBytes() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.PersistToken
optional string realUser = 4;
getRealUserBytes() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.PersistTokenOrBuilder
optional string realUser = 4;
getReconfigurationStatus(RpcController, ReconfigurationProtocolProtos.GetReconfigurationStatusRequestProto) - Method in class org.apache.hadoop.hdfs.protocolPB.ReconfigurationProtocolServerSideTranslatorPB
 
getReconfigurationStatus(ReconfigurationTaskStatus) - Static method in class org.apache.hadoop.hdfs.protocolPB.ReconfigurationProtocolServerSideUtils
 
getRecordClass(Class<T>) - Static method in class org.apache.hadoop.hdfs.server.federation.store.StateStoreUtils
Get the base class for a record class.
getRecordClass(T) - Static method in class org.apache.hadoop.hdfs.server.federation.store.StateStoreUtils
Get the base class for a record.
getRecordName(Class<T>) - Static method in class org.apache.hadoop.hdfs.server.federation.store.StateStoreUtils
Get the base class name for a record.
getRecords() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalRequestProto.Builder
required bytes records = 4;
getRecords() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalRequestProto
required bytes records = 4;
getRecords() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalRequestProtoOrBuilder
required bytes records = 4;
getRecords() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.QueryResult
Get the result of the query.
getRecoveryID() - Method in class org.apache.hadoop.hdfs.server.datanode.FinalizedReplica
 
getRecoveryID() - Method in class org.apache.hadoop.hdfs.server.datanode.LocalReplicaInPipeline
 
getRecoveryID() - Method in class org.apache.hadoop.hdfs.server.datanode.ReplicaUnderRecovery
 
getRecoveryID() - Method in class org.apache.hadoop.hdfs.server.datanode.ReplicaWaitingToBeRecovered
 
getRecoveryMode() - Method in class org.apache.hadoop.hdfs.tools.offlineEditsViewer.OfflineEditsViewer.Flags
 
getReencryptionStatus() - Method in class org.apache.hadoop.hdfs.server.namenode.EncryptionZoneManager
 
getRefChildren(int) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeDirectorySection.DirEntry.Builder
repeated uint32 refChildren = 3 [packed = true];
getRefChildren(int) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeDirectorySection.DirEntry
repeated uint32 refChildren = 3 [packed = true];
getRefChildren(int) - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeDirectorySection.DirEntryOrBuilder
repeated uint32 refChildren = 3 [packed = true];
getRefChildrenCount() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeDirectorySection.DirEntry.Builder
repeated uint32 refChildren = 3 [packed = true];
getRefChildrenCount() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeDirectorySection.DirEntry
repeated uint32 refChildren = 3 [packed = true];
getRefChildrenCount() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeDirectorySection.DirEntryOrBuilder
repeated uint32 refChildren = 3 [packed = true];
getRefChildrenList() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeDirectorySection.DirEntry.Builder
repeated uint32 refChildren = 3 [packed = true];
getRefChildrenList() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeDirectorySection.DirEntry
repeated uint32 refChildren = 3 [packed = true];
getRefChildrenList() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeDirectorySection.DirEntryOrBuilder
repeated uint32 refChildren = 3 [packed = true];
getRefCount() - Method in interface org.apache.hadoop.hdfs.util.ReferenceCountMap.ReferenceCounter
 
getReference(int) - Method in class org.apache.hadoop.hdfs.server.datanode.fsdataset.FsDatasetSpi.FsVolumeReferences
Get the reference for a given index.
getReferenceCount() - Method in class org.apache.hadoop.hdfs.server.namenode.INodeReference.WithCount
 
getReferredId() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeReferenceSection.INodeReference.Builder
optional uint64 referredId = 1;
getReferredId() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeReferenceSection.INodeReference
optional uint64 referredId = 1;
getReferredId() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeReferenceSection.INodeReferenceOrBuilder
optional uint64 referredId = 1;
getReferredINode() - Method in class org.apache.hadoop.hdfs.server.namenode.INodeReference
 
getRefList() - Method in class org.apache.hadoop.hdfs.server.namenode.FSImageFormatProtobuf.LoaderContext
 
getRefList() - Method in class org.apache.hadoop.hdfs.server.namenode.FSImageFormatProtobuf.SaverContext
 
getRemainingCapacity() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.FederationMetrics
 
getRemoteNameNodes(Configuration) - Static method in class org.apache.hadoop.hdfs.server.namenode.ha.RemoteNameNodeInfo
 
getRemoteNameNodes(Configuration, String) - Static method in class org.apache.hadoop.hdfs.server.namenode.ha.RemoteNameNodeInfo
 
getRemoveAvg() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.StateStoreMetrics
 
getRemoveOps() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.StateStoreMetrics
 
getRenewer() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.PersistToken.Builder
optional string renewer = 3;
getRenewer() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.PersistToken
optional string renewer = 3;
getRenewer() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.PersistTokenOrBuilder
optional string renewer = 3;
getRenewerBytes() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.PersistToken.Builder
optional string renewer = 3;
getRenewerBytes() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.PersistToken
optional string renewer = 3;
getRenewerBytes() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.PersistTokenOrBuilder
optional string renewer = 3;
getReplica() - Method in class org.apache.hadoop.hdfs.server.datanode.ReplicaHandler
 
getReplicaInfo() - Method in class org.apache.hadoop.hdfs.server.datanode.LocalReplicaInPipeline
 
getReplicaInfo() - Method in interface org.apache.hadoop.hdfs.server.datanode.ReplicaInPipeline
 
getReplicatedBlockStats() - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
getReplication() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeFile.Builder
optional uint32 replication = 1;
getReplication() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeFile
optional uint32 replication = 1;
getReplication() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeFileOrBuilder
optional uint32 replication = 1;
getReportingNodes() - Method in class org.apache.hadoop.hdfs.server.blockmanagement.SlowPeerTracker.ReportForJson
 
getReportOptions() - Static method in class org.apache.hadoop.hdfs.tools.DiskBalancerCLI
Returns Report Options.
getReqInfo() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.AcceptRecoveryRequestProto.Builder
required .hadoop.hdfs.qjournal.RequestInfoProto reqInfo = 1;
getReqInfo() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.AcceptRecoveryRequestProto
required .hadoop.hdfs.qjournal.RequestInfoProto reqInfo = 1;
getReqInfo() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.AcceptRecoveryRequestProtoOrBuilder
required .hadoop.hdfs.qjournal.RequestInfoProto reqInfo = 1;
getReqInfo() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FinalizeLogSegmentRequestProto.Builder
required .hadoop.hdfs.qjournal.RequestInfoProto reqInfo = 1;
getReqInfo() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FinalizeLogSegmentRequestProto
required .hadoop.hdfs.qjournal.RequestInfoProto reqInfo = 1;
getReqInfo() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FinalizeLogSegmentRequestProtoOrBuilder
required .hadoop.hdfs.qjournal.RequestInfoProto reqInfo = 1;
getReqInfo() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.HeartbeatRequestProto.Builder
required .hadoop.hdfs.qjournal.RequestInfoProto reqInfo = 1;
getReqInfo() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.HeartbeatRequestProto
required .hadoop.hdfs.qjournal.RequestInfoProto reqInfo = 1;
getReqInfo() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.HeartbeatRequestProtoOrBuilder
required .hadoop.hdfs.qjournal.RequestInfoProto reqInfo = 1;
getReqInfo() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalRequestProto.Builder
required .hadoop.hdfs.qjournal.RequestInfoProto reqInfo = 1;
getReqInfo() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalRequestProto
required .hadoop.hdfs.qjournal.RequestInfoProto reqInfo = 1;
getReqInfo() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalRequestProtoOrBuilder
required .hadoop.hdfs.qjournal.RequestInfoProto reqInfo = 1;
getReqInfo() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PrepareRecoveryRequestProto.Builder
required .hadoop.hdfs.qjournal.RequestInfoProto reqInfo = 1;
getReqInfo() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PrepareRecoveryRequestProto
required .hadoop.hdfs.qjournal.RequestInfoProto reqInfo = 1;
getReqInfo() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PrepareRecoveryRequestProtoOrBuilder
required .hadoop.hdfs.qjournal.RequestInfoProto reqInfo = 1;
getReqInfo() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PurgeLogsRequestProto.Builder
required .hadoop.hdfs.qjournal.RequestInfoProto reqInfo = 1;
getReqInfo() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PurgeLogsRequestProto
required .hadoop.hdfs.qjournal.RequestInfoProto reqInfo = 1;
getReqInfo() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PurgeLogsRequestProtoOrBuilder
required .hadoop.hdfs.qjournal.RequestInfoProto reqInfo = 1;
getReqInfo() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.StartLogSegmentRequestProto.Builder
required .hadoop.hdfs.qjournal.RequestInfoProto reqInfo = 1;
getReqInfo() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.StartLogSegmentRequestProto
required .hadoop.hdfs.qjournal.RequestInfoProto reqInfo = 1;
getReqInfo() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.StartLogSegmentRequestProtoOrBuilder
required .hadoop.hdfs.qjournal.RequestInfoProto reqInfo = 1;
getReqInfoBuilder() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.AcceptRecoveryRequestProto.Builder
required .hadoop.hdfs.qjournal.RequestInfoProto reqInfo = 1;
getReqInfoBuilder() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FinalizeLogSegmentRequestProto.Builder
required .hadoop.hdfs.qjournal.RequestInfoProto reqInfo = 1;
getReqInfoBuilder() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.HeartbeatRequestProto.Builder
required .hadoop.hdfs.qjournal.RequestInfoProto reqInfo = 1;
getReqInfoBuilder() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalRequestProto.Builder
required .hadoop.hdfs.qjournal.RequestInfoProto reqInfo = 1;
getReqInfoBuilder() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PrepareRecoveryRequestProto.Builder
required .hadoop.hdfs.qjournal.RequestInfoProto reqInfo = 1;
getReqInfoBuilder() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PurgeLogsRequestProto.Builder
required .hadoop.hdfs.qjournal.RequestInfoProto reqInfo = 1;
getReqInfoBuilder() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.StartLogSegmentRequestProto.Builder
required .hadoop.hdfs.qjournal.RequestInfoProto reqInfo = 1;
getReqInfoOrBuilder() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.AcceptRecoveryRequestProto.Builder
required .hadoop.hdfs.qjournal.RequestInfoProto reqInfo = 1;
getReqInfoOrBuilder() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.AcceptRecoveryRequestProto
required .hadoop.hdfs.qjournal.RequestInfoProto reqInfo = 1;
getReqInfoOrBuilder() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.AcceptRecoveryRequestProtoOrBuilder
required .hadoop.hdfs.qjournal.RequestInfoProto reqInfo = 1;
getReqInfoOrBuilder() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FinalizeLogSegmentRequestProto.Builder
required .hadoop.hdfs.qjournal.RequestInfoProto reqInfo = 1;
getReqInfoOrBuilder() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FinalizeLogSegmentRequestProto
required .hadoop.hdfs.qjournal.RequestInfoProto reqInfo = 1;
getReqInfoOrBuilder() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FinalizeLogSegmentRequestProtoOrBuilder
required .hadoop.hdfs.qjournal.RequestInfoProto reqInfo = 1;
getReqInfoOrBuilder() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.HeartbeatRequestProto.Builder
required .hadoop.hdfs.qjournal.RequestInfoProto reqInfo = 1;
getReqInfoOrBuilder() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.HeartbeatRequestProto
required .hadoop.hdfs.qjournal.RequestInfoProto reqInfo = 1;
getReqInfoOrBuilder() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.HeartbeatRequestProtoOrBuilder
required .hadoop.hdfs.qjournal.RequestInfoProto reqInfo = 1;
getReqInfoOrBuilder() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalRequestProto.Builder
required .hadoop.hdfs.qjournal.RequestInfoProto reqInfo = 1;
getReqInfoOrBuilder() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalRequestProto
required .hadoop.hdfs.qjournal.RequestInfoProto reqInfo = 1;
getReqInfoOrBuilder() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalRequestProtoOrBuilder
required .hadoop.hdfs.qjournal.RequestInfoProto reqInfo = 1;
getReqInfoOrBuilder() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PrepareRecoveryRequestProto.Builder
required .hadoop.hdfs.qjournal.RequestInfoProto reqInfo = 1;
getReqInfoOrBuilder() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PrepareRecoveryRequestProto
required .hadoop.hdfs.qjournal.RequestInfoProto reqInfo = 1;
getReqInfoOrBuilder() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PrepareRecoveryRequestProtoOrBuilder
required .hadoop.hdfs.qjournal.RequestInfoProto reqInfo = 1;
getReqInfoOrBuilder() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PurgeLogsRequestProto.Builder
required .hadoop.hdfs.qjournal.RequestInfoProto reqInfo = 1;
getReqInfoOrBuilder() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PurgeLogsRequestProto
required .hadoop.hdfs.qjournal.RequestInfoProto reqInfo = 1;
getReqInfoOrBuilder() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PurgeLogsRequestProtoOrBuilder
required .hadoop.hdfs.qjournal.RequestInfoProto reqInfo = 1;
getReqInfoOrBuilder() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.StartLogSegmentRequestProto.Builder
required .hadoop.hdfs.qjournal.RequestInfoProto reqInfo = 1;
getReqInfoOrBuilder() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.StartLogSegmentRequestProto
required .hadoop.hdfs.qjournal.RequestInfoProto reqInfo = 1;
getReqInfoOrBuilder() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.StartLogSegmentRequestProtoOrBuilder
required .hadoop.hdfs.qjournal.RequestInfoProto reqInfo = 1;
getRequestFilter() - Method in class org.apache.hadoop.hdfs.web.ParamFilter
 
getRequestPrototype(Descriptors.MethodDescriptor) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.QJournalProtocolService
 
getReserved() - Method in class org.apache.hadoop.hdfs.server.diskbalancer.datamodel.DiskBalancerVolume
Gets the reserved size for this volume.
getResponseFilter() - Method in class org.apache.hadoop.hdfs.web.ParamFilter
 
getResponsePrototype(Descriptors.MethodDescriptor) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.QJournalProtocolService
 
getResult() - Method in exception org.apache.hadoop.hdfs.server.diskbalancer.DiskBalancerException
Returns the result.
getResult() - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.NamenodeHeartbeatResponsePBImpl
 
getResult() - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.UpdateNamenodeRegistrationResponsePBImpl
 
getResultCTime() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalCTimeResponseProto.Builder
required int64 resultCTime = 1;
getResultCTime() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalCTimeResponseProto
required int64 resultCTime = 1;
getResultCTime() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalCTimeResponseProtoOrBuilder
required int64 resultCTime = 1;
getResultForCode(int) - Static method in enum org.apache.hadoop.hdfs.server.namenode.TransferFsImage.TransferResult
 
getRollingUpgradeStartTime() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.NameSystemSection.Builder
optional uint64 rollingUpgradeStartTime = 7;
getRollingUpgradeStartTime() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.NameSystemSection
optional uint64 rollingUpgradeStartTime = 7;
getRollingUpgradeStartTime() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.NameSystemSectionOrBuilder
optional uint64 rollingUpgradeStartTime = 7;
getRollingUpgradeStartupOption() - Method in enum org.apache.hadoop.hdfs.server.common.HdfsServerConstants.StartupOption
 
getRollingUpgradeStatus() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NamenodeBeanMetrics
 
getRoot() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotSection.Snapshot.Builder
optional .hadoop.hdfs.fsimage.INodeSection.INode root = 2;
getRoot() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotSection.Snapshot
optional .hadoop.hdfs.fsimage.INodeSection.INode root = 2;
getRoot() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotSection.SnapshotOrBuilder
optional .hadoop.hdfs.fsimage.INodeSection.INode root = 2;
getRoot(UserGroupInformation, DelegationParam, UserParam, DoAsParam, GetOpParam, OffsetParam, LengthParam, RenewerParam, BufferSizeParam, List<XAttrNameParam>, XAttrEncodingParam, ExcludeDatanodesParam, FsActionParam, TokenKindParam, TokenServiceParam, NoRedirectParam, StartAfterParam) - Method in class org.apache.hadoop.hdfs.server.namenode.web.resources.NamenodeWebHdfsMethods
Handle HTTP GET request for the root.
getRootBuilder() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotSection.Snapshot.Builder
optional .hadoop.hdfs.fsimage.INodeSection.INode root = 2;
getRootDir() - Method in class org.apache.hadoop.hdfs.server.federation.store.driver.impl.StateStoreFileBaseImpl
Get root directory.
getRootDir() - Method in class org.apache.hadoop.hdfs.server.federation.store.driver.impl.StateStoreFileImpl
 
getRootDir() - Method in class org.apache.hadoop.hdfs.server.federation.store.driver.impl.StateStoreFileSystemImpl
 
getRootFullPathName() - Method in class org.apache.hadoop.hdfs.server.namenode.snapshot.Snapshot.Root
Get the full path name of the root directory of this snapshot.
getRootOrBuilder() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotSection.Snapshot.Builder
optional .hadoop.hdfs.fsimage.INodeSection.INode root = 2;
getRootOrBuilder() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotSection.Snapshot
optional .hadoop.hdfs.fsimage.INodeSection.INode root = 2;
getRootOrBuilder() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotSection.SnapshotOrBuilder
optional .hadoop.hdfs.fsimage.INodeSection.INode root = 2;
getRouter() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationResponseProto.Builder
optional .hadoop.hdfs.RouterRecordProto router = 1;
getRouter() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationResponseProto
optional .hadoop.hdfs.RouterRecordProto router = 1;
getRouter() - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationResponseProtoOrBuilder
optional .hadoop.hdfs.RouterRecordProto router = 1;
getRouter() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterHeartbeatRequestProto.Builder
optional .hadoop.hdfs.RouterRecordProto router = 1;
getRouter() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterHeartbeatRequestProto
optional .hadoop.hdfs.RouterRecordProto router = 1;
getRouter() - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterHeartbeatRequestProtoOrBuilder
optional .hadoop.hdfs.RouterRecordProto router = 1;
getRouter() - Method in class org.apache.hadoop.hdfs.server.federation.resolver.MountTableResolver
Get a reference for the Router for this resolver.
getRouter() - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.GetRouterRegistrationResponse
 
getRouter() - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.GetRouterRegistrationResponsePBImpl
 
getRouter() - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.RouterHeartbeatRequestPBImpl
 
getRouter() - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.RouterHeartbeatRequest
 
getRouterBuilder() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationResponseProto.Builder
optional .hadoop.hdfs.RouterRecordProto router = 1;
getRouterBuilder() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterHeartbeatRequestProto.Builder
optional .hadoop.hdfs.RouterRecordProto router = 1;
getRouterFailureLockedOps() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.FederationRPCMetrics
 
getRouterFailureReadOnlyOps() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.FederationRPCMetrics
 
getRouterFailureSafemodeOps() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.FederationRPCMetrics
 
getRouterFailureStateStoreOps() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.FederationRPCMetrics
 
getRouterId() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationRequestProto.Builder
optional string routerId = 1;
getRouterId() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationRequestProto
optional string routerId = 1;
getRouterId() - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationRequestProtoOrBuilder
optional string routerId = 1;
getRouterId() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProto.Builder
optional string routerId = 4;
getRouterId() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProto
optional string routerId = 4;
getRouterId() - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProtoOrBuilder
optional string routerId = 4;
getRouterId() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.FederationMetrics
 
getRouterId() - Method in exception org.apache.hadoop.hdfs.server.federation.router.RouterSafeModeException
Get the id of the Router that generated this exception.
getRouterId() - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.GetRouterRegistrationRequest
 
getRouterId() - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.GetRouterRegistrationRequestPBImpl
 
getRouterId() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MembershipStatePBImpl
 
getRouterId() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MembershipState
 
getRouterId() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.RouterState
Get the identifier for the Router.
getRouterIdBytes() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationRequestProto.Builder
optional string routerId = 1;
getRouterIdBytes() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationRequestProto
optional string routerId = 1;
getRouterIdBytes() - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationRequestProtoOrBuilder
optional string routerId = 1;
getRouterIdBytes() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProto.Builder
optional string routerId = 4;
getRouterIdBytes() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProto
optional string routerId = 4;
getRouterIdBytes() - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProtoOrBuilder
optional string routerId = 4;
getRouterMetrics() - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterMetricsService
Get the metrics system for the Router.
getRouterOrBuilder() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationResponseProto.Builder
optional .hadoop.hdfs.RouterRecordProto router = 1;
getRouterOrBuilder() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationResponseProto
optional .hadoop.hdfs.RouterRecordProto router = 1;
getRouterOrBuilder() - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationResponseProtoOrBuilder
optional .hadoop.hdfs.RouterRecordProto router = 1;
getRouterOrBuilder() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterHeartbeatRequestProto.Builder
optional .hadoop.hdfs.RouterRecordProto router = 1;
getRouterOrBuilder() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterHeartbeatRequestProto
optional .hadoop.hdfs.RouterRecordProto router = 1;
getRouterOrBuilder() - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterHeartbeatRequestProtoOrBuilder
optional .hadoop.hdfs.RouterRecordProto router = 1;
GetRouterRegistrationRequest - Class in org.apache.hadoop.hdfs.server.federation.store.protocol
API request for retrieving a single router registration present in the state store.
GetRouterRegistrationRequest() - Constructor for class org.apache.hadoop.hdfs.server.federation.store.protocol.GetRouterRegistrationRequest
 
GetRouterRegistrationRequestPBImpl - Class in org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb
Protobuf implementation of the state store API object GetRouterRegistrationRequest.
GetRouterRegistrationRequestPBImpl() - Constructor for class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.GetRouterRegistrationRequestPBImpl
 
GetRouterRegistrationResponse - Class in org.apache.hadoop.hdfs.server.federation.store.protocol
API response for retrieving a single router registration present in the state store.
GetRouterRegistrationResponse() - Constructor for class org.apache.hadoop.hdfs.server.federation.store.protocol.GetRouterRegistrationResponse
 
GetRouterRegistrationResponsePBImpl - Class in org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb
Protobuf implementation of the state store API object GetRouterRegistrationResponse.
GetRouterRegistrationResponsePBImpl() - Constructor for class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.GetRouterRegistrationResponsePBImpl
 
GetRouterRegistrationsRequest - Class in org.apache.hadoop.hdfs.server.federation.store.protocol
API request for retrieving a all non-expired router registrations present in the state store.
GetRouterRegistrationsRequest() - Constructor for class org.apache.hadoop.hdfs.server.federation.store.protocol.GetRouterRegistrationsRequest
 
GetRouterRegistrationsRequestPBImpl - Class in org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb
Protobuf implementation of the state store API object GetRouterRegistrationsRequest.
GetRouterRegistrationsRequestPBImpl() - Constructor for class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.GetRouterRegistrationsRequestPBImpl
 
GetRouterRegistrationsResponse - Class in org.apache.hadoop.hdfs.server.federation.store.protocol
API response for retrieving a all non-expired router registrations present in the state store.
GetRouterRegistrationsResponse() - Constructor for class org.apache.hadoop.hdfs.server.federation.store.protocol.GetRouterRegistrationsResponse
 
GetRouterRegistrationsResponsePBImpl - Class in org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb
Protobuf implementation of the state store API object GetRouterRegistrationsResponse.
GetRouterRegistrationsResponsePBImpl() - Constructor for class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.GetRouterRegistrationsResponsePBImpl
 
getRouters(int) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationsResponseProto.Builder
repeated .hadoop.hdfs.RouterRecordProto routers = 2;
getRouters(int) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationsResponseProto
repeated .hadoop.hdfs.RouterRecordProto routers = 2;
getRouters(int) - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationsResponseProtoOrBuilder
repeated .hadoop.hdfs.RouterRecordProto routers = 2;
getRouters() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.FederationMetrics
 
getRouters() - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.GetRouterRegistrationsResponse
 
getRouters() - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.GetRouterRegistrationsResponsePBImpl
 
getRoutersBuilder(int) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationsResponseProto.Builder
repeated .hadoop.hdfs.RouterRecordProto routers = 2;
getRoutersBuilderList() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationsResponseProto.Builder
repeated .hadoop.hdfs.RouterRecordProto routers = 2;
getRoutersCount() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationsResponseProto.Builder
repeated .hadoop.hdfs.RouterRecordProto routers = 2;
getRoutersCount() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationsResponseProto
repeated .hadoop.hdfs.RouterRecordProto routers = 2;
getRoutersCount() - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationsResponseProtoOrBuilder
repeated .hadoop.hdfs.RouterRecordProto routers = 2;
getRoutersList() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationsResponseProto.Builder
repeated .hadoop.hdfs.RouterRecordProto routers = 2;
getRoutersList() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationsResponseProto
repeated .hadoop.hdfs.RouterRecordProto routers = 2;
getRoutersList() - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationsResponseProtoOrBuilder
repeated .hadoop.hdfs.RouterRecordProto routers = 2;
getRoutersOrBuilder(int) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationsResponseProto.Builder
repeated .hadoop.hdfs.RouterRecordProto routers = 2;
getRoutersOrBuilder(int) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationsResponseProto
repeated .hadoop.hdfs.RouterRecordProto routers = 2;
getRoutersOrBuilder(int) - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationsResponseProtoOrBuilder
repeated .hadoop.hdfs.RouterRecordProto routers = 2;
getRoutersOrBuilderList() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationsResponseProto.Builder
repeated .hadoop.hdfs.RouterRecordProto routers = 2;
getRoutersOrBuilderList() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationsResponseProto
repeated .hadoop.hdfs.RouterRecordProto routers = 2;
getRoutersOrBuilderList() - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationsResponseProtoOrBuilder
repeated .hadoop.hdfs.RouterRecordProto routers = 2;
getRouterStarted() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.FederationMetrics
 
getRouterStatus() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.FederationMetrics
 
getRpcAddress() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProto.Builder
optional string rpcAddress = 10;
getRpcAddress() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProto
optional string rpcAddress = 10;
getRpcAddress() - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProtoOrBuilder
optional string rpcAddress = 10;
getRpcAddress() - Method in interface org.apache.hadoop.hdfs.server.federation.resolver.FederationNamenodeContext
Get the RPC server address of the namenode.
getRpcAddress() - Method in class org.apache.hadoop.hdfs.server.federation.resolver.NamenodeStatusReport
Get the RPC address.
getRpcAddress() - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterAdminServer
Get the RPC address of the admin service.
getRpcAddress() - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
Get the RPC address of the service.
getRpcAddress() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MembershipStatePBImpl
 
getRpcAddress() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MembershipState
 
getRpcAddressBytes() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProto.Builder
optional string rpcAddress = 10;
getRpcAddressBytes() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProto
optional string rpcAddress = 10;
getRpcAddressBytes() - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProtoOrBuilder
optional string rpcAddress = 10;
getRPCClient() - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
Get the RPC client to the Namenode.
getRpcClientConnections() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.FederationRPCMetrics
 
getRpcClientNumActiveConnections() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.FederationRPCMetrics
 
getRpcClientNumConnectionPools() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.FederationRPCMetrics
 
getRpcClientNumConnections() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.FederationRPCMetrics
 
getRpcClientNumCreatingConnections() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.FederationRPCMetrics
 
getRpcClientProtocol() - Method in class org.apache.hadoop.hdfs.server.namenode.web.resources.NamenodeWebHdfsMethods
 
getRPCMonitor() - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
Get the RPC monitor and metrics.
getRpcServerCallQueue() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.FederationRPCMetrics
 
getRpcServerNumOpenConnections() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.FederationRPCMetrics
 
getRunCount() - Method in class org.apache.hadoop.hdfs.server.federation.router.PeriodicService
Get how many times we run the periodic service.
getSafemode() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NamenodeBeanMetrics
 
getSafemode() - Method in class org.apache.hadoop.hdfs.server.federation.resolver.NamenodeStatusReport
 
getSavedDigest() - Method in class org.apache.hadoop.hdfs.server.namenode.FSImageFormatProtobuf.Saver
 
getSaverContext() - Method in class org.apache.hadoop.hdfs.server.namenode.FSImageFormatProtobuf.Saver
 
getScheduledReplicationBlocks() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NamenodeBeanMetrics
 
getScope() - Method in class org.apache.hadoop.hdfs.web.resources.UserProvider
 
getSections(int) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FileSummary.Builder
repeated .hadoop.hdfs.fsimage.FileSummary.Section sections = 4;
getSections(int) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FileSummary
repeated .hadoop.hdfs.fsimage.FileSummary.Section sections = 4;
getSections(int) - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.FileSummaryOrBuilder
repeated .hadoop.hdfs.fsimage.FileSummary.Section sections = 4;
getSectionsBuilder(int) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FileSummary.Builder
repeated .hadoop.hdfs.fsimage.FileSummary.Section sections = 4;
getSectionsBuilderList() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FileSummary.Builder
repeated .hadoop.hdfs.fsimage.FileSummary.Section sections = 4;
getSectionsCount() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FileSummary.Builder
repeated .hadoop.hdfs.fsimage.FileSummary.Section sections = 4;
getSectionsCount() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FileSummary
repeated .hadoop.hdfs.fsimage.FileSummary.Section sections = 4;
getSectionsCount() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.FileSummaryOrBuilder
repeated .hadoop.hdfs.fsimage.FileSummary.Section sections = 4;
getSectionsList() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FileSummary.Builder
repeated .hadoop.hdfs.fsimage.FileSummary.Section sections = 4;
getSectionsList() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FileSummary
repeated .hadoop.hdfs.fsimage.FileSummary.Section sections = 4;
getSectionsList() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.FileSummaryOrBuilder
repeated .hadoop.hdfs.fsimage.FileSummary.Section sections = 4;
getSectionsOrBuilder(int) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FileSummary.Builder
repeated .hadoop.hdfs.fsimage.FileSummary.Section sections = 4;
getSectionsOrBuilder(int) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FileSummary
repeated .hadoop.hdfs.fsimage.FileSummary.Section sections = 4;
getSectionsOrBuilder(int) - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.FileSummaryOrBuilder
repeated .hadoop.hdfs.fsimage.FileSummary.Section sections = 4;
getSectionsOrBuilderList() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FileSummary.Builder
repeated .hadoop.hdfs.fsimage.FileSummary.Section sections = 4;
getSectionsOrBuilderList() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FileSummary
repeated .hadoop.hdfs.fsimage.FileSummary.Section sections = 4;
getSectionsOrBuilderList() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.FileSummaryOrBuilder
repeated .hadoop.hdfs.fsimage.FileSummary.Section sections = 4;
getSecureResources(Configuration) - Static method in class org.apache.hadoop.hdfs.server.datanode.SecureDataNodeStarter
Acquire privileged resources (i.e., the privileged ports) for the data node.
getSegmentState() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PersistedRecoveryPaxosData.Builder
required .hadoop.hdfs.qjournal.SegmentStateProto segmentState = 1;
getSegmentState() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PersistedRecoveryPaxosData
required .hadoop.hdfs.qjournal.SegmentStateProto segmentState = 1;
getSegmentState() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PersistedRecoveryPaxosDataOrBuilder
required .hadoop.hdfs.qjournal.SegmentStateProto segmentState = 1;
getSegmentState() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PrepareRecoveryResponseProto.Builder
optional .hadoop.hdfs.qjournal.SegmentStateProto segmentState = 1;
getSegmentState() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PrepareRecoveryResponseProto
optional .hadoop.hdfs.qjournal.SegmentStateProto segmentState = 1;
getSegmentState() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PrepareRecoveryResponseProtoOrBuilder
optional .hadoop.hdfs.qjournal.SegmentStateProto segmentState = 1;
getSegmentStateBuilder() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PersistedRecoveryPaxosData.Builder
required .hadoop.hdfs.qjournal.SegmentStateProto segmentState = 1;
getSegmentStateBuilder() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PrepareRecoveryResponseProto.Builder
optional .hadoop.hdfs.qjournal.SegmentStateProto segmentState = 1;
getSegmentStateOrBuilder() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PersistedRecoveryPaxosData.Builder
required .hadoop.hdfs.qjournal.SegmentStateProto segmentState = 1;
getSegmentStateOrBuilder() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PersistedRecoveryPaxosData
required .hadoop.hdfs.qjournal.SegmentStateProto segmentState = 1;
getSegmentStateOrBuilder() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PersistedRecoveryPaxosDataOrBuilder
required .hadoop.hdfs.qjournal.SegmentStateProto segmentState = 1;
getSegmentStateOrBuilder() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PrepareRecoveryResponseProto.Builder
optional .hadoop.hdfs.qjournal.SegmentStateProto segmentState = 1;
getSegmentStateOrBuilder() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PrepareRecoveryResponseProto
optional .hadoop.hdfs.qjournal.SegmentStateProto segmentState = 1;
getSegmentStateOrBuilder() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PrepareRecoveryResponseProtoOrBuilder
optional .hadoop.hdfs.qjournal.SegmentStateProto segmentState = 1;
getSegmentTxId() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PrepareRecoveryRequestProto.Builder
required uint64 segmentTxId = 2;
getSegmentTxId() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PrepareRecoveryRequestProto
required uint64 segmentTxId = 2;
getSegmentTxId() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PrepareRecoveryRequestProtoOrBuilder
required uint64 segmentTxId = 2;
getSegmentTxnId() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalRequestProto.Builder
required uint64 segmentTxnId = 5;
getSegmentTxnId() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalRequestProto
required uint64 segmentTxnId = 5;
getSegmentTxnId() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalRequestProtoOrBuilder
required uint64 segmentTxnId = 5;
getSequenceNumber() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.PersistToken.Builder
optional uint32 sequenceNumber = 7;
getSequenceNumber() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.PersistToken
optional uint32 sequenceNumber = 7;
getSequenceNumber() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.PersistTokenOrBuilder
optional uint32 sequenceNumber = 7;
getSerializedSize() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.AddMountTableEntryRequestProto
 
getSerializedSize() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.AddMountTableEntryResponseProto
 
getSerializedSize() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.FederationNamespaceInfoProto
 
getSerializedSize() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetExpiredRegistrationsRequestProto
 
getSerializedSize() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetMountTableEntriesRequestProto
 
getSerializedSize() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetMountTableEntriesResponseProto
 
getSerializedSize() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamenodeRegistrationsRequestProto
 
getSerializedSize() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamenodeRegistrationsResponseProto
 
getSerializedSize() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamespaceInfoRequestProto
 
getSerializedSize() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamespaceInfoResponseProto
 
getSerializedSize() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationRequestProto
 
getSerializedSize() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationResponseProto
 
getSerializedSize() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationsRequestProto
 
getSerializedSize() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationsResponseProto
 
getSerializedSize() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.MountTableRecordProto
 
getSerializedSize() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeHeartbeatRequestProto
 
getSerializedSize() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeHeartbeatResponseProto
 
getSerializedSize() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProto
 
getSerializedSize() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipStatsRecordProto
 
getSerializedSize() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RemoteLocationProto
 
getSerializedSize() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RemoveMountTableEntryRequestProto
 
getSerializedSize() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RemoveMountTableEntryResponseProto
 
getSerializedSize() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterHeartbeatRequestProto
 
getSerializedSize() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterHeartbeatResponseProto
 
getSerializedSize() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterRecordProto
 
getSerializedSize() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.StateStoreVersionRecordProto
 
getSerializedSize() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateMountTableEntryRequestProto
 
getSerializedSize() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateMountTableEntryResponseProto
 
getSerializedSize() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateNamenodeRegistrationRequestProto
 
getSerializedSize() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateNamenodeRegistrationResponseProto
 
getSerializedSize() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.AcceptRecoveryRequestProto
 
getSerializedSize() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.AcceptRecoveryResponseProto
 
getSerializedSize() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.CanRollBackRequestProto
 
getSerializedSize() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.CanRollBackResponseProto
 
getSerializedSize() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DiscardSegmentsRequestProto
 
getSerializedSize() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DiscardSegmentsResponseProto
 
getSerializedSize() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoFinalizeRequestProto
 
getSerializedSize() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoFinalizeResponseProto
 
getSerializedSize() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoPreUpgradeRequestProto
 
getSerializedSize() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoPreUpgradeResponseProto
 
getSerializedSize() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoRollbackRequestProto
 
getSerializedSize() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoRollbackResponseProto
 
getSerializedSize() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoUpgradeRequestProto
 
getSerializedSize() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoUpgradeResponseProto
 
getSerializedSize() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FinalizeLogSegmentRequestProto
 
getSerializedSize() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FinalizeLogSegmentResponseProto
 
getSerializedSize() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FormatRequestProto
 
getSerializedSize() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FormatResponseProto
 
getSerializedSize() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetEditLogManifestRequestProto
 
getSerializedSize() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetEditLogManifestResponseProto
 
getSerializedSize() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalCTimeRequestProto
 
getSerializedSize() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalCTimeResponseProto
 
getSerializedSize() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalStateRequestProto
 
getSerializedSize() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalStateResponseProto
 
getSerializedSize() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.HeartbeatRequestProto
 
getSerializedSize() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.HeartbeatResponseProto
 
getSerializedSize() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.IsFormattedRequestProto
 
getSerializedSize() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.IsFormattedResponseProto
 
getSerializedSize() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalIdProto
 
getSerializedSize() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalRequestProto
 
getSerializedSize() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalResponseProto
 
getSerializedSize() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.NewEpochRequestProto
 
getSerializedSize() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.NewEpochResponseProto
 
getSerializedSize() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PersistedRecoveryPaxosData
 
getSerializedSize() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PrepareRecoveryRequestProto
 
getSerializedSize() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PrepareRecoveryResponseProto
 
getSerializedSize() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PurgeLogsRequestProto
 
getSerializedSize() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PurgeLogsResponseProto
 
getSerializedSize() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.RequestInfoProto
 
getSerializedSize() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.SegmentStateProto
 
getSerializedSize() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.StartLogSegmentRequestProto
 
getSerializedSize() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.StartLogSegmentResponseProto
 
getSerializedSize() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.CacheManagerSection
 
getSerializedSize() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.ErasureCodingSection
 
getSerializedSize() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FileSummary
 
getSerializedSize() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FileSummary.Section
 
getSerializedSize() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FilesUnderConstructionSection.FileUnderConstructionEntry
 
getSerializedSize() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FilesUnderConstructionSection
 
getSerializedSize() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeDirectorySection.DirEntry
 
getSerializedSize() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeDirectorySection
 
getSerializedSize() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeReferenceSection
 
getSerializedSize() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeReferenceSection.INodeReference
 
getSerializedSize() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.AclFeatureProto
 
getSerializedSize() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.FileUnderConstructionFeature
 
getSerializedSize() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection
 
getSerializedSize() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INode
 
getSerializedSize() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeDirectory
 
getSerializedSize() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeFile
 
getSerializedSize() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeSymlink
 
getSerializedSize() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.QuotaByStorageTypeEntryProto
 
getSerializedSize() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.QuotaByStorageTypeFeatureProto
 
getSerializedSize() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.XAttrCompactProto
 
getSerializedSize() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.XAttrFeatureProto
 
getSerializedSize() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.NameSystemSection
 
getSerializedSize() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.DelegationKey
 
getSerializedSize() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection
 
getSerializedSize() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.PersistToken
 
getSerializedSize() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.CreatedListEntry
 
getSerializedSize() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DiffEntry
 
getSerializedSize() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DirectoryDiff
 
getSerializedSize() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.FileDiff
 
getSerializedSize() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection
 
getSerializedSize() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotSection
 
getSerializedSize() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotSection.Snapshot
 
getSerializedSize() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.StringTableSection.Entry
 
getSerializedSize() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.StringTableSection
 
getSerializedSize() - Method in class org.apache.hadoop.hdfs.server.namenode.ha.proto.HAZKInfoProtos.ActiveNodeInfo
 
getSerializer() - Static method in class org.apache.hadoop.hdfs.server.federation.store.driver.StateStoreSerializer
Get the default serializer based.
getSerializer(Configuration) - Static method in class org.apache.hadoop.hdfs.server.federation.store.driver.StateStoreSerializer
Get a serializer based on the provided configuration.
getServer() - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
Allow access to the client RPC server for testing.
getServerDefaults() - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
getServiceAddress() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProto.Builder
optional string serviceAddress = 11;
getServiceAddress() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProto
optional string serviceAddress = 11;
getServiceAddress() - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProtoOrBuilder
optional string serviceAddress = 11;
getServiceAddress() - Method in interface org.apache.hadoop.hdfs.server.federation.resolver.FederationNamenodeContext
Get the Service RPC server address of the namenode.
getServiceAddress() - Method in class org.apache.hadoop.hdfs.server.federation.resolver.NamenodeStatusReport
Get the Service RPC address.
getServiceAddress() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MembershipStatePBImpl
 
getServiceAddress() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MembershipState
 
getServiceAddressBytes() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProto.Builder
optional string serviceAddress = 11;
getServiceAddressBytes() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProto
optional string serviceAddress = 11;
getServiceAddressBytes() - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProtoOrBuilder
optional string serviceAddress = 11;
getServiceName() - Method in class org.apache.hadoop.hdfs.HdfsDtFetcher
Returns the service name for HDFS, which is also a valid URL prefix.
getServiceName() - Method in class org.apache.hadoop.hdfs.SWebHdfsDtFetcher
 
getServiceName() - Method in class org.apache.hadoop.hdfs.WebHdfsDtFetcher
 
getSetID() - Method in class org.apache.hadoop.hdfs.server.diskbalancer.datamodel.DiskBalancerVolumeSet
Get Volume Set ID.
getShmId() - Method in class org.apache.hadoop.hdfs.server.datanode.ShortCircuitRegistry.NewShmInfo
 
getSinceTxId() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetEditLogManifestRequestProto.Builder
required uint64 sinceTxId = 2;
getSinceTxId() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetEditLogManifestRequestProto
required uint64 sinceTxId = 2;
getSinceTxId() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetEditLogManifestRequestProtoOrBuilder
required uint64 sinceTxId = 2;
getSInfo() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoUpgradeRequestProto.Builder
required .hadoop.hdfs.StorageInfoProto sInfo = 2;
getSInfo() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoUpgradeRequestProto
required .hadoop.hdfs.StorageInfoProto sInfo = 2;
getSInfo() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoUpgradeRequestProtoOrBuilder
required .hadoop.hdfs.StorageInfoProto sInfo = 2;
getSInfoBuilder() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoUpgradeRequestProto.Builder
required .hadoop.hdfs.StorageInfoProto sInfo = 2;
getSInfoOrBuilder() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoUpgradeRequestProto.Builder
required .hadoop.hdfs.StorageInfoProto sInfo = 2;
getSInfoOrBuilder() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoUpgradeRequestProto
required .hadoop.hdfs.StorageInfoProto sInfo = 2;
getSInfoOrBuilder() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoUpgradeRequestProtoOrBuilder
required .hadoop.hdfs.StorageInfoProto sInfo = 2;
getSizeString(long) - Method in class org.apache.hadoop.hdfs.server.diskbalancer.planner.MoveStep
Returns human readable move sizes.
getSizeString(long) - Method in interface org.apache.hadoop.hdfs.server.diskbalancer.planner.Step
Returns a String representation of the Step Size.
getSkipCaptureAccessTimeOnlyChange() - Method in class org.apache.hadoop.hdfs.server.namenode.snapshot.SnapshotManager
 
getSlowDisksReport() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NamenodeBeanMetrics
 
getSlowNode() - Method in class org.apache.hadoop.hdfs.server.blockmanagement.SlowPeerTracker.ReportForJson
 
getSlowPeersReport() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NamenodeBeanMetrics
 
getSnapshot(DataInput) - Method in class org.apache.hadoop.hdfs.server.namenode.FSImageFormat.Loader
 
getSnapshot(byte[]) - Method in class org.apache.hadoop.hdfs.server.namenode.INodeDirectory
 
getSnapshotableDirectoryCount() - Method in class org.apache.hadoop.hdfs.server.namenode.ContentCounts
 
getSnapshotCopy() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DirectoryDiff.Builder
optional .hadoop.hdfs.fsimage.INodeSection.INodeDirectory snapshotCopy = 5;
getSnapshotCopy() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DirectoryDiff
optional .hadoop.hdfs.fsimage.INodeSection.INodeDirectory snapshotCopy = 5;
getSnapshotCopy() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DirectoryDiffOrBuilder
optional .hadoop.hdfs.fsimage.INodeSection.INodeDirectory snapshotCopy = 5;
getSnapshotCopy() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.FileDiff.Builder
optional .hadoop.hdfs.fsimage.INodeSection.INodeFile snapshotCopy = 4;
getSnapshotCopy() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.FileDiff
optional .hadoop.hdfs.fsimage.INodeSection.INodeFile snapshotCopy = 4;
getSnapshotCopy() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.FileDiffOrBuilder
optional .hadoop.hdfs.fsimage.INodeSection.INodeFile snapshotCopy = 4;
getSnapshotCopyBuilder() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DirectoryDiff.Builder
optional .hadoop.hdfs.fsimage.INodeSection.INodeDirectory snapshotCopy = 5;
getSnapshotCopyBuilder() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.FileDiff.Builder
optional .hadoop.hdfs.fsimage.INodeSection.INodeFile snapshotCopy = 4;
getSnapshotCopyOrBuilder() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DirectoryDiff.Builder
optional .hadoop.hdfs.fsimage.INodeSection.INodeDirectory snapshotCopy = 5;
getSnapshotCopyOrBuilder() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DirectoryDiff
optional .hadoop.hdfs.fsimage.INodeSection.INodeDirectory snapshotCopy = 5;
getSnapshotCopyOrBuilder() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DirectoryDiffOrBuilder
optional .hadoop.hdfs.fsimage.INodeSection.INodeDirectory snapshotCopy = 5;
getSnapshotCopyOrBuilder() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.FileDiff.Builder
optional .hadoop.hdfs.fsimage.INodeSection.INodeFile snapshotCopy = 4;
getSnapshotCopyOrBuilder() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.FileDiff
optional .hadoop.hdfs.fsimage.INodeSection.INodeFile snapshotCopy = 4;
getSnapshotCopyOrBuilder() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.FileDiffOrBuilder
optional .hadoop.hdfs.fsimage.INodeSection.INodeFile snapshotCopy = 4;
getSnapshotCount() - Method in class org.apache.hadoop.hdfs.server.namenode.ContentCounts
 
getSnapshotCounter() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotSection.Builder
optional uint32 snapshotCounter = 1;
getSnapshotCounter() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotSection
optional uint32 snapshotCounter = 1;
getSnapshotCounter() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotSectionOrBuilder
optional uint32 snapshotCounter = 1;
getSnapshotDiffReport(String, String, String) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
getSnapshotDirectory() - Method in class org.apache.hadoop.hdfs.protocol.SnapshotInfo.Bean
 
getSnapshotID() - Method in class org.apache.hadoop.hdfs.protocol.SnapshotInfo.Bean
 
getSnapshotId() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DirectoryDiff.Builder
optional uint32 snapshotId = 1;
getSnapshotId() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DirectoryDiff
optional uint32 snapshotId = 1;
getSnapshotId() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DirectoryDiffOrBuilder
optional uint32 snapshotId = 1;
getSnapshotId() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.FileDiff.Builder
optional uint32 snapshotId = 1;
getSnapshotId() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.FileDiff
optional uint32 snapshotId = 1;
getSnapshotId() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.FileDiffOrBuilder
optional uint32 snapshotId = 1;
getSnapshotId() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotSection.Snapshot.Builder
optional uint32 snapshotId = 1;
getSnapshotId() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotSection.Snapshot
optional uint32 snapshotId = 1;
getSnapshotId() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotSection.SnapshotOrBuilder
optional uint32 snapshotId = 1;
getSnapshotINode(int) - Method in class org.apache.hadoop.hdfs.server.namenode.INodeDirectory
 
getSnapshotINode(int) - Method in class org.apache.hadoop.hdfs.server.namenode.INodeReference
 
getSnapshots() - Method in class org.apache.hadoop.hdfs.server.namenode.snapshot.SnapshotManager
 
getSnapshots() - Method in interface org.apache.hadoop.hdfs.server.namenode.snapshot.SnapshotStatsMXBean
Return the list of snapshots
getSnapshotStats() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NamenodeBeanMetrics
 
getSnapshottableAncestorDir(INodesInPath) - Method in class org.apache.hadoop.hdfs.server.namenode.snapshot.SnapshotManager
Get the snapshot root directory for the given directory.
getSnapshottableDir(int) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotSection.Builder
repeated uint64 snapshottableDir = 2 [packed = true];
getSnapshottableDir(int) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotSection
repeated uint64 snapshottableDir = 2 [packed = true];
getSnapshottableDir(int) - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotSectionOrBuilder
repeated uint64 snapshottableDir = 2 [packed = true];
getSnapshottableDirCount() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotSection.Builder
repeated uint64 snapshottableDir = 2 [packed = true];
getSnapshottableDirCount() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotSection
repeated uint64 snapshottableDir = 2 [packed = true];
getSnapshottableDirCount() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotSectionOrBuilder
repeated uint64 snapshottableDir = 2 [packed = true];
getSnapshottableDirectories() - Method in class org.apache.hadoop.hdfs.server.namenode.snapshot.SnapshotManager
 
getSnapshottableDirectories() - Method in interface org.apache.hadoop.hdfs.server.namenode.snapshot.SnapshotStatsMXBean
Return the list of snapshottable directories
getSnapshottableDirList() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotSection.Builder
repeated uint64 snapshottableDir = 2 [packed = true];
getSnapshottableDirList() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotSection
repeated uint64 snapshottableDir = 2 [packed = true];
getSnapshottableDirList() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotSectionOrBuilder
repeated uint64 snapshottableDir = 2 [packed = true];
getSnapshottableDirListing() - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
getSnapshottableDirListing(String) - Method in class org.apache.hadoop.hdfs.server.namenode.snapshot.SnapshotManager
List all the snapshottable directories that are owned by the current user.
getSnapshottableRoot(INodesInPath) - Method in class org.apache.hadoop.hdfs.server.namenode.snapshot.SnapshotManager
Find the source root directory where the snapshot will be taken for a given path.
getSoftwareVersion() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NamenodeBeanMetrics
 
getSortedQueue() - Method in class org.apache.hadoop.hdfs.server.diskbalancer.datamodel.DiskBalancerVolumeSet
 
getSource() - Method in class org.apache.hadoop.hdfs.server.balancer.Dispatcher.PendingMove
 
getSourcePath() - Method in class org.apache.hadoop.hdfs.server.federation.resolver.PathLocation
Get the source path in the global namespace for this path location.
getSourcePath() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MountTablePBImpl
 
getSourcePath() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MountTable
Get source path in the federated namespace.
getSourceVolBasePath() - Method in class org.apache.hadoop.hdfs.server.datanode.DiskBalancer.VolumePair
Gets source volume base path.
getSourceVolume() - Method in class org.apache.hadoop.hdfs.server.diskbalancer.planner.MoveStep
Gets Source Volume.
getSourceVolume() - Method in interface org.apache.hadoop.hdfs.server.diskbalancer.planner.Step
Gets Source Volume.
getSourceVolUuid() - Method in class org.apache.hadoop.hdfs.server.datanode.DiskBalancer.VolumePair
Gets source volume UUID.
getSpaceConsumed() - Method in class org.apache.hadoop.hdfs.server.namenode.DirectoryWithQuotaFeature
 
getSpecialFeatures() - Method in class org.apache.hadoop.hdfs.protocol.LayoutVersion.FeatureInfo
 
getSrcPath() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetMountTableEntriesRequestProto.Builder
optional string srcPath = 1;
getSrcPath() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetMountTableEntriesRequestProto
optional string srcPath = 1;
getSrcPath() - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetMountTableEntriesRequestProtoOrBuilder
optional string srcPath = 1;
getSrcPath() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.MountTableRecordProto.Builder
optional string srcPath = 1;
getSrcPath() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.MountTableRecordProto
optional string srcPath = 1;
getSrcPath() - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.MountTableRecordProtoOrBuilder
optional string srcPath = 1;
getSrcPath() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RemoveMountTableEntryRequestProto.Builder
optional string srcPath = 1;
getSrcPath() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RemoveMountTableEntryRequestProto
optional string srcPath = 1;
getSrcPath() - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RemoveMountTableEntryRequestProtoOrBuilder
optional string srcPath = 1;
getSrcPath() - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.GetMountTableEntriesRequest
 
getSrcPath() - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.GetMountTableEntriesRequestPBImpl
 
getSrcPath() - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.RemoveMountTableEntryRequestPBImpl
 
getSrcPath() - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.RemoveMountTableEntryRequest
 
getSrcPathBytes() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetMountTableEntriesRequestProto.Builder
optional string srcPath = 1;
getSrcPathBytes() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetMountTableEntriesRequestProto
optional string srcPath = 1;
getSrcPathBytes() - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetMountTableEntriesRequestProtoOrBuilder
optional string srcPath = 1;
getSrcPathBytes() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.MountTableRecordProto.Builder
optional string srcPath = 1;
getSrcPathBytes() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.MountTableRecordProto
optional string srcPath = 1;
getSrcPathBytes() - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.MountTableRecordProtoOrBuilder
optional string srcPath = 1;
getSrcPathBytes() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RemoveMountTableEntryRequestProto.Builder
optional string srcPath = 1;
getSrcPathBytes() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RemoveMountTableEntryRequestProto
optional string srcPath = 1;
getSrcPathBytes() - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RemoveMountTableEntryRequestProtoOrBuilder
optional string srcPath = 1;
getStartTime() - Method in class org.apache.hadoop.hdfs.server.blockmanagement.DatanodeDescriptor.LeavingServiceStatus
 
getStartTime() - Method in interface org.apache.hadoop.hdfs.server.datanode.DiskBalancer.BlockMover
Returns time when this plan started executing.
getStartTime() - Method in class org.apache.hadoop.hdfs.server.datanode.DiskBalancer.DiskBalancerMover
Returns time when this plan started executing.
getStartTxId() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DiscardSegmentsRequestProto.Builder
required uint64 startTxId = 2;
getStartTxId() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DiscardSegmentsRequestProto
required uint64 startTxId = 2;
getStartTxId() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DiscardSegmentsRequestProtoOrBuilder
required uint64 startTxId = 2;
getStartTxId() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FinalizeLogSegmentRequestProto.Builder
required uint64 startTxId = 2;
getStartTxId() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FinalizeLogSegmentRequestProto
required uint64 startTxId = 2;
getStartTxId() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FinalizeLogSegmentRequestProtoOrBuilder
required uint64 startTxId = 2;
getStartTxId() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.SegmentStateProto.Builder
required uint64 startTxId = 1;
getStartTxId() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.SegmentStateProto
required uint64 startTxId = 1;
getStartTxId() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.SegmentStateProtoOrBuilder
required uint64 startTxId = 1;
getStartTxId() - Method in class org.apache.hadoop.hdfs.server.protocol.RemoteEditLog
 
getState() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProto.Builder
optional string state = 13;
getState() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProto
optional string state = 13;
getState() - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProtoOrBuilder
optional string state = 13;
getState() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateNamenodeRegistrationRequestProto.Builder
optional string state = 3;
getState() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateNamenodeRegistrationRequestProto
optional string state = 3;
getState() - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateNamenodeRegistrationRequestProtoOrBuilder
optional string state = 3;
getState(int) - Static method in enum org.apache.hadoop.hdfs.server.common.HdfsServerConstants.ReplicaState
 
getState() - Method in class org.apache.hadoop.hdfs.server.datanode.FinalizedReplica
 
getState() - Method in class org.apache.hadoop.hdfs.server.datanode.LocalReplicaInPipeline
 
getState() - Method in class org.apache.hadoop.hdfs.server.datanode.ReplicaBeingWritten
 
getState() - Method in class org.apache.hadoop.hdfs.server.datanode.ReplicaUnderRecovery
 
getState() - Method in class org.apache.hadoop.hdfs.server.datanode.ReplicaWaitingToBeRecovered
 
getState() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NamenodeBeanMetrics
 
getState() - Method in interface org.apache.hadoop.hdfs.server.federation.resolver.FederationNamenodeContext
The current state of the namenode (active, standby, etc).
getState(HAServiceProtocol.HAServiceState) - Static method in enum org.apache.hadoop.hdfs.server.federation.resolver.FederationNamenodeServiceState
 
getState() - Method in class org.apache.hadoop.hdfs.server.federation.resolver.NamenodeStatusReport
Get the state of the Namenode being monitored.
getState() - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.UpdateNamenodeRegistrationRequestPBImpl
 
getState() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MembershipStatePBImpl
 
getState() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MembershipState
 
getState() - Method in class org.apache.hadoop.hdfs.server.namenode.NameNode.NameNodeHAContext
 
getStateBytes() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProto.Builder
optional string state = 13;
getStateBytes() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProto
optional string state = 13;
getStateBytes() - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProtoOrBuilder
optional string state = 13;
getStateBytes() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateNamenodeRegistrationRequestProto.Builder
optional string state = 3;
getStateBytes() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateNamenodeRegistrationRequestProto
optional string state = 3;
getStateBytes() - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateNamenodeRegistrationRequestProtoOrBuilder
optional string state = 3;
getStateStoreVersion() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterRecordProto.Builder
optional .hadoop.hdfs.StateStoreVersionRecordProto stateStoreVersion = 5;
getStateStoreVersion() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterRecordProto
optional .hadoop.hdfs.StateStoreVersionRecordProto stateStoreVersion = 5;
getStateStoreVersion() - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterRecordProtoOrBuilder
optional .hadoop.hdfs.StateStoreVersionRecordProto stateStoreVersion = 5;
getStateStoreVersion() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.RouterStatePBImpl
 
getStateStoreVersion() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.RouterState
 
getStateStoreVersionBuilder() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterRecordProto.Builder
optional .hadoop.hdfs.StateStoreVersionRecordProto stateStoreVersion = 5;
getStateStoreVersionOrBuilder() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterRecordProto.Builder
optional .hadoop.hdfs.StateStoreVersionRecordProto stateStoreVersion = 5;
getStateStoreVersionOrBuilder() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterRecordProto
optional .hadoop.hdfs.StateStoreVersionRecordProto stateStoreVersion = 5;
getStateStoreVersionOrBuilder() - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterRecordProtoOrBuilder
optional .hadoop.hdfs.StateStoreVersionRecordProto stateStoreVersion = 5;
getStateToAccept() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.AcceptRecoveryRequestProto.Builder
required .hadoop.hdfs.qjournal.SegmentStateProto stateToAccept = 2;
getStateToAccept() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.AcceptRecoveryRequestProto
required .hadoop.hdfs.qjournal.SegmentStateProto stateToAccept = 2;
getStateToAccept() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.AcceptRecoveryRequestProtoOrBuilder
required .hadoop.hdfs.qjournal.SegmentStateProto stateToAccept = 2;
getStateToAcceptBuilder() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.AcceptRecoveryRequestProto.Builder
required .hadoop.hdfs.qjournal.SegmentStateProto stateToAccept = 2;
getStateToAcceptOrBuilder() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.AcceptRecoveryRequestProto.Builder
required .hadoop.hdfs.qjournal.SegmentStateProto stateToAccept = 2;
getStateToAcceptOrBuilder() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.AcceptRecoveryRequestProto
required .hadoop.hdfs.qjournal.SegmentStateProto stateToAccept = 2;
getStateToAcceptOrBuilder() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.AcceptRecoveryRequestProtoOrBuilder
required .hadoop.hdfs.qjournal.SegmentStateProto stateToAccept = 2;
getStats() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProto.Builder
optional .hadoop.hdfs.NamenodeMembershipStatsRecordProto stats = 15;
getStats() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProto
optional .hadoop.hdfs.NamenodeMembershipStatsRecordProto stats = 15;
getStats() - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProtoOrBuilder
optional .hadoop.hdfs.NamenodeMembershipStatsRecordProto stats = 15;
getStats() - Method in interface org.apache.hadoop.hdfs.server.blockmanagement.DatanodeStatistics
The same as ClientProtocol.getStats().
getStats() - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
getStats() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MembershipStatePBImpl
 
getStats() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MembershipState
 
getStatsBuilder() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProto.Builder
optional .hadoop.hdfs.NamenodeMembershipStatsRecordProto stats = 15;
getStatsOrBuilder() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProto.Builder
optional .hadoop.hdfs.NamenodeMembershipStatsRecordProto stats = 15;
getStatsOrBuilder() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProto
optional .hadoop.hdfs.NamenodeMembershipStatsRecordProto stats = 15;
getStatsOrBuilder() - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProtoOrBuilder
optional .hadoop.hdfs.NamenodeMembershipStatsRecordProto stats = 15;
getStatus() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.AddMountTableEntryResponseProto.Builder
optional bool status = 1;
getStatus() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.AddMountTableEntryResponseProto
optional bool status = 1;
getStatus() - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.AddMountTableEntryResponseProtoOrBuilder
optional bool status = 1;
getStatus() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeHeartbeatResponseProto.Builder
optional bool status = 1;
getStatus() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeHeartbeatResponseProto
optional bool status = 1;
getStatus() - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeHeartbeatResponseProtoOrBuilder
optional bool status = 1;
getStatus() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RemoveMountTableEntryResponseProto.Builder
optional bool status = 1;
getStatus() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RemoveMountTableEntryResponseProto
optional bool status = 1;
getStatus() - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RemoveMountTableEntryResponseProtoOrBuilder
optional bool status = 1;
getStatus() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterHeartbeatResponseProto.Builder
optional bool status = 1;
getStatus() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterHeartbeatResponseProto
optional bool status = 1;
getStatus() - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterHeartbeatResponseProtoOrBuilder
optional bool status = 1;
getStatus() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterRecordProto.Builder
optional string status = 4;
getStatus() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterRecordProto
optional string status = 4;
getStatus() - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterRecordProtoOrBuilder
optional string status = 4;
getStatus() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateMountTableEntryResponseProto.Builder
optional bool status = 1;
getStatus() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateMountTableEntryResponseProto
optional bool status = 1;
getStatus() - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateMountTableEntryResponseProtoOrBuilder
optional bool status = 1;
getStatus() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateNamenodeRegistrationResponseProto.Builder
optional bool status = 1;
getStatus() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateNamenodeRegistrationResponseProto
optional bool status = 1;
getStatus() - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateNamenodeRegistrationResponseProtoOrBuilder
optional bool status = 1;
getStatus() - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.AddMountTableEntryResponse
 
getStatus() - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.AddMountTableEntryResponsePBImpl
 
getStatus() - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.RemoveMountTableEntryResponsePBImpl
 
getStatus() - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.RouterHeartbeatResponsePBImpl
 
getStatus() - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.UpdateMountTableEntryResponsePBImpl
 
getStatus() - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.RemoveMountTableEntryResponse
 
getStatus() - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.RouterHeartbeatResponse
 
getStatus() - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.UpdateMountTableEntryResponse
 
getStatus() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.RouterStatePBImpl
 
getStatus() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.RouterState
 
getStatus() - Method in class org.apache.hadoop.hdfs.server.protocol.ReceivedDeletedBlockInfo
 
getStatusBytes() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterRecordProto.Builder
optional string status = 4;
getStatusBytes() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterRecordProto
optional string status = 4;
getStatusBytes() - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterRecordProtoOrBuilder
optional string status = 4;
getStorage() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.CanRollBackRequestProto.Builder
required .hadoop.hdfs.StorageInfoProto storage = 2;
getStorage() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.CanRollBackRequestProto
required .hadoop.hdfs.StorageInfoProto storage = 2;
getStorage() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.CanRollBackRequestProtoOrBuilder
required .hadoop.hdfs.StorageInfoProto storage = 2;
getStorage() - Method in class org.apache.hadoop.hdfs.server.blockmanagement.BlockInfoStriped.StorageAndBlockIndex
 
getStorage() - Method in class org.apache.hadoop.hdfs.server.protocol.StorageBlockReport
 
getStorage() - Method in class org.apache.hadoop.hdfs.server.protocol.StorageReceivedDeletedBlocks
 
getStorageBuilder() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.CanRollBackRequestProto.Builder
required .hadoop.hdfs.StorageInfoProto storage = 2;
getStorageDirType() - Method in enum org.apache.hadoop.hdfs.server.namenode.NNStorage.NameNodeDirType
 
getStorageID() - Method in class org.apache.hadoop.hdfs.server.blockmanagement.DatanodeStorageInfo
 
getStorageID() - Method in interface org.apache.hadoop.hdfs.server.datanode.fsdataset.FsVolumeSpi
 
getStorageID() - Method in class org.apache.hadoop.hdfs.server.protocol.StorageReceivedDeletedBlocks
getStorageLocation() - Method in interface org.apache.hadoop.hdfs.server.datanode.fsdataset.FsVolumeSpi
 
getStorageOrBuilder() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.CanRollBackRequestProto.Builder
required .hadoop.hdfs.StorageInfoProto storage = 2;
getStorageOrBuilder() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.CanRollBackRequestProto
required .hadoop.hdfs.StorageInfoProto storage = 2;
getStorageOrBuilder() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.CanRollBackRequestProtoOrBuilder
required .hadoop.hdfs.StorageInfoProto storage = 2;
getStoragePolicies() - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
getStoragePolicy(String) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
getStoragePolicyID() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeFile.Builder
optional uint32 storagePolicyID = 10;
getStoragePolicyID() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeFile
optional uint32 storagePolicyID = 10;
getStoragePolicyID() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeFileOrBuilder
optional uint32 storagePolicyID = 10;
getStoragePolicyID() - Method in class org.apache.hadoop.hdfs.server.namenode.INodeDirectory
 
getStoragePolicyID() - Method in class org.apache.hadoop.hdfs.server.namenode.INodeReference
 
getStoragePolicyXAttrPrefixedName() - Static method in class org.apache.hadoop.hdfs.server.blockmanagement.BlockStoragePolicySuite
 
getStoragespace() - Method in class org.apache.hadoop.hdfs.server.namenode.ContentCounts
 
getStorageSpace() - Method in class org.apache.hadoop.hdfs.server.namenode.QuotaCounts
 
getStorageType() - Method in class org.apache.hadoop.hdfs.server.balancer.Dispatcher.DDatanode.StorageGroup
 
getStorageType() - Method in class org.apache.hadoop.hdfs.server.blockmanagement.DatanodeStorageInfo
 
getStorageType() - Method in interface org.apache.hadoop.hdfs.server.datanode.fsdataset.FsVolumeSpi
 
getStorageType() - Method in class org.apache.hadoop.hdfs.server.diskbalancer.datamodel.DiskBalancerVolume
Gets the StorageType.
getStorageType() - Method in class org.apache.hadoop.hdfs.server.diskbalancer.datamodel.DiskBalancerVolumeSet
Get Storage Type.
getStorageType() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.QuotaByStorageTypeEntryProto.Builder
required .hadoop.hdfs.StorageTypeProto storageType = 1;
getStorageType() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.QuotaByStorageTypeEntryProto
required .hadoop.hdfs.StorageTypeProto storageType = 1;
getStorageType() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.QuotaByStorageTypeEntryProtoOrBuilder
required .hadoop.hdfs.StorageTypeProto storageType = 1;
getStorageType() - Method in class org.apache.hadoop.hdfs.server.namenode.QuotaByStorageTypeEntry
 
getStorageTypeStats() - Method in interface org.apache.hadoop.hdfs.server.blockmanagement.BlockStatsMXBean
The statistics of storage types.
getStorageTypeStats() - Method in interface org.apache.hadoop.hdfs.server.blockmanagement.DatanodeStatistics
 
getStr() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.StringTableSection.Entry.Builder
optional string str = 2;
getStr() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.StringTableSection.Entry
optional string str = 2;
getStr() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.StringTableSection.EntryOrBuilder
optional string str = 2;
getStrBytes() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.StringTableSection.Entry.Builder
optional string str = 2;
getStrBytes() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.StringTableSection.Entry
optional string str = 2;
getStrBytes() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.StringTableSection.EntryOrBuilder
optional string str = 2;
getStreamingSocket() - Method in class org.apache.hadoop.hdfs.server.datanode.SecureDataNodeStarter.SecureResources
 
getStringMap() - Method in class org.apache.hadoop.hdfs.server.namenode.FSImageFormatProtobuf.SaverContext
 
getStringTable() - Method in class org.apache.hadoop.hdfs.server.namenode.FSImageFormatProtobuf.LoaderContext
 
getSubtreeStorageCount(StorageType) - Method in class org.apache.hadoop.hdfs.net.DFSTopologyNodeImpl
 
getSymlink() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INode.Builder
optional .hadoop.hdfs.fsimage.INodeSection.INodeSymlink symlink = 6;
getSymlink() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INode
optional .hadoop.hdfs.fsimage.INodeSection.INodeSymlink symlink = 6;
getSymlink() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeOrBuilder
optional .hadoop.hdfs.fsimage.INodeSection.INodeSymlink symlink = 6;
getSymlinkBuilder() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INode.Builder
optional .hadoop.hdfs.fsimage.INodeSection.INodeSymlink symlink = 6;
getSymlinkCount() - Method in class org.apache.hadoop.hdfs.server.namenode.ContentCounts
 
getSymlinkOrBuilder() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INode.Builder
optional .hadoop.hdfs.fsimage.INodeSection.INodeSymlink symlink = 6;
getSymlinkOrBuilder() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INode
optional .hadoop.hdfs.fsimage.INodeSection.INodeSymlink symlink = 6;
getSymlinkOrBuilder() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeOrBuilder
optional .hadoop.hdfs.fsimage.INodeSection.INodeSymlink symlink = 6;
getTarget() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeSymlink.Builder
optional bytes target = 2;
getTarget() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeSymlink
optional bytes target = 2;
getTarget() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeSymlinkOrBuilder
optional bytes target = 2;
getTargetIds(String) - Method in class org.apache.hadoop.hdfs.tools.DFSHAAdmin
returns the list of all namenode ids for the given configuration
getTargetLayoutVersion() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.CanRollBackRequestProto.Builder
required int32 targetLayoutVersion = 4;
getTargetLayoutVersion() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.CanRollBackRequestProto
required int32 targetLayoutVersion = 4;
getTargetLayoutVersion() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.CanRollBackRequestProtoOrBuilder
required int32 targetLayoutVersion = 4;
getThreads() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NamenodeBeanMetrics
 
getThreshold() - Method in class org.apache.hadoop.hdfs.server.diskbalancer.datamodel.DiskBalancerCluster
Returns the threshold value.
getTime() - Method in class org.apache.hadoop.hdfs.server.federation.store.driver.StateStoreDriver
Returns the current time synchronization from the underlying store.
getTimestamp() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetMountTableEntriesResponseProto.Builder
optional uint64 timestamp = 2;
getTimestamp() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetMountTableEntriesResponseProto
optional uint64 timestamp = 2;
getTimestamp() - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetMountTableEntriesResponseProtoOrBuilder
optional uint64 timestamp = 2;
getTimestamp() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationsResponseProto.Builder
optional uint64 timestamp = 1;
getTimestamp() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationsResponseProto
optional uint64 timestamp = 1;
getTimestamp() - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationsResponseProtoOrBuilder
optional uint64 timestamp = 1;
getTimeStamp() - Method in class org.apache.hadoop.hdfs.server.diskbalancer.planner.NodePlan
returns timestamp when this plan was created.
getTimestamp() - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.GetMountTableEntriesResponse
 
getTimestamp() - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.GetRouterRegistrationsResponse
 
getTimestamp() - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.GetMountTableEntriesResponsePBImpl
 
getTimestamp() - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.GetRouterRegistrationsResponsePBImpl
 
getTimestamp() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.QueryResult
The timetamp in driver time of this query.
getToDeleteList() - Method in class org.apache.hadoop.hdfs.server.namenode.INode.BlocksMapUpdateInfo
 
getTokenSequenceNumber() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.Builder
optional uint32 tokenSequenceNumber = 2;
getTokenSequenceNumber() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection
optional uint32 tokenSequenceNumber = 2;
getTokenSequenceNumber() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSectionOrBuilder
optional uint32 tokenSequenceNumber = 2;
getTolerancePercent() - Method in class org.apache.hadoop.hdfs.server.diskbalancer.planner.MoveStep
Tolerance Percentage indicates when a move operation is considered good enough.
getTolerancePercent() - Method in interface org.apache.hadoop.hdfs.server.diskbalancer.planner.Step
Returns tolerance percentage, the good enough value when we move data from one to disk to another.
getTopNodes() - Method in class org.apache.hadoop.hdfs.server.diskbalancer.command.Command
Get top number of nodes to be processed.
getTopUserOpCounts() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NamenodeBeanMetrics
 
getTopUsers() - Method in class org.apache.hadoop.hdfs.server.namenode.top.window.RollingWindowManager.Op
 
getTotal() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NamenodeBeanMetrics
 
getTotalBlocks() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NamenodeBeanMetrics
 
getTotalCapacity() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.FederationMetrics
 
getTotalCount() - Method in class org.apache.hadoop.hdfs.server.namenode.top.window.RollingWindowManager.Op
 
getTotalLoad() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NamenodeBeanMetrics
 
getTotalSpace() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipStatsRecordProto.Builder
optional uint64 totalSpace = 1;
getTotalSpace() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipStatsRecordProto
optional uint64 totalSpace = 1;
getTotalSpace() - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipStatsRecordProtoOrBuilder
optional uint64 totalSpace = 1;
getTotalSpace() - Method in class org.apache.hadoop.hdfs.server.federation.resolver.NamenodeStatusReport
Get the total space.
getTotalSpace() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MembershipStatsPBImpl
 
getTotalSpace() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MembershipStats
 
getTotalSyncCount() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NamenodeBeanMetrics
 
getTotalSyncTimes() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NamenodeBeanMetrics
 
getTransactionId(RpcController, NamenodeProtocolProtos.GetTransactionIdRequestProto) - Method in class org.apache.hadoop.hdfs.protocolPB.NamenodeProtocolServerSideTranslatorPB
 
getTransactionId() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.NameSystemSection.Builder
optional uint64 transactionId = 6;
getTransactionId() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.NameSystemSection
optional uint64 transactionId = 6;
getTransactionId() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.NameSystemSectionOrBuilder
optional uint64 transactionId = 6;
getTrashedElement() - Method in class org.apache.hadoop.hdfs.util.Diff.UndoInfo
 
getTriedJournalSyncerStartedwithnsId() - Method in class org.apache.hadoop.hdfs.qjournal.server.Journal
 
getTruncateBlock() - Method in class org.apache.hadoop.hdfs.server.blockmanagement.BlockUnderConstructionFeature
Get recover block
getTxid() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.StartLogSegmentRequestProto.Builder
required uint64 txid = 2;
getTxid() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.StartLogSegmentRequestProto
required uint64 txid = 2;
getTxid() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.StartLogSegmentRequestProtoOrBuilder
required uint64 txid = 2;
getType() - Method in class org.apache.hadoop.hdfs.server.blockmanagement.DatanodeDescriptor.CachedBlocksList
 
getType() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INode.Builder
required .hadoop.hdfs.fsimage.INodeSection.INode.Type type = 1;
getType() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INode
required .hadoop.hdfs.fsimage.INodeSection.INode.Type type = 1;
getType() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeOrBuilder
required .hadoop.hdfs.fsimage.INodeSection.INode.Type type = 1;
getType() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DiffEntry.Builder
required .hadoop.hdfs.fsimage.SnapshotDiffSection.DiffEntry.Type type = 1;
getType() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DiffEntry
required .hadoop.hdfs.fsimage.SnapshotDiffSection.DiffEntry.Type type = 1;
getType() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DiffEntryOrBuilder
required .hadoop.hdfs.fsimage.SnapshotDiffSection.DiffEntry.Type type = 1;
getTypeQuotas() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeDirectory.Builder
optional .hadoop.hdfs.fsimage.INodeSection.QuotaByStorageTypeFeatureProto typeQuotas = 7;
getTypeQuotas() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeDirectory
optional .hadoop.hdfs.fsimage.INodeSection.QuotaByStorageTypeFeatureProto typeQuotas = 7;
getTypeQuotas() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeDirectoryOrBuilder
optional .hadoop.hdfs.fsimage.INodeSection.QuotaByStorageTypeFeatureProto typeQuotas = 7;
getTypeQuotasBuilder() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeDirectory.Builder
optional .hadoop.hdfs.fsimage.INodeSection.QuotaByStorageTypeFeatureProto typeQuotas = 7;
getTypeQuotasOrBuilder() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeDirectory.Builder
optional .hadoop.hdfs.fsimage.INodeSection.QuotaByStorageTypeFeatureProto typeQuotas = 7;
getTypeQuotasOrBuilder() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeDirectory
optional .hadoop.hdfs.fsimage.INodeSection.QuotaByStorageTypeFeatureProto typeQuotas = 7;
getTypeQuotasOrBuilder() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeDirectoryOrBuilder
optional .hadoop.hdfs.fsimage.INodeSection.QuotaByStorageTypeFeatureProto typeQuotas = 7;
getTypes() - Method in class org.apache.hadoop.hdfs.server.federation.router.RemoteMethod
Get the calling types for this method.
getTypeSpace(StorageType) - Method in class org.apache.hadoop.hdfs.server.namenode.ContentCounts
 
getTypeSpaces() - Method in class org.apache.hadoop.hdfs.server.namenode.ContentCounts
 
getTypeSpaces() - Method in class org.apache.hadoop.hdfs.server.namenode.QuotaCounts
 
getUnderReplicatedBlocks() - Method in class org.apache.hadoop.hdfs.server.blockmanagement.DatanodeDescriptor.LeavingServiceStatus
 
getUnderReplicatedBlocks() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NamenodeBeanMetrics
Deprecated.
getUnderReplicatedInOpenFiles() - Method in class org.apache.hadoop.hdfs.server.blockmanagement.DatanodeDescriptor.LeavingServiceStatus
 
getUnknownFields() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.AddMountTableEntryRequestProto
 
getUnknownFields() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.AddMountTableEntryResponseProto
 
getUnknownFields() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.FederationNamespaceInfoProto
 
getUnknownFields() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetExpiredRegistrationsRequestProto
 
getUnknownFields() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetMountTableEntriesRequestProto
 
getUnknownFields() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetMountTableEntriesResponseProto
 
getUnknownFields() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamenodeRegistrationsRequestProto
 
getUnknownFields() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamenodeRegistrationsResponseProto
 
getUnknownFields() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamespaceInfoRequestProto
 
getUnknownFields() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamespaceInfoResponseProto
 
getUnknownFields() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationRequestProto
 
getUnknownFields() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationResponseProto
 
getUnknownFields() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationsRequestProto
 
getUnknownFields() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationsResponseProto
 
getUnknownFields() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.MountTableRecordProto
 
getUnknownFields() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeHeartbeatRequestProto
 
getUnknownFields() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeHeartbeatResponseProto
 
getUnknownFields() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProto
 
getUnknownFields() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipStatsRecordProto
 
getUnknownFields() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RemoteLocationProto
 
getUnknownFields() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RemoveMountTableEntryRequestProto
 
getUnknownFields() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RemoveMountTableEntryResponseProto
 
getUnknownFields() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterHeartbeatRequestProto
 
getUnknownFields() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterHeartbeatResponseProto
 
getUnknownFields() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterRecordProto
 
getUnknownFields() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.StateStoreVersionRecordProto
 
getUnknownFields() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateMountTableEntryRequestProto
 
getUnknownFields() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateMountTableEntryResponseProto
 
getUnknownFields() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateNamenodeRegistrationRequestProto
 
getUnknownFields() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateNamenodeRegistrationResponseProto
 
getUnknownFields() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.AcceptRecoveryRequestProto
 
getUnknownFields() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.AcceptRecoveryResponseProto
 
getUnknownFields() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.CanRollBackRequestProto
 
getUnknownFields() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.CanRollBackResponseProto
 
getUnknownFields() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DiscardSegmentsRequestProto
 
getUnknownFields() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DiscardSegmentsResponseProto
 
getUnknownFields() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoFinalizeRequestProto
 
getUnknownFields() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoFinalizeResponseProto
 
getUnknownFields() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoPreUpgradeRequestProto
 
getUnknownFields() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoPreUpgradeResponseProto
 
getUnknownFields() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoRollbackRequestProto
 
getUnknownFields() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoRollbackResponseProto
 
getUnknownFields() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoUpgradeRequestProto
 
getUnknownFields() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoUpgradeResponseProto
 
getUnknownFields() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FinalizeLogSegmentRequestProto
 
getUnknownFields() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FinalizeLogSegmentResponseProto
 
getUnknownFields() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FormatRequestProto
 
getUnknownFields() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FormatResponseProto
 
getUnknownFields() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetEditLogManifestRequestProto
 
getUnknownFields() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetEditLogManifestResponseProto
 
getUnknownFields() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalCTimeRequestProto
 
getUnknownFields() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalCTimeResponseProto
 
getUnknownFields() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalStateRequestProto
 
getUnknownFields() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalStateResponseProto
 
getUnknownFields() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.HeartbeatRequestProto
 
getUnknownFields() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.HeartbeatResponseProto
 
getUnknownFields() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.IsFormattedRequestProto
 
getUnknownFields() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.IsFormattedResponseProto
 
getUnknownFields() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalIdProto
 
getUnknownFields() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalRequestProto
 
getUnknownFields() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalResponseProto
 
getUnknownFields() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.NewEpochRequestProto
 
getUnknownFields() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.NewEpochResponseProto
 
getUnknownFields() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PersistedRecoveryPaxosData
 
getUnknownFields() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PrepareRecoveryRequestProto
 
getUnknownFields() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PrepareRecoveryResponseProto
 
getUnknownFields() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PurgeLogsRequestProto
 
getUnknownFields() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PurgeLogsResponseProto
 
getUnknownFields() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.RequestInfoProto
 
getUnknownFields() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.SegmentStateProto
 
getUnknownFields() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.StartLogSegmentRequestProto
 
getUnknownFields() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.StartLogSegmentResponseProto
 
getUnknownFields() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.CacheManagerSection
 
getUnknownFields() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.ErasureCodingSection
 
getUnknownFields() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FileSummary
 
getUnknownFields() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FileSummary.Section
 
getUnknownFields() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FilesUnderConstructionSection.FileUnderConstructionEntry
 
getUnknownFields() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FilesUnderConstructionSection
 
getUnknownFields() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeDirectorySection.DirEntry
 
getUnknownFields() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeDirectorySection
 
getUnknownFields() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeReferenceSection
 
getUnknownFields() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeReferenceSection.INodeReference
 
getUnknownFields() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.AclFeatureProto
 
getUnknownFields() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.FileUnderConstructionFeature
 
getUnknownFields() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection
 
getUnknownFields() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INode
 
getUnknownFields() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeDirectory
 
getUnknownFields() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeFile
 
getUnknownFields() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeSymlink
 
getUnknownFields() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.QuotaByStorageTypeEntryProto
 
getUnknownFields() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.QuotaByStorageTypeFeatureProto
 
getUnknownFields() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.XAttrCompactProto
 
getUnknownFields() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.XAttrFeatureProto
 
getUnknownFields() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.NameSystemSection
 
getUnknownFields() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.DelegationKey
 
getUnknownFields() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection
 
getUnknownFields() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.PersistToken
 
getUnknownFields() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.CreatedListEntry
 
getUnknownFields() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DiffEntry
 
getUnknownFields() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DirectoryDiff
 
getUnknownFields() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.FileDiff
 
getUnknownFields() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection
 
getUnknownFields() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotSection
 
getUnknownFields() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotSection.Snapshot
 
getUnknownFields() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.StringTableSection.Entry
 
getUnknownFields() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.StringTableSection
 
getUnknownFields() - Method in class org.apache.hadoop.hdfs.server.namenode.ha.proto.HAZKInfoProtos.ActiveNodeInfo
 
getUpdateMap() - Method in class org.apache.hadoop.hdfs.server.namenode.INode.QuotaDelta
 
getUpgradeDomain(DatanodeID) - Method in class org.apache.hadoop.hdfs.server.blockmanagement.CombinedHostFileManager
 
getUpgradeDomain(DatanodeID) - Method in class org.apache.hadoop.hdfs.server.blockmanagement.HostFileManager
 
getUsageStats(Configuration) - Method in interface org.apache.hadoop.hdfs.server.datanode.fsdataset.FsVolumeSpi
 
getUsageString() - Method in class org.apache.hadoop.hdfs.tools.DFSHAAdmin
 
getUsed() - Method in class org.apache.hadoop.hdfs.server.diskbalancer.datamodel.DiskBalancerVolume
Gets the dfsUsed Size.
getUsed() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NamenodeBeanMetrics
 
getUsedCapacity() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.FederationMetrics
 
getUsedRatio() - Method in class org.apache.hadoop.hdfs.server.diskbalancer.datamodel.DiskBalancerVolume
Get ratio between used space and capacity.
getUser() - Method in class org.apache.hadoop.hdfs.server.namenode.top.window.RollingWindowManager.User
 
getUserName() - Method in class org.apache.hadoop.hdfs.server.namenode.INodeAttributes.SnapshotCopy
 
getUserName(int) - Method in class org.apache.hadoop.hdfs.server.namenode.INodeReference
 
getUuid() - Method in class org.apache.hadoop.hdfs.server.diskbalancer.datamodel.DiskBalancerVolume
Gets the uuid for this volume.
getValue() - Method in enum org.apache.hadoop.hdfs.server.common.HdfsServerConstants.ReplicaState
 
getValue() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.XAttrCompactProto.Builder
optional bytes value = 2;
getValue() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.XAttrCompactProto
optional bytes value = 2;
getValue() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.XAttrCompactProtoOrBuilder
optional bytes value = 2;
getValue() - Method in class org.apache.hadoop.hdfs.util.XMLUtils.Stanza
 
getValue(String) - Method in class org.apache.hadoop.hdfs.util.XMLUtils.Stanza
Pull a string entry from a stanza.
getValue(HttpContext) - Method in class org.apache.hadoop.hdfs.web.resources.UserProvider
 
getValueDescriptor() - Method in enum org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.MountTableRecordProto.DestOrder
 
getValueDescriptor() - Method in enum org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INode.Type
 
getValueDescriptor() - Method in enum org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DiffEntry.Type
 
getValueOrNull(String) - Method in class org.apache.hadoop.hdfs.util.XMLUtils.Stanza
Pull a string entry from a stanza, or null.
getVersion() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterRecordProto.Builder
optional string version = 6;
getVersion() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterRecordProto
optional string version = 6;
getVersion() - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterRecordProtoOrBuilder
optional string version = 6;
getVersion() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.FederationMetrics
 
getVersion() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NamenodeBeanMetrics
 
getVersion() - Static method in class org.apache.hadoop.hdfs.server.federation.router.FederationUtil
Fetch the Hadoop version string for this jar.
getVersion() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.RouterStatePBImpl
 
getVersion() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.RouterState
 
getVersion() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.PersistToken.Builder
optional uint32 version = 1;
getVersion() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.PersistToken
optional uint32 version = 1;
getVersion() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.PersistTokenOrBuilder
optional uint32 version = 1;
getVersionBytes() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterRecordProto.Builder
optional string version = 6;
getVersionBytes() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterRecordProto
optional string version = 6;
getVersionBytes() - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterRecordProtoOrBuilder
optional string version = 6;
getVisibleLength() - Method in class org.apache.hadoop.hdfs.server.datanode.FinalizedReplica
 
getVisibleLength() - Method in class org.apache.hadoop.hdfs.server.datanode.LocalReplicaInPipeline
 
getVisibleLength() - Method in class org.apache.hadoop.hdfs.server.datanode.ReplicaBeingWritten
 
getVisibleLength() - Method in class org.apache.hadoop.hdfs.server.datanode.ReplicaUnderRecovery
 
getVisibleLength() - Method in class org.apache.hadoop.hdfs.server.datanode.ReplicaWaitingToBeRecovered
 
getVolume() - Method in interface org.apache.hadoop.hdfs.server.datanode.fsdataset.FsVolumeReference
Returns the underlying volume object.
getVolume() - Method in class org.apache.hadoop.hdfs.server.datanode.fsdataset.FsVolumeSpi.ScanInfo
Returns the volume that contains the block that this object describes.
getVolumeCount() - Method in class org.apache.hadoop.hdfs.server.diskbalancer.datamodel.DiskBalancerDataNode
Returns how many volumes are in the DataNode.
getVolumeCount() - Method in class org.apache.hadoop.hdfs.server.diskbalancer.datamodel.DiskBalancerVolumeSet
Returns the number of volumes in the Volume Set.
getVolumeDataDensity() - Method in class org.apache.hadoop.hdfs.server.diskbalancer.datamodel.DiskBalancerVolume
Get this volume Data Density Please see DiskBalancerVolumeSet#computeVolumeDataDensity to see how this is computed.
getVolumeFailuresTotal() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NamenodeBeanMetrics
 
getVolumeRef() - Method in class org.apache.hadoop.hdfs.server.datanode.fsdataset.ReplicaInputStreams
 
getVolumes() - Method in class org.apache.hadoop.hdfs.server.diskbalancer.datamodel.DiskBalancerVolumeSet
Returns a list diskVolumes that are part of this volume set.
getVolumeSetID() - Method in class org.apache.hadoop.hdfs.server.diskbalancer.planner.MoveStep
Gets a volume Set ID.
getVolumeSetID() - Method in interface org.apache.hadoop.hdfs.server.diskbalancer.planner.Step
Gets a volume Set ID.
getVolumeSetPlans() - Method in class org.apache.hadoop.hdfs.server.diskbalancer.planner.NodePlan
Returns a Map of VolumeSetIDs and volumeSetPlans.
getVolumeSets() - Method in class org.apache.hadoop.hdfs.server.diskbalancer.datamodel.DiskBalancerDataNode
Returns the Volume sets on this node.
getWebAddress() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProto.Builder
optional string webAddress = 9;
getWebAddress() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProto
optional string webAddress = 9;
getWebAddress() - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProtoOrBuilder
optional string webAddress = 9;
getWebAddress() - Method in interface org.apache.hadoop.hdfs.server.federation.resolver.FederationNamenodeContext
Get the HTTP server address of the namenode.
getWebAddress() - Method in class org.apache.hadoop.hdfs.server.federation.resolver.NamenodeStatusReport
Get the web address.
getWebAddress() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MembershipStatePBImpl
 
getWebAddress() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MembershipState
 
getWebAddressBytes() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProto.Builder
optional string webAddress = 9;
getWebAddressBytes() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProto
optional string webAddress = 9;
getWebAddressBytes() - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProtoOrBuilder
optional string webAddress = 9;
getWindowLenMs() - Method in class org.apache.hadoop.hdfs.server.namenode.top.window.RollingWindowManager.TopWindow
 
getWrappedStream() - Method in class org.apache.hadoop.hdfs.server.datanode.fsdataset.LengthInputStream
 
getWriteAvg() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.StateStoreMetrics
 
getWriteOps() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.StateStoreMetrics
 
getWriter(Class<T>, String) - Method in class org.apache.hadoop.hdfs.server.federation.store.driver.impl.StateStoreFileBaseImpl
Get the writer for the file system.
getWriter(Class<T>, String) - Method in class org.apache.hadoop.hdfs.server.federation.store.driver.impl.StateStoreFileImpl
 
getWriter(Class<T>, String) - Method in class org.apache.hadoop.hdfs.server.federation.store.driver.impl.StateStoreFileSystemImpl
 
getXAttrFeature() - Method in class org.apache.hadoop.hdfs.server.namenode.INodeAttributes.SnapshotCopy
 
getXAttrs(String, List<XAttr>) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
getXAttrs() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeDirectory.Builder
optional .hadoop.hdfs.fsimage.INodeSection.XAttrFeatureProto xAttrs = 6;
getXAttrs() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeDirectory
optional .hadoop.hdfs.fsimage.INodeSection.XAttrFeatureProto xAttrs = 6;
getXAttrs() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeDirectoryOrBuilder
optional .hadoop.hdfs.fsimage.INodeSection.XAttrFeatureProto xAttrs = 6;
getXAttrs() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeFile.Builder
optional .hadoop.hdfs.fsimage.INodeSection.XAttrFeatureProto xAttrs = 9;
getXAttrs() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeFile
optional .hadoop.hdfs.fsimage.INodeSection.XAttrFeatureProto xAttrs = 9;
getXAttrs() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeFileOrBuilder
optional .hadoop.hdfs.fsimage.INodeSection.XAttrFeatureProto xAttrs = 9;
getXAttrs(int) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.XAttrFeatureProto.Builder
repeated .hadoop.hdfs.fsimage.INodeSection.XAttrCompactProto xAttrs = 1;
getXAttrs(int) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.XAttrFeatureProto
repeated .hadoop.hdfs.fsimage.INodeSection.XAttrCompactProto xAttrs = 1;
getXAttrs(int) - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.XAttrFeatureProtoOrBuilder
repeated .hadoop.hdfs.fsimage.INodeSection.XAttrCompactProto xAttrs = 1;
getXAttrsBuilder() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeDirectory.Builder
optional .hadoop.hdfs.fsimage.INodeSection.XAttrFeatureProto xAttrs = 6;
getXAttrsBuilder() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeFile.Builder
optional .hadoop.hdfs.fsimage.INodeSection.XAttrFeatureProto xAttrs = 9;
getXAttrsBuilder(int) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.XAttrFeatureProto.Builder
repeated .hadoop.hdfs.fsimage.INodeSection.XAttrCompactProto xAttrs = 1;
getXAttrsBuilderList() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.XAttrFeatureProto.Builder
repeated .hadoop.hdfs.fsimage.INodeSection.XAttrCompactProto xAttrs = 1;
getXAttrsCount() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.XAttrFeatureProto.Builder
repeated .hadoop.hdfs.fsimage.INodeSection.XAttrCompactProto xAttrs = 1;
getXAttrsCount() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.XAttrFeatureProto
repeated .hadoop.hdfs.fsimage.INodeSection.XAttrCompactProto xAttrs = 1;
getXAttrsCount() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.XAttrFeatureProtoOrBuilder
repeated .hadoop.hdfs.fsimage.INodeSection.XAttrCompactProto xAttrs = 1;
getXAttrsList() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.XAttrFeatureProto.Builder
repeated .hadoop.hdfs.fsimage.INodeSection.XAttrCompactProto xAttrs = 1;
getXAttrsList() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.XAttrFeatureProto
repeated .hadoop.hdfs.fsimage.INodeSection.XAttrCompactProto xAttrs = 1;
getXAttrsList() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.XAttrFeatureProtoOrBuilder
repeated .hadoop.hdfs.fsimage.INodeSection.XAttrCompactProto xAttrs = 1;
getXAttrsOrBuilder() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeDirectory.Builder
optional .hadoop.hdfs.fsimage.INodeSection.XAttrFeatureProto xAttrs = 6;
getXAttrsOrBuilder() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeDirectory
optional .hadoop.hdfs.fsimage.INodeSection.XAttrFeatureProto xAttrs = 6;
getXAttrsOrBuilder() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeDirectoryOrBuilder
optional .hadoop.hdfs.fsimage.INodeSection.XAttrFeatureProto xAttrs = 6;
getXAttrsOrBuilder() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeFile.Builder
optional .hadoop.hdfs.fsimage.INodeSection.XAttrFeatureProto xAttrs = 9;
getXAttrsOrBuilder() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeFile
optional .hadoop.hdfs.fsimage.INodeSection.XAttrFeatureProto xAttrs = 9;
getXAttrsOrBuilder() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeFileOrBuilder
optional .hadoop.hdfs.fsimage.INodeSection.XAttrFeatureProto xAttrs = 9;
getXAttrsOrBuilder(int) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.XAttrFeatureProto.Builder
repeated .hadoop.hdfs.fsimage.INodeSection.XAttrCompactProto xAttrs = 1;
getXAttrsOrBuilder(int) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.XAttrFeatureProto
repeated .hadoop.hdfs.fsimage.INodeSection.XAttrCompactProto xAttrs = 1;
getXAttrsOrBuilder(int) - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.XAttrFeatureProtoOrBuilder
repeated .hadoop.hdfs.fsimage.INodeSection.XAttrCompactProto xAttrs = 1;
getXAttrsOrBuilderList() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.XAttrFeatureProto.Builder
repeated .hadoop.hdfs.fsimage.INodeSection.XAttrCompactProto xAttrs = 1;
getXAttrsOrBuilderList() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.XAttrFeatureProto
repeated .hadoop.hdfs.fsimage.INodeSection.XAttrCompactProto xAttrs = 1;
getXAttrsOrBuilderList() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.XAttrFeatureProtoOrBuilder
repeated .hadoop.hdfs.fsimage.INodeSection.XAttrCompactProto xAttrs = 1;
getXceiverCount() - Method in interface org.apache.hadoop.hdfs.server.blockmanagement.DatanodeStatistics
 
getZkfcPort() - Method in class org.apache.hadoop.hdfs.server.namenode.ha.proto.HAZKInfoProtos.ActiveNodeInfo.Builder
required int32 zkfcPort = 5;
getZkfcPort() - Method in class org.apache.hadoop.hdfs.server.namenode.ha.proto.HAZKInfoProtos.ActiveNodeInfo
required int32 zkfcPort = 5;
getZkfcPort() - Method in interface org.apache.hadoop.hdfs.server.namenode.ha.proto.HAZKInfoProtos.ActiveNodeInfoOrBuilder
required int32 zkfcPort = 5;
getZoneStatus(String) - Method in class org.apache.hadoop.hdfs.server.namenode.EncryptionZoneManager
 
GREEDY_PLANNER - Static variable in class org.apache.hadoop.hdfs.server.diskbalancer.planner.PlannerFactory
 
GreedyPlanner - Class in org.apache.hadoop.hdfs.server.diskbalancer.planner
Greedy Planner is a simple planner that computes the largest possible move at any point of time given a volumeSet.
GreedyPlanner(double, DiskBalancerDataNode) - Constructor for class org.apache.hadoop.hdfs.server.diskbalancer.planner.GreedyPlanner
Constructs a greedy planner.

H

handle(DomainSocket) - Method in class org.apache.hadoop.hdfs.server.datanode.ShortCircuitRegistry.RegisteredShm
 
handle(ChannelHandlerContext, HttpRequest) - Method in class org.apache.hadoop.hdfs.server.datanode.web.webhdfs.WebHdfsHandler
 
hasAcceptedInEpoch() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PersistedRecoveryPaxosData.Builder
required uint64 acceptedInEpoch = 2;
hasAcceptedInEpoch() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PersistedRecoveryPaxosData
required uint64 acceptedInEpoch = 2;
hasAcceptedInEpoch() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PersistedRecoveryPaxosDataOrBuilder
required uint64 acceptedInEpoch = 2;
hasAcceptedInEpoch() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PrepareRecoveryResponseProto.Builder
optional uint64 acceptedInEpoch = 2;
hasAcceptedInEpoch() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PrepareRecoveryResponseProto
optional uint64 acceptedInEpoch = 2;
hasAcceptedInEpoch() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PrepareRecoveryResponseProtoOrBuilder
optional uint64 acceptedInEpoch = 2;
hasAccessTime() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeFile.Builder
optional uint64 accessTime = 3;
hasAccessTime() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeFile
optional uint64 accessTime = 3;
hasAccessTime() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeFileOrBuilder
optional uint64 accessTime = 3;
hasAccessTime() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeSymlink.Builder
optional uint64 accessTime = 4;
hasAccessTime() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeSymlink
optional uint64 accessTime = 4;
hasAccessTime() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeSymlinkOrBuilder
optional uint64 accessTime = 4;
hasAcl() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeDirectory.Builder
optional .hadoop.hdfs.fsimage.INodeSection.AclFeatureProto acl = 5;
hasAcl() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeDirectory
optional .hadoop.hdfs.fsimage.INodeSection.AclFeatureProto acl = 5;
hasAcl() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeDirectoryOrBuilder
optional .hadoop.hdfs.fsimage.INodeSection.AclFeatureProto acl = 5;
hasAcl() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeFile.Builder
optional .hadoop.hdfs.fsimage.INodeSection.AclFeatureProto acl = 8;
hasAcl() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeFile
optional .hadoop.hdfs.fsimage.INodeSection.AclFeatureProto acl = 8;
hasAcl() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeFileOrBuilder
optional .hadoop.hdfs.fsimage.INodeSection.AclFeatureProto acl = 8;
hasAddress() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterRecordProto.Builder
optional string address = 3;
hasAddress() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterRecordProto
optional string address = 3;
hasAddress() - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterRecordProtoOrBuilder
optional string address = 3;
hasAvailableSpace() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipStatsRecordProto.Builder
optional uint64 availableSpace = 2;
hasAvailableSpace() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipStatsRecordProto
optional uint64 availableSpace = 2;
hasAvailableSpace() - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipStatsRecordProtoOrBuilder
optional uint64 availableSpace = 2;
hasBlockPoolId() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.FederationNamespaceInfoProto.Builder
optional string blockPoolId = 1;
hasBlockPoolId() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.FederationNamespaceInfoProto
optional string blockPoolId = 1;
hasBlockPoolId() - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.FederationNamespaceInfoProtoOrBuilder
optional string blockPoolId = 1;
hasBlockPoolId() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProto.Builder
optional string blockPoolId = 8;
hasBlockPoolId() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProto
optional string blockPoolId = 8;
hasBlockPoolId() - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProtoOrBuilder
optional string blockPoolId = 8;
hasBlockType() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeFile.Builder
optional .hadoop.hdfs.BlockTypeProto blockType = 11;
hasBlockType() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeFile
optional .hadoop.hdfs.BlockTypeProto blockType = 11;
hasBlockType() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeFileOrBuilder
optional .hadoop.hdfs.BlockTypeProto blockType = 11;
hasCanRollBack() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.CanRollBackResponseProto.Builder
required bool canRollBack = 1;
hasCanRollBack() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.CanRollBackResponseProto
required bool canRollBack = 1;
hasCanRollBack() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.CanRollBackResponseProtoOrBuilder
required bool canRollBack = 1;
hasChildren(String) - Method in class org.apache.hadoop.hdfs.util.XMLUtils.Stanza
Discover if a stanza has a given entry.
hasChildrenSize() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DirectoryDiff.Builder
optional uint32 childrenSize = 2;
hasChildrenSize() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DirectoryDiff
optional uint32 childrenSize = 2;
hasChildrenSize() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DirectoryDiffOrBuilder
optional uint32 childrenSize = 2;
hasClientMachine() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.FileUnderConstructionFeature.Builder
optional string clientMachine = 2;
hasClientMachine() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.FileUnderConstructionFeature
optional string clientMachine = 2;
hasClientMachine() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.FileUnderConstructionFeatureOrBuilder
optional string clientMachine = 2;
hasClientName() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.FileUnderConstructionFeature.Builder
optional string clientName = 1;
hasClientName() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.FileUnderConstructionFeature
optional string clientName = 1;
hasClientName() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.FileUnderConstructionFeatureOrBuilder
optional string clientName = 1;
hasClusterId() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.FederationNamespaceInfoProto.Builder
optional string clusterId = 2;
hasClusterId() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.FederationNamespaceInfoProto
optional string clusterId = 2;
hasClusterId() - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.FederationNamespaceInfoProtoOrBuilder
optional string clusterId = 2;
hasClusterId() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProto.Builder
optional string clusterId = 7;
hasClusterId() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProto
optional string clusterId = 7;
hasClusterId() - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProtoOrBuilder
optional string clusterId = 7;
hasCodec() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FileSummary.Builder
optional string codec = 3;
hasCodec() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FileSummary
optional string codec = 3;
hasCodec() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.FileSummaryOrBuilder
optional string codec = 3;
hasCommittedTxId() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.RequestInfoProto.Builder
optional uint64 committedTxId = 4;
hasCommittedTxId() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.RequestInfoProto
optional uint64 committedTxId = 4;
hasCommittedTxId() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.RequestInfoProtoOrBuilder
optional uint64 committedTxId = 4;
hasCompileInfo() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterRecordProto.Builder
optional string compileInfo = 7;
hasCompileInfo() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterRecordProto
optional string compileInfo = 7;
hasCompileInfo() - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterRecordProtoOrBuilder
optional string compileInfo = 7;
hasCreatedEncryptionZone() - Method in class org.apache.hadoop.hdfs.server.namenode.EncryptionZoneManager
 
hasCreatedListSize() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DirectoryDiff.Builder
optional uint32 createdListSize = 6;
hasCreatedListSize() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DirectoryDiff
optional uint32 createdListSize = 6;
hasCreatedListSize() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DirectoryDiffOrBuilder
optional uint32 createdListSize = 6;
hasCurrentId() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.Builder
optional uint32 currentId = 1;
hasCurrentId() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection
optional uint32 currentId = 1;
hasCurrentId() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSectionOrBuilder
optional uint32 currentId = 1;
hasDateCreated() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.MountTableRecordProto.Builder
optional uint64 dateCreated = 3;
hasDateCreated() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.MountTableRecordProto
optional uint64 dateCreated = 3;
hasDateCreated() - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.MountTableRecordProtoOrBuilder
optional uint64 dateCreated = 3;
hasDateCreated() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProto.Builder
optional uint64 dateCreated = 1;
hasDateCreated() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProto
optional uint64 dateCreated = 1;
hasDateCreated() - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProtoOrBuilder
optional uint64 dateCreated = 1;
hasDateCreated() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterRecordProto.Builder
optional uint64 dateCreated = 1;
hasDateCreated() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterRecordProto
optional uint64 dateCreated = 1;
hasDateCreated() - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterRecordProtoOrBuilder
optional uint64 dateCreated = 1;
hasDateModified() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.MountTableRecordProto.Builder
optional uint64 dateModified = 4;
hasDateModified() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.MountTableRecordProto
optional uint64 dateModified = 4;
hasDateModified() - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.MountTableRecordProtoOrBuilder
optional uint64 dateModified = 4;
hasDateModified() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProto.Builder
optional uint64 dateModified = 2;
hasDateModified() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProto
optional uint64 dateModified = 2;
hasDateModified() - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProtoOrBuilder
optional uint64 dateModified = 2;
hasDateModified() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterRecordProto.Builder
optional uint64 dateModified = 2;
hasDateModified() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterRecordProto
optional uint64 dateModified = 2;
hasDateModified() - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterRecordProtoOrBuilder
optional uint64 dateModified = 2;
hasDateStarted() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterRecordProto.Builder
optional uint64 dateStarted = 8;
hasDateStarted() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterRecordProto
optional uint64 dateStarted = 8;
hasDateStarted() - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterRecordProtoOrBuilder
optional uint64 dateStarted = 8;
hasDestOrder() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.MountTableRecordProto.Builder
optional .hadoop.hdfs.MountTableRecordProto.DestOrder destOrder = 6 [default = HASH];
hasDestOrder() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.MountTableRecordProto
optional .hadoop.hdfs.MountTableRecordProto.DestOrder destOrder = 6 [default = HASH];
hasDestOrder() - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.MountTableRecordProtoOrBuilder
optional .hadoop.hdfs.MountTableRecordProto.DestOrder destOrder = 6 [default = HASH];
hasDirectory() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INode.Builder
optional .hadoop.hdfs.fsimage.INodeSection.INodeDirectory directory = 5;
hasDirectory() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INode
optional .hadoop.hdfs.fsimage.INodeSection.INodeDirectory directory = 5;
hasDirectory() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeOrBuilder
optional .hadoop.hdfs.fsimage.INodeSection.INodeDirectory directory = 5;
hasDsQuota() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeDirectory.Builder
optional uint64 dsQuota = 3;
hasDsQuota() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeDirectory
optional uint64 dsQuota = 3;
hasDsQuota() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeDirectoryOrBuilder
optional uint64 dsQuota = 3;
hasDstSnapshotId() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeReferenceSection.INodeReference.Builder
optional uint32 dstSnapshotId = 3;
hasDstSnapshotId() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeReferenceSection.INodeReference
optional uint32 dstSnapshotId = 3;
hasDstSnapshotId() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeReferenceSection.INodeReferenceOrBuilder
optional uint32 dstSnapshotId = 3;
hasEndTxId() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FinalizeLogSegmentRequestProto.Builder
required uint64 endTxId = 3;
hasEndTxId() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FinalizeLogSegmentRequestProto
required uint64 endTxId = 3;
hasEndTxId() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FinalizeLogSegmentRequestProtoOrBuilder
required uint64 endTxId = 3;
hasEndTxId() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.SegmentStateProto.Builder
required uint64 endTxId = 2;
hasEndTxId() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.SegmentStateProto
required uint64 endTxId = 2;
hasEndTxId() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.SegmentStateProtoOrBuilder
required uint64 endTxId = 2;
hasEntry() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.AddMountTableEntryRequestProto.Builder
optional .hadoop.hdfs.MountTableRecordProto entry = 1;
hasEntry() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.AddMountTableEntryRequestProto
optional .hadoop.hdfs.MountTableRecordProto entry = 1;
hasEntry() - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.AddMountTableEntryRequestProtoOrBuilder
optional .hadoop.hdfs.MountTableRecordProto entry = 1;
hasEntry() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateMountTableEntryRequestProto.Builder
optional .hadoop.hdfs.MountTableRecordProto entry = 1;
hasEntry() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateMountTableEntryRequestProto
optional .hadoop.hdfs.MountTableRecordProto entry = 1;
hasEntry() - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateMountTableEntryRequestProtoOrBuilder
optional .hadoop.hdfs.MountTableRecordProto entry = 1;
hasEpoch() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.NewEpochRequestProto.Builder
required uint64 epoch = 3;
hasEpoch() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.NewEpochRequestProto
required uint64 epoch = 3;
hasEpoch() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.NewEpochRequestProtoOrBuilder
required uint64 epoch = 3;
hasEpoch() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.RequestInfoProto.Builder
required uint64 epoch = 2;
hasEpoch() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.RequestInfoProto
required uint64 epoch = 2;
hasEpoch() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.RequestInfoProtoOrBuilder
required uint64 epoch = 2;
hasErasureCodingPolicyID() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeFile.Builder
optional uint32 erasureCodingPolicyID = 12;
hasErasureCodingPolicyID() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeFile
optional uint32 erasureCodingPolicyID = 12;
hasErasureCodingPolicyID() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeFileOrBuilder
optional uint32 erasureCodingPolicyID = 12;
hasExpiryDate() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.DelegationKey.Builder
optional uint64 expiryDate = 2;
hasExpiryDate() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.DelegationKey
optional uint64 expiryDate = 2;
hasExpiryDate() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.DelegationKeyOrBuilder
optional uint64 expiryDate = 2;
hasExpiryDate() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.PersistToken.Builder
optional uint64 expiryDate = 9;
hasExpiryDate() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.PersistToken
optional uint64 expiryDate = 9;
hasExpiryDate() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.PersistTokenOrBuilder
optional uint64 expiryDate = 9;
hasFile() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INode.Builder
optional .hadoop.hdfs.fsimage.INodeSection.INodeFile file = 4;
hasFile() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INode
optional .hadoop.hdfs.fsimage.INodeSection.INodeFile file = 4;
hasFile() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeOrBuilder
optional .hadoop.hdfs.fsimage.INodeSection.INodeFile file = 4;
hasFileSize() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.FileDiff.Builder
optional uint64 fileSize = 2;
hasFileSize() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.FileDiff
optional uint64 fileSize = 2;
hasFileSize() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.FileDiffOrBuilder
optional uint64 fileSize = 2;
hasFileUC() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeFile.Builder
optional .hadoop.hdfs.fsimage.INodeSection.FileUnderConstructionFeature fileUC = 7;
hasFileUC() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeFile
optional .hadoop.hdfs.fsimage.INodeSection.FileUnderConstructionFeature fileUC = 7;
hasFileUC() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeFileOrBuilder
optional .hadoop.hdfs.fsimage.INodeSection.FileUnderConstructionFeature fileUC = 7;
hasFirstTxnId() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalRequestProto.Builder
required uint64 firstTxnId = 2;
hasFirstTxnId() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalRequestProto
required uint64 firstTxnId = 2;
hasFirstTxnId() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalRequestProtoOrBuilder
required uint64 firstTxnId = 2;
hasFromURL() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.AcceptRecoveryRequestProto.Builder
required string fromURL = 3;
hasFromURL() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.AcceptRecoveryRequestProto
required string fromURL = 3;
hasFromURL() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.AcceptRecoveryRequestProtoOrBuilder
required string fromURL = 3;
hasFromURL() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetEditLogManifestResponseProto.Builder
optional string fromURL = 3;
hasFromURL() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetEditLogManifestResponseProto
optional string fromURL = 3;
hasFromURL() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetEditLogManifestResponseProtoOrBuilder
optional string fromURL = 3;
hasFromURL() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalStateResponseProto.Builder
optional string fromURL = 3;
hasFromURL() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalStateResponseProto
optional string fromURL = 3;
hasFromURL() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalStateResponseProtoOrBuilder
optional string fromURL = 3;
hasFullPath() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FilesUnderConstructionSection.FileUnderConstructionEntry.Builder
optional string fullPath = 2;
hasFullPath() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FilesUnderConstructionSection.FileUnderConstructionEntry
optional string fullPath = 2;
hasFullPath() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.FilesUnderConstructionSection.FileUnderConstructionEntryOrBuilder
optional string fullPath = 2;
hasGenstampV1() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.NameSystemSection.Builder
optional uint64 genstampV1 = 2;
hasGenstampV1() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.NameSystemSection
optional uint64 genstampV1 = 2;
hasGenstampV1() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.NameSystemSectionOrBuilder
optional uint64 genstampV1 = 2;
hasGenstampV1Limit() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.NameSystemSection.Builder
optional uint64 genstampV1Limit = 4;
hasGenstampV1Limit() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.NameSystemSection
optional uint64 genstampV1Limit = 4;
hasGenstampV1Limit() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.NameSystemSectionOrBuilder
optional uint64 genstampV1Limit = 4;
hasGenstampV2() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.NameSystemSection.Builder
optional uint64 genstampV2 = 3;
hasGenstampV2() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.NameSystemSection
optional uint64 genstampV2 = 3;
hasGenstampV2() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.NameSystemSectionOrBuilder
optional uint64 genstampV2 = 3;
HASH_VALUE - Static variable in enum org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.MountTableRecordProto.DestOrder
HASH = 0;
hashCode() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.AddMountTableEntryRequestProto
 
hashCode() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.AddMountTableEntryResponseProto
 
hashCode() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.FederationNamespaceInfoProto
 
hashCode() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetExpiredRegistrationsRequestProto
 
hashCode() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetMountTableEntriesRequestProto
 
hashCode() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetMountTableEntriesResponseProto
 
hashCode() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamenodeRegistrationsRequestProto
 
hashCode() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamenodeRegistrationsResponseProto
 
hashCode() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamespaceInfoRequestProto
 
hashCode() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamespaceInfoResponseProto
 
hashCode() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationRequestProto
 
hashCode() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationResponseProto
 
hashCode() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationsRequestProto
 
hashCode() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationsResponseProto
 
hashCode() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.MountTableRecordProto
 
hashCode() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeHeartbeatRequestProto
 
hashCode() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeHeartbeatResponseProto
 
hashCode() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProto
 
hashCode() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipStatsRecordProto
 
hashCode() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RemoteLocationProto
 
hashCode() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RemoveMountTableEntryRequestProto
 
hashCode() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RemoveMountTableEntryResponseProto
 
hashCode() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterHeartbeatRequestProto
 
hashCode() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterHeartbeatResponseProto
 
hashCode() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterRecordProto
 
hashCode() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.StateStoreVersionRecordProto
 
hashCode() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateMountTableEntryRequestProto
 
hashCode() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateMountTableEntryResponseProto
 
hashCode() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateNamenodeRegistrationRequestProto
 
hashCode() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateNamenodeRegistrationResponseProto
 
hashCode() - Method in class org.apache.hadoop.hdfs.net.DFSTopologyNodeImpl
 
hashCode() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.AcceptRecoveryRequestProto
 
hashCode() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.AcceptRecoveryResponseProto
 
hashCode() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.CanRollBackRequestProto
 
hashCode() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.CanRollBackResponseProto
 
hashCode() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DiscardSegmentsRequestProto
 
hashCode() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DiscardSegmentsResponseProto
 
hashCode() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoFinalizeRequestProto
 
hashCode() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoFinalizeResponseProto
 
hashCode() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoPreUpgradeRequestProto
 
hashCode() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoPreUpgradeResponseProto
 
hashCode() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoRollbackRequestProto
 
hashCode() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoRollbackResponseProto
 
hashCode() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoUpgradeRequestProto
 
hashCode() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoUpgradeResponseProto
 
hashCode() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FinalizeLogSegmentRequestProto
 
hashCode() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FinalizeLogSegmentResponseProto
 
hashCode() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FormatRequestProto
 
hashCode() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FormatResponseProto
 
hashCode() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetEditLogManifestRequestProto
 
hashCode() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetEditLogManifestResponseProto
 
hashCode() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalCTimeRequestProto
 
hashCode() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalCTimeResponseProto
 
hashCode() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalStateRequestProto
 
hashCode() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalStateResponseProto
 
hashCode() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.HeartbeatRequestProto
 
hashCode() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.HeartbeatResponseProto
 
hashCode() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.IsFormattedRequestProto
 
hashCode() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.IsFormattedResponseProto
 
hashCode() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalIdProto
 
hashCode() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalRequestProto
 
hashCode() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalResponseProto
 
hashCode() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.NewEpochRequestProto
 
hashCode() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.NewEpochResponseProto
 
hashCode() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PersistedRecoveryPaxosData
 
hashCode() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PrepareRecoveryRequestProto
 
hashCode() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PrepareRecoveryResponseProto
 
hashCode() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PurgeLogsRequestProto
 
hashCode() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PurgeLogsResponseProto
 
hashCode() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.RequestInfoProto
 
hashCode() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.SegmentStateProto
 
hashCode() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.StartLogSegmentRequestProto
 
hashCode() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.StartLogSegmentResponseProto
 
hashCode() - Method in class org.apache.hadoop.hdfs.server.balancer.Dispatcher.DDatanode.StorageGroup
 
hashCode() - Method in class org.apache.hadoop.hdfs.server.balancer.Dispatcher.Source
 
hashCode() - Method in class org.apache.hadoop.hdfs.server.blockmanagement.DatanodeStorageInfo
 
hashCode() - Method in class org.apache.hadoop.hdfs.server.datanode.DiskBalancer.VolumePair
 
hashCode() - Method in class org.apache.hadoop.hdfs.server.datanode.ErrorReportAction
 
hashCode() - Method in class org.apache.hadoop.hdfs.server.datanode.FinalizedReplica
 
hashCode() - Method in class org.apache.hadoop.hdfs.server.datanode.fsdataset.FsVolumeSpi.ScanInfo
 
hashCode() - Method in class org.apache.hadoop.hdfs.server.datanode.LocalReplicaInPipeline
 
hashCode() - Method in class org.apache.hadoop.hdfs.server.datanode.ReplicaBeingWritten
 
hashCode() - Method in class org.apache.hadoop.hdfs.server.datanode.ReplicaUnderRecovery
 
hashCode() - Method in class org.apache.hadoop.hdfs.server.datanode.ReplicaWaitingToBeRecovered
 
hashCode() - Method in class org.apache.hadoop.hdfs.server.datanode.ReportBadBlockAction
 
hashCode() - Method in class org.apache.hadoop.hdfs.server.diskbalancer.datamodel.DiskBalancerDataNode
Returns a hash code value for the object.
hashCode() - Method in class org.apache.hadoop.hdfs.server.diskbalancer.datamodel.DiskBalancerVolume
Computes hash code for a diskBalancerVolume.
hashCode() - Method in class org.apache.hadoop.hdfs.server.federation.router.RemoteLocationContext
 
hashCode() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.BaseRecord
Override hash code to use primary key(s) for comparison.
hashCode() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MountTable
 
hashCode() - Method in class org.apache.hadoop.hdfs.server.namenode.ha.RemoteNameNodeInfo
 
hashCode() - Method in class org.apache.hadoop.hdfs.server.namenode.QuotaByStorageTypeEntry
 
hashCode() - Method in class org.apache.hadoop.hdfs.server.namenode.QuotaCounts
 
hashCode() - Method in class org.apache.hadoop.hdfs.server.protocol.ReceivedDeletedBlockInfo
 
hashCode() - Method in class org.apache.hadoop.hdfs.server.protocol.RemoteEditLog
 
hashCode() - Method in class org.apache.hadoop.hdfs.util.EnumCounters
 
hashCode() - Method in class org.apache.hadoop.hdfs.util.EnumDoubles
 
hasHostname() - Method in class org.apache.hadoop.hdfs.server.namenode.ha.proto.HAZKInfoProtos.ActiveNodeInfo.Builder
required string hostname = 3;
hasHostname() - Method in class org.apache.hadoop.hdfs.server.namenode.ha.proto.HAZKInfoProtos.ActiveNodeInfo
required string hostname = 3;
hasHostname() - Method in interface org.apache.hadoop.hdfs.server.namenode.ha.proto.HAZKInfoProtos.ActiveNodeInfoOrBuilder
required string hostname = 3;
hasHttpPort() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetEditLogManifestResponseProto.Builder
required uint32 httpPort = 2;
hasHttpPort() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetEditLogManifestResponseProto
required uint32 httpPort = 2;
hasHttpPort() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetEditLogManifestResponseProtoOrBuilder
required uint32 httpPort = 2;
hasHttpPort() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalStateResponseProto.Builder
required uint32 httpPort = 2;
hasHttpPort() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalStateResponseProto
required uint32 httpPort = 2;
hasHttpPort() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalStateResponseProtoOrBuilder
required uint32 httpPort = 2;
hasId() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INode.Builder
required uint64 id = 2;
hasId() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INode
required uint64 id = 2;
hasId() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeOrBuilder
required uint64 id = 2;
hasId() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.DelegationKey.Builder
optional uint32 id = 1;
hasId() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.DelegationKey
optional uint32 id = 1;
hasId() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.DelegationKeyOrBuilder
optional uint32 id = 1;
hasId() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.StringTableSection.Entry.Builder
optional uint32 id = 1;
hasId() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.StringTableSection.Entry
optional uint32 id = 1;
hasId() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.StringTableSection.EntryOrBuilder
optional uint32 id = 1;
hasIdentifier() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalIdProto.Builder
required string identifier = 1;
hasIdentifier() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalIdProto
required string identifier = 1;
hasIdentifier() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalIdProtoOrBuilder
required string identifier = 1;
hasInodeId() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FilesUnderConstructionSection.FileUnderConstructionEntry.Builder
optional uint64 inodeId = 1;
hasInodeId() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FilesUnderConstructionSection.FileUnderConstructionEntry
optional uint64 inodeId = 1;
hasInodeId() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.FilesUnderConstructionSection.FileUnderConstructionEntryOrBuilder
optional uint64 inodeId = 1;
hasInodeId() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DiffEntry.Builder
optional uint64 inodeId = 2;
hasInodeId() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DiffEntry
optional uint64 inodeId = 2;
hasInodeId() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DiffEntryOrBuilder
optional uint64 inodeId = 2;
hasInProgressOk() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetEditLogManifestRequestProto.Builder
optional bool inProgressOk = 4 [default = false];
hasInProgressOk() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetEditLogManifestRequestProto
optional bool inProgressOk = 4 [default = false];
hasInProgressOk() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetEditLogManifestRequestProtoOrBuilder
optional bool inProgressOk = 4 [default = false];
hasIpcSerialNumber() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.RequestInfoProto.Builder
required uint64 ipcSerialNumber = 3;
hasIpcSerialNumber() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.RequestInfoProto
required uint64 ipcSerialNumber = 3;
hasIpcSerialNumber() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.RequestInfoProtoOrBuilder
required uint64 ipcSerialNumber = 3;
hasIsFormatted() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.IsFormattedResponseProto.Builder
required bool isFormatted = 1;
hasIsFormatted() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.IsFormattedResponseProto
required bool isFormatted = 1;
hasIsFormatted() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.IsFormattedResponseProtoOrBuilder
required bool isFormatted = 1;
hasIsInProgress() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.SegmentStateProto.Builder
required bool isInProgress = 3;
hasIsInProgress() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.SegmentStateProto
required bool isInProgress = 3;
hasIsInProgress() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.SegmentStateProtoOrBuilder
required bool isInProgress = 3;
hasIsSafeMode() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProto.Builder
optional bool isSafeMode = 14;
hasIsSafeMode() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProto
optional bool isSafeMode = 14;
hasIsSafeMode() - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProtoOrBuilder
optional bool isSafeMode = 14;
hasIsSnapshotRoot() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DirectoryDiff.Builder
optional bool isSnapshotRoot = 3;
hasIsSnapshotRoot() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DirectoryDiff
optional bool isSnapshotRoot = 3;
hasIsSnapshotRoot() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DirectoryDiffOrBuilder
optional bool isSnapshotRoot = 3;
hasIssueDate() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.PersistToken.Builder
optional uint64 issueDate = 5;
hasIssueDate() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.PersistToken
optional uint64 issueDate = 5;
hasIssueDate() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.PersistTokenOrBuilder
optional uint64 issueDate = 5;
hasJid() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.CanRollBackRequestProto.Builder
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
hasJid() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.CanRollBackRequestProto
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
hasJid() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.CanRollBackRequestProtoOrBuilder
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
hasJid() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DiscardSegmentsRequestProto.Builder
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
hasJid() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DiscardSegmentsRequestProto
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
hasJid() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DiscardSegmentsRequestProtoOrBuilder
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
hasJid() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoFinalizeRequestProto.Builder
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
hasJid() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoFinalizeRequestProto
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
hasJid() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoFinalizeRequestProtoOrBuilder
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
hasJid() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoPreUpgradeRequestProto.Builder
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
hasJid() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoPreUpgradeRequestProto
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
hasJid() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoPreUpgradeRequestProtoOrBuilder
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
hasJid() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoRollbackRequestProto.Builder
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
hasJid() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoRollbackRequestProto
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
hasJid() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoRollbackRequestProtoOrBuilder
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
hasJid() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoUpgradeRequestProto.Builder
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
hasJid() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoUpgradeRequestProto
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
hasJid() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoUpgradeRequestProtoOrBuilder
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
hasJid() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FormatRequestProto.Builder
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
hasJid() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FormatRequestProto
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
hasJid() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FormatRequestProtoOrBuilder
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
hasJid() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetEditLogManifestRequestProto.Builder
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
hasJid() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetEditLogManifestRequestProto
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
hasJid() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetEditLogManifestRequestProtoOrBuilder
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
hasJid() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalCTimeRequestProto.Builder
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
hasJid() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalCTimeRequestProto
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
hasJid() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalCTimeRequestProtoOrBuilder
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
hasJid() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalStateRequestProto.Builder
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
hasJid() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalStateRequestProto
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
hasJid() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalStateRequestProtoOrBuilder
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
hasJid() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.IsFormattedRequestProto.Builder
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
hasJid() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.IsFormattedRequestProto
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
hasJid() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.IsFormattedRequestProtoOrBuilder
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
hasJid() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.NewEpochRequestProto.Builder
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
hasJid() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.NewEpochRequestProto
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
hasJid() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.NewEpochRequestProtoOrBuilder
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
hasJournalId() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.RequestInfoProto.Builder
required .hadoop.hdfs.qjournal.JournalIdProto journalId = 1;
hasJournalId() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.RequestInfoProto
required .hadoop.hdfs.qjournal.JournalIdProto journalId = 1;
hasJournalId() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.RequestInfoProtoOrBuilder
required .hadoop.hdfs.qjournal.JournalIdProto journalId = 1;
hasKey() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.DelegationKey.Builder
optional bytes key = 3;
hasKey() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.DelegationKey
optional bytes key = 3;
hasKey() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.DelegationKeyOrBuilder
optional bytes key = 3;
hasLastAllocatedBlockId() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.NameSystemSection.Builder
optional uint64 lastAllocatedBlockId = 5;
hasLastAllocatedBlockId() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.NameSystemSection
optional uint64 lastAllocatedBlockId = 5;
hasLastAllocatedBlockId() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.NameSystemSectionOrBuilder
optional uint64 lastAllocatedBlockId = 5;
hasLastAllocatedStripedBlockId() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.NameSystemSection.Builder
optional uint64 lastAllocatedStripedBlockId = 8;
hasLastAllocatedStripedBlockId() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.NameSystemSection
optional uint64 lastAllocatedStripedBlockId = 8;
hasLastAllocatedStripedBlockId() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.NameSystemSectionOrBuilder
optional uint64 lastAllocatedStripedBlockId = 8;
hasLastCommittedTxId() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PrepareRecoveryResponseProto.Builder
optional uint64 lastCommittedTxId = 4;
hasLastCommittedTxId() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PrepareRecoveryResponseProto
optional uint64 lastCommittedTxId = 4;
hasLastCommittedTxId() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PrepareRecoveryResponseProtoOrBuilder
optional uint64 lastCommittedTxId = 4;
hasLastContact() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProto.Builder
optional uint64 lastContact = 3;
hasLastContact() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProto
optional uint64 lastContact = 3;
hasLastContact() - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProtoOrBuilder
optional uint64 lastContact = 3;
hasLastInodeId() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.Builder
optional uint64 lastInodeId = 1;
hasLastInodeId() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection
optional uint64 lastInodeId = 1;
hasLastInodeId() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSectionOrBuilder
optional uint64 lastInodeId = 1;
hasLastPromisedEpoch() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalStateResponseProto.Builder
required uint64 lastPromisedEpoch = 1;
hasLastPromisedEpoch() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalStateResponseProto
required uint64 lastPromisedEpoch = 1;
hasLastPromisedEpoch() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalStateResponseProtoOrBuilder
required uint64 lastPromisedEpoch = 1;
hasLastSegmentTxId() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.NewEpochResponseProto.Builder
optional uint64 lastSegmentTxId = 1;
hasLastSegmentTxId() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.NewEpochResponseProto
optional uint64 lastSegmentTxId = 1;
hasLastSegmentTxId() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.NewEpochResponseProtoOrBuilder
optional uint64 lastSegmentTxId = 1;
hasLastSnapshotId() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeReferenceSection.INodeReference.Builder
optional uint32 lastSnapshotId = 4;
hasLastSnapshotId() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeReferenceSection.INodeReference
optional uint32 lastSnapshotId = 4;
hasLastSnapshotId() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeReferenceSection.INodeReferenceOrBuilder
optional uint32 lastSnapshotId = 4;
hasLastWriterEpoch() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PrepareRecoveryResponseProto.Builder
required uint64 lastWriterEpoch = 3;
hasLastWriterEpoch() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PrepareRecoveryResponseProto
required uint64 lastWriterEpoch = 3;
hasLastWriterEpoch() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PrepareRecoveryResponseProtoOrBuilder
required uint64 lastWriterEpoch = 3;
hasLayoutVersion() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.StartLogSegmentRequestProto.Builder
optional sint32 layoutVersion = 3;
hasLayoutVersion() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.StartLogSegmentRequestProto
optional sint32 layoutVersion = 3;
hasLayoutVersion() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.StartLogSegmentRequestProtoOrBuilder
optional sint32 layoutVersion = 3;
hasLayoutVersion() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FileSummary.Builder
required uint32 layoutVersion = 2;
hasLayoutVersion() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FileSummary
required uint32 layoutVersion = 2;
hasLayoutVersion() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.FileSummaryOrBuilder
required uint32 layoutVersion = 2;
hasLength() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FileSummary.Section.Builder
optional uint64 length = 2;
hasLength() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FileSummary.Section
optional uint64 length = 2;
hasLength() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.FileSummary.SectionOrBuilder
optional uint64 length = 2;
hasLifelineAddress() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProto.Builder
optional string lifelineAddress = 12;
hasLifelineAddress() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProto
optional string lifelineAddress = 12;
hasLifelineAddress() - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProtoOrBuilder
optional string lifelineAddress = 12;
hasManifest() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetEditLogManifestResponseProto.Builder
required .hadoop.hdfs.RemoteEditLogManifestProto manifest = 1;
hasManifest() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetEditLogManifestResponseProto
required .hadoop.hdfs.RemoteEditLogManifestProto manifest = 1;
hasManifest() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetEditLogManifestResponseProtoOrBuilder
required .hadoop.hdfs.RemoteEditLogManifestProto manifest = 1;
hasMasterKeyId() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.PersistToken.Builder
optional uint32 masterKeyId = 8;
hasMasterKeyId() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.PersistToken
optional uint32 masterKeyId = 8;
hasMasterKeyId() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.PersistTokenOrBuilder
optional uint32 masterKeyId = 8;
hasMaxDate() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.PersistToken.Builder
optional uint64 maxDate = 6;
hasMaxDate() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.PersistToken
optional uint64 maxDate = 6;
hasMaxDate() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.PersistTokenOrBuilder
optional uint64 maxDate = 6;
hasMembership() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamenodeRegistrationsRequestProto.Builder
optional .hadoop.hdfs.NamenodeMembershipRecordProto membership = 1;
hasMembership() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamenodeRegistrationsRequestProto
optional .hadoop.hdfs.NamenodeMembershipRecordProto membership = 1;
hasMembership() - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamenodeRegistrationsRequestProtoOrBuilder
optional .hadoop.hdfs.NamenodeMembershipRecordProto membership = 1;
hasMembershipVersion() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.StateStoreVersionRecordProto.Builder
optional uint64 membershipVersion = 1;
hasMembershipVersion() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.StateStoreVersionRecordProto
optional uint64 membershipVersion = 1;
hasMembershipVersion() - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.StateStoreVersionRecordProtoOrBuilder
optional uint64 membershipVersion = 1;
hasMinTxIdToKeep() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PurgeLogsRequestProto.Builder
required uint64 minTxIdToKeep = 2;
hasMinTxIdToKeep() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PurgeLogsRequestProto
required uint64 minTxIdToKeep = 2;
hasMinTxIdToKeep() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PurgeLogsRequestProtoOrBuilder
required uint64 minTxIdToKeep = 2;
hasModificationTime() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeDirectory.Builder
optional uint64 modificationTime = 1;
hasModificationTime() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeDirectory
optional uint64 modificationTime = 1;
hasModificationTime() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeDirectoryOrBuilder
optional uint64 modificationTime = 1;
hasModificationTime() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeFile.Builder
optional uint64 modificationTime = 2;
hasModificationTime() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeFile
optional uint64 modificationTime = 2;
hasModificationTime() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeFileOrBuilder
optional uint64 modificationTime = 2;
hasModificationTime() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeSymlink.Builder
optional uint64 modificationTime = 3;
hasModificationTime() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeSymlink
optional uint64 modificationTime = 3;
hasModificationTime() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeSymlinkOrBuilder
optional uint64 modificationTime = 3;
hasMountTableVersion() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.StateStoreVersionRecordProto.Builder
optional uint64 mountTableVersion = 2;
hasMountTableVersion() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.StateStoreVersionRecordProto
optional uint64 mountTableVersion = 2;
hasMountTableVersion() - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.StateStoreVersionRecordProtoOrBuilder
optional uint64 mountTableVersion = 2;
hasMultipleDestinations() - Method in class org.apache.hadoop.hdfs.server.federation.resolver.PathLocation
Check if this location supports multiple clusters/paths.
hasName() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FileSummary.Section.Builder
optional string name = 1;
hasName() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FileSummary.Section
optional string name = 1;
hasName() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.FileSummary.SectionOrBuilder
optional string name = 1;
hasName() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeReferenceSection.INodeReference.Builder
optional bytes name = 2;
hasName() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeReferenceSection.INodeReference
optional bytes name = 2;
hasName() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeReferenceSection.INodeReferenceOrBuilder
optional bytes name = 2;
hasName() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INode.Builder
optional bytes name = 3;
hasName() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INode
optional bytes name = 3;
hasName() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeOrBuilder
optional bytes name = 3;
hasName() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.XAttrCompactProto.Builder
required fixed32 name = 1;
hasName() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.XAttrCompactProto
required fixed32 name = 1;
hasName() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.XAttrCompactProtoOrBuilder
required fixed32 name = 1;
hasName() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.CreatedListEntry.Builder
optional bytes name = 1;
hasName() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.CreatedListEntry
optional bytes name = 1;
hasName() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.CreatedListEntryOrBuilder
optional bytes name = 1;
hasName() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DirectoryDiff.Builder
optional bytes name = 4;
hasName() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DirectoryDiff
optional bytes name = 4;
hasName() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DirectoryDiffOrBuilder
optional bytes name = 4;
hasName() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.FileDiff.Builder
optional bytes name = 3;
hasName() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.FileDiff
optional bytes name = 3;
hasName() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.FileDiffOrBuilder
optional bytes name = 3;
hasNamenodeId() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProto.Builder
optional string namenodeId = 6;
hasNamenodeId() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProto
optional string namenodeId = 6;
hasNamenodeId() - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProtoOrBuilder
optional string namenodeId = 6;
hasNamenodeId() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateNamenodeRegistrationRequestProto.Builder
optional string namenodeId = 2;
hasNamenodeId() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateNamenodeRegistrationRequestProto
optional string namenodeId = 2;
hasNamenodeId() - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateNamenodeRegistrationRequestProtoOrBuilder
optional string namenodeId = 2;
hasNamenodeId() - Method in class org.apache.hadoop.hdfs.server.namenode.ha.proto.HAZKInfoProtos.ActiveNodeInfo.Builder
required string namenodeId = 2;
hasNamenodeId() - Method in class org.apache.hadoop.hdfs.server.namenode.ha.proto.HAZKInfoProtos.ActiveNodeInfo
required string namenodeId = 2;
hasNamenodeId() - Method in interface org.apache.hadoop.hdfs.server.namenode.ha.proto.HAZKInfoProtos.ActiveNodeInfoOrBuilder
required string namenodeId = 2;
hasNamenodeMembership() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeHeartbeatRequestProto.Builder
optional .hadoop.hdfs.NamenodeMembershipRecordProto namenodeMembership = 1;
hasNamenodeMembership() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeHeartbeatRequestProto
optional .hadoop.hdfs.NamenodeMembershipRecordProto namenodeMembership = 1;
hasNamenodeMembership() - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeHeartbeatRequestProtoOrBuilder
optional .hadoop.hdfs.NamenodeMembershipRecordProto namenodeMembership = 1;
hasNameserviceId() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.FederationNamespaceInfoProto.Builder
optional string nameserviceId = 3;
hasNameserviceId() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.FederationNamespaceInfoProto
optional string nameserviceId = 3;
hasNameserviceId() - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.FederationNamespaceInfoProtoOrBuilder
optional string nameserviceId = 3;
hasNameserviceId() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProto.Builder
optional string nameserviceId = 5;
hasNameserviceId() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProto
optional string nameserviceId = 5;
hasNameserviceId() - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProtoOrBuilder
optional string nameserviceId = 5;
hasNameserviceId() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RemoteLocationProto.Builder
optional string nameserviceId = 1;
hasNameserviceId() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RemoteLocationProto
optional string nameserviceId = 1;
hasNameserviceId() - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RemoteLocationProtoOrBuilder
optional string nameserviceId = 1;
hasNameserviceId() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateNamenodeRegistrationRequestProto.Builder
optional string nameserviceId = 1;
hasNameserviceId() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateNamenodeRegistrationRequestProto
optional string nameserviceId = 1;
hasNameserviceId() - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateNamenodeRegistrationRequestProtoOrBuilder
optional string nameserviceId = 1;
hasNameServiceId() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.CanRollBackRequestProto.Builder
optional string nameServiceId = 5;
hasNameServiceId() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.CanRollBackRequestProto
optional string nameServiceId = 5;
hasNameServiceId() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.CanRollBackRequestProtoOrBuilder
optional string nameServiceId = 5;
hasNameServiceId() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DiscardSegmentsRequestProto.Builder
optional string nameServiceId = 3;
hasNameServiceId() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DiscardSegmentsRequestProto
optional string nameServiceId = 3;
hasNameServiceId() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DiscardSegmentsRequestProtoOrBuilder
optional string nameServiceId = 3;
hasNameServiceId() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoFinalizeRequestProto.Builder
optional string nameServiceId = 2;
hasNameServiceId() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoFinalizeRequestProto
optional string nameServiceId = 2;
hasNameServiceId() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoFinalizeRequestProtoOrBuilder
optional string nameServiceId = 2;
hasNameserviceId() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoRollbackRequestProto.Builder
optional string nameserviceId = 2;
hasNameserviceId() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoRollbackRequestProto
optional string nameserviceId = 2;
hasNameserviceId() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoRollbackRequestProtoOrBuilder
optional string nameserviceId = 2;
hasNameServiceId() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FormatRequestProto.Builder
optional string nameServiceId = 3;
hasNameServiceId() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FormatRequestProto
optional string nameServiceId = 3;
hasNameServiceId() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FormatRequestProtoOrBuilder
optional string nameServiceId = 3;
hasNameServiceId() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetEditLogManifestRequestProto.Builder
optional string nameServiceId = 5;
hasNameServiceId() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetEditLogManifestRequestProto
optional string nameServiceId = 5;
hasNameServiceId() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetEditLogManifestRequestProtoOrBuilder
optional string nameServiceId = 5;
hasNameServiceId() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalCTimeRequestProto.Builder
optional string nameServiceId = 2;
hasNameServiceId() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalCTimeRequestProto
optional string nameServiceId = 2;
hasNameServiceId() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalCTimeRequestProtoOrBuilder
optional string nameServiceId = 2;
hasNameServiceId() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalStateRequestProto.Builder
optional string nameServiceId = 2;
hasNameServiceId() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalStateRequestProto
optional string nameServiceId = 2;
hasNameServiceId() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalStateRequestProtoOrBuilder
optional string nameServiceId = 2;
hasNameServiceId() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.IsFormattedRequestProto.Builder
optional string nameServiceId = 2;
hasNameServiceId() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.IsFormattedRequestProto
optional string nameServiceId = 2;
hasNameServiceId() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.IsFormattedRequestProtoOrBuilder
optional string nameServiceId = 2;
hasNameServiceId() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalRequestProto.Builder
optional string nameServiceId = 6;
hasNameServiceId() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalRequestProto
optional string nameServiceId = 6;
hasNameServiceId() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalRequestProtoOrBuilder
optional string nameServiceId = 6;
hasNameServiceId() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.NewEpochRequestProto.Builder
optional string nameServiceId = 4;
hasNameServiceId() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.NewEpochRequestProto
optional string nameServiceId = 4;
hasNameServiceId() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.NewEpochRequestProtoOrBuilder
optional string nameServiceId = 4;
hasNameServiceId() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.RequestInfoProto.Builder
optional string nameServiceId = 5;
hasNameServiceId() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.RequestInfoProto
optional string nameServiceId = 5;
hasNameServiceId() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.RequestInfoProtoOrBuilder
optional string nameServiceId = 5;
hasNameserviceId() - Method in class org.apache.hadoop.hdfs.server.namenode.ha.proto.HAZKInfoProtos.ActiveNodeInfo.Builder
required string nameserviceId = 1;
hasNameserviceId() - Method in class org.apache.hadoop.hdfs.server.namenode.ha.proto.HAZKInfoProtos.ActiveNodeInfo
required string nameserviceId = 1;
hasNameserviceId() - Method in interface org.apache.hadoop.hdfs.server.namenode.ha.proto.HAZKInfoProtos.ActiveNodeInfoOrBuilder
required string nameserviceId = 1;
hasNamespaceId() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.NameSystemSection.Builder
optional uint32 namespaceId = 1;
hasNamespaceId() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.NameSystemSection
optional uint32 namespaceId = 1;
hasNamespaceId() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.NameSystemSectionOrBuilder
optional uint32 namespaceId = 1;
hasNextDirectiveId() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.CacheManagerSection.Builder
required uint64 nextDirectiveId = 1;
hasNextDirectiveId() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.CacheManagerSection
required uint64 nextDirectiveId = 1;
hasNextDirectiveId() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.CacheManagerSectionOrBuilder
required uint64 nextDirectiveId = 1;
hasNsInfo() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FormatRequestProto.Builder
required .hadoop.hdfs.NamespaceInfoProto nsInfo = 2;
hasNsInfo() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FormatRequestProto
required .hadoop.hdfs.NamespaceInfoProto nsInfo = 2;
hasNsInfo() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FormatRequestProtoOrBuilder
required .hadoop.hdfs.NamespaceInfoProto nsInfo = 2;
hasNsInfo() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.NewEpochRequestProto.Builder
required .hadoop.hdfs.NamespaceInfoProto nsInfo = 2;
hasNsInfo() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.NewEpochRequestProto
required .hadoop.hdfs.NamespaceInfoProto nsInfo = 2;
hasNsInfo() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.NewEpochRequestProtoOrBuilder
required .hadoop.hdfs.NamespaceInfoProto nsInfo = 2;
hasNsQuota() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeDirectory.Builder
optional uint64 nsQuota = 2;
hasNsQuota() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeDirectory
optional uint64 nsQuota = 2;
hasNsQuota() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeDirectoryOrBuilder
optional uint64 nsQuota = 2;
hasNumDirectives() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.CacheManagerSection.Builder
required uint32 numDirectives = 3;
hasNumDirectives() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.CacheManagerSection
required uint32 numDirectives = 3;
hasNumDirectives() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.CacheManagerSectionOrBuilder
required uint32 numDirectives = 3;
hasNumEntry() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.StringTableSection.Builder
optional uint32 numEntry = 1;
hasNumEntry() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.StringTableSection
optional uint32 numEntry = 1;
hasNumEntry() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.StringTableSectionOrBuilder
optional uint32 numEntry = 1;
hasNumInodes() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.Builder
optional uint64 numInodes = 2;
hasNumInodes() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection
optional uint64 numInodes = 2;
hasNumInodes() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSectionOrBuilder
optional uint64 numInodes = 2;
hasNumKeys() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.Builder
optional uint32 numKeys = 3;
hasNumKeys() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection
optional uint32 numKeys = 3;
hasNumKeys() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSectionOrBuilder
optional uint32 numKeys = 3;
hasNumOfActiveDatanodes() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipStatsRecordProto.Builder
optional uint32 numOfActiveDatanodes = 20;
hasNumOfActiveDatanodes() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipStatsRecordProto
optional uint32 numOfActiveDatanodes = 20;
hasNumOfActiveDatanodes() - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipStatsRecordProtoOrBuilder
optional uint32 numOfActiveDatanodes = 20;
hasNumOfBlocks() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipStatsRecordProto.Builder
optional uint64 numOfBlocks = 11;
hasNumOfBlocks() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipStatsRecordProto
optional uint64 numOfBlocks = 11;
hasNumOfBlocks() - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipStatsRecordProtoOrBuilder
optional uint64 numOfBlocks = 11;
hasNumOfBlocksMissing() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipStatsRecordProto.Builder
optional uint64 numOfBlocksMissing = 12;
hasNumOfBlocksMissing() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipStatsRecordProto
optional uint64 numOfBlocksMissing = 12;
hasNumOfBlocksMissing() - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipStatsRecordProtoOrBuilder
optional uint64 numOfBlocksMissing = 12;
hasNumOfBlocksPendingDeletion() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipStatsRecordProto.Builder
optional uint64 numOfBlocksPendingDeletion = 15;
hasNumOfBlocksPendingDeletion() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipStatsRecordProto
optional uint64 numOfBlocksPendingDeletion = 15;
hasNumOfBlocksPendingDeletion() - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipStatsRecordProtoOrBuilder
optional uint64 numOfBlocksPendingDeletion = 15;
hasNumOfBlocksPendingReplication() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipStatsRecordProto.Builder
optional uint64 numOfBlocksPendingReplication = 13;
hasNumOfBlocksPendingReplication() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipStatsRecordProto
optional uint64 numOfBlocksPendingReplication = 13;
hasNumOfBlocksPendingReplication() - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipStatsRecordProtoOrBuilder
optional uint64 numOfBlocksPendingReplication = 13;
hasNumOfBlocksUnderReplicated() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipStatsRecordProto.Builder
optional uint64 numOfBlocksUnderReplicated = 14;
hasNumOfBlocksUnderReplicated() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipStatsRecordProto
optional uint64 numOfBlocksUnderReplicated = 14;
hasNumOfBlocksUnderReplicated() - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipStatsRecordProtoOrBuilder
optional uint64 numOfBlocksUnderReplicated = 14;
hasNumOfDeadDatanodes() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipStatsRecordProto.Builder
optional uint32 numOfDeadDatanodes = 21;
hasNumOfDeadDatanodes() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipStatsRecordProto
optional uint32 numOfDeadDatanodes = 21;
hasNumOfDeadDatanodes() - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipStatsRecordProtoOrBuilder
optional uint32 numOfDeadDatanodes = 21;
hasNumOfDecomActiveDatanodes() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipStatsRecordProto.Builder
optional uint32 numOfDecomActiveDatanodes = 23;
hasNumOfDecomActiveDatanodes() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipStatsRecordProto
optional uint32 numOfDecomActiveDatanodes = 23;
hasNumOfDecomActiveDatanodes() - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipStatsRecordProtoOrBuilder
optional uint32 numOfDecomActiveDatanodes = 23;
hasNumOfDecomDeadDatanodes() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipStatsRecordProto.Builder
optional uint32 numOfDecomDeadDatanodes = 24;
hasNumOfDecomDeadDatanodes() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipStatsRecordProto
optional uint32 numOfDecomDeadDatanodes = 24;
hasNumOfDecomDeadDatanodes() - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipStatsRecordProtoOrBuilder
optional uint32 numOfDecomDeadDatanodes = 24;
hasNumOfDecommissioningDatanodes() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipStatsRecordProto.Builder
optional uint32 numOfDecommissioningDatanodes = 22;
hasNumOfDecommissioningDatanodes() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipStatsRecordProto
optional uint32 numOfDecommissioningDatanodes = 22;
hasNumOfDecommissioningDatanodes() - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipStatsRecordProtoOrBuilder
optional uint32 numOfDecommissioningDatanodes = 22;
hasNumOfDiff() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DiffEntry.Builder
optional uint32 numOfDiff = 3;
hasNumOfDiff() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DiffEntry
optional uint32 numOfDiff = 3;
hasNumOfDiff() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DiffEntryOrBuilder
optional uint32 numOfDiff = 3;
hasNumOfFiles() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipStatsRecordProto.Builder
optional uint64 numOfFiles = 10;
hasNumOfFiles() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipStatsRecordProto
optional uint64 numOfFiles = 10;
hasNumOfFiles() - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipStatsRecordProtoOrBuilder
optional uint64 numOfFiles = 10;
hasNumPools() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.CacheManagerSection.Builder
required uint32 numPools = 2;
hasNumPools() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.CacheManagerSection
required uint32 numPools = 2;
hasNumPools() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.CacheManagerSectionOrBuilder
required uint32 numPools = 2;
hasNumSnapshots() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotSection.Builder
optional uint32 numSnapshots = 3;
hasNumSnapshots() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotSection
optional uint32 numSnapshots = 3;
hasNumSnapshots() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotSectionOrBuilder
optional uint32 numSnapshots = 3;
hasNumTokens() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.Builder
optional uint32 numTokens = 4;
hasNumTokens() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection
optional uint32 numTokens = 4;
hasNumTokens() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSectionOrBuilder
optional uint32 numTokens = 4;
hasNumTxns() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalRequestProto.Builder
required uint32 numTxns = 3;
hasNumTxns() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalRequestProto
required uint32 numTxns = 3;
hasNumTxns() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalRequestProtoOrBuilder
required uint32 numTxns = 3;
hasOffset() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FileSummary.Section.Builder
optional uint64 offset = 3;
hasOffset() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FileSummary.Section
optional uint64 offset = 3;
hasOffset() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.FileSummary.SectionOrBuilder
optional uint64 offset = 3;
hasOndiskVersion() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FileSummary.Builder
required uint32 ondiskVersion = 1;
hasOndiskVersion() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FileSummary
required uint32 ondiskVersion = 1;
hasOndiskVersion() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.FileSummaryOrBuilder
required uint32 ondiskVersion = 1;
hasOwner() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.PersistToken.Builder
optional string owner = 2;
hasOwner() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.PersistToken
optional string owner = 2;
hasOwner() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.PersistTokenOrBuilder
optional string owner = 2;
hasParent() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeDirectorySection.DirEntry.Builder
optional uint64 parent = 1;
hasParent() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeDirectorySection.DirEntry
optional uint64 parent = 1;
hasParent() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeDirectorySection.DirEntryOrBuilder
optional uint64 parent = 1;
hasPath() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RemoteLocationProto.Builder
optional string path = 2;
hasPath() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RemoteLocationProto
optional string path = 2;
hasPath() - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RemoteLocationProtoOrBuilder
optional string path = 2;
hasPermission() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeDirectory.Builder
optional fixed64 permission = 4;
hasPermission() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeDirectory
optional fixed64 permission = 4;
hasPermission() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeDirectoryOrBuilder
optional fixed64 permission = 4;
hasPermission() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeFile.Builder
optional fixed64 permission = 5;
hasPermission() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeFile
optional fixed64 permission = 5;
hasPermission() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeFileOrBuilder
optional fixed64 permission = 5;
hasPermission() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeSymlink.Builder
optional fixed64 permission = 1;
hasPermission() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeSymlink
optional fixed64 permission = 1;
hasPermission() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeSymlinkOrBuilder
optional fixed64 permission = 1;
hasPort() - Method in class org.apache.hadoop.hdfs.server.namenode.ha.proto.HAZKInfoProtos.ActiveNodeInfo.Builder
required int32 port = 4;
hasPort() - Method in class org.apache.hadoop.hdfs.server.namenode.ha.proto.HAZKInfoProtos.ActiveNodeInfo
required int32 port = 4;
hasPort() - Method in interface org.apache.hadoop.hdfs.server.namenode.ha.proto.HAZKInfoProtos.ActiveNodeInfoOrBuilder
required int32 port = 4;
hasPreferredBlockSize() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeFile.Builder
optional uint64 preferredBlockSize = 4;
hasPreferredBlockSize() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeFile
optional uint64 preferredBlockSize = 4;
hasPreferredBlockSize() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeFileOrBuilder
optional uint64 preferredBlockSize = 4;
hasPrevStorage() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.CanRollBackRequestProto.Builder
required .hadoop.hdfs.StorageInfoProto prevStorage = 3;
hasPrevStorage() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.CanRollBackRequestProto
required .hadoop.hdfs.StorageInfoProto prevStorage = 3;
hasPrevStorage() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.CanRollBackRequestProtoOrBuilder
required .hadoop.hdfs.StorageInfoProto prevStorage = 3;
hasQuota() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.QuotaByStorageTypeEntryProto.Builder
required uint64 quota = 2;
hasQuota() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.QuotaByStorageTypeEntryProto
required uint64 quota = 2;
hasQuota() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.QuotaByStorageTypeEntryProtoOrBuilder
required uint64 quota = 2;
hasReadLock() - Method in interface org.apache.hadoop.hdfs.util.RwLock
Check if the current thread holds read lock.
hasReadOnly() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.MountTableRecordProto.Builder
optional bool readOnly = 5 [default = false];
hasReadOnly() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.MountTableRecordProto
optional bool readOnly = 5 [default = false];
hasReadOnly() - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.MountTableRecordProtoOrBuilder
optional bool readOnly = 5 [default = false];
hasRealUser() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.PersistToken.Builder
optional string realUser = 4;
hasRealUser() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.PersistToken
optional string realUser = 4;
hasRealUser() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.PersistTokenOrBuilder
optional string realUser = 4;
hasRecords() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalRequestProto.Builder
required bytes records = 4;
hasRecords() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalRequestProto
required bytes records = 4;
hasRecords() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalRequestProtoOrBuilder
required bytes records = 4;
hasReferredId() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeReferenceSection.INodeReference.Builder
optional uint64 referredId = 1;
hasReferredId() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeReferenceSection.INodeReference
optional uint64 referredId = 1;
hasReferredId() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeReferenceSection.INodeReferenceOrBuilder
optional uint64 referredId = 1;
hasRenewer() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.PersistToken.Builder
optional string renewer = 3;
hasRenewer() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.PersistToken
optional string renewer = 3;
hasRenewer() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.PersistTokenOrBuilder
optional string renewer = 3;
hasReplication() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeFile.Builder
optional uint32 replication = 1;
hasReplication() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeFile
optional uint32 replication = 1;
hasReplication() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeFileOrBuilder
optional uint32 replication = 1;
hasReqInfo() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.AcceptRecoveryRequestProto.Builder
required .hadoop.hdfs.qjournal.RequestInfoProto reqInfo = 1;
hasReqInfo() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.AcceptRecoveryRequestProto
required .hadoop.hdfs.qjournal.RequestInfoProto reqInfo = 1;
hasReqInfo() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.AcceptRecoveryRequestProtoOrBuilder
required .hadoop.hdfs.qjournal.RequestInfoProto reqInfo = 1;
hasReqInfo() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FinalizeLogSegmentRequestProto.Builder
required .hadoop.hdfs.qjournal.RequestInfoProto reqInfo = 1;
hasReqInfo() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FinalizeLogSegmentRequestProto
required .hadoop.hdfs.qjournal.RequestInfoProto reqInfo = 1;
hasReqInfo() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FinalizeLogSegmentRequestProtoOrBuilder
required .hadoop.hdfs.qjournal.RequestInfoProto reqInfo = 1;
hasReqInfo() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.HeartbeatRequestProto.Builder
required .hadoop.hdfs.qjournal.RequestInfoProto reqInfo = 1;
hasReqInfo() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.HeartbeatRequestProto
required .hadoop.hdfs.qjournal.RequestInfoProto reqInfo = 1;
hasReqInfo() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.HeartbeatRequestProtoOrBuilder
required .hadoop.hdfs.qjournal.RequestInfoProto reqInfo = 1;
hasReqInfo() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalRequestProto.Builder
required .hadoop.hdfs.qjournal.RequestInfoProto reqInfo = 1;
hasReqInfo() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalRequestProto
required .hadoop.hdfs.qjournal.RequestInfoProto reqInfo = 1;
hasReqInfo() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalRequestProtoOrBuilder
required .hadoop.hdfs.qjournal.RequestInfoProto reqInfo = 1;
hasReqInfo() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PrepareRecoveryRequestProto.Builder
required .hadoop.hdfs.qjournal.RequestInfoProto reqInfo = 1;
hasReqInfo() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PrepareRecoveryRequestProto
required .hadoop.hdfs.qjournal.RequestInfoProto reqInfo = 1;
hasReqInfo() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PrepareRecoveryRequestProtoOrBuilder
required .hadoop.hdfs.qjournal.RequestInfoProto reqInfo = 1;
hasReqInfo() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PurgeLogsRequestProto.Builder
required .hadoop.hdfs.qjournal.RequestInfoProto reqInfo = 1;
hasReqInfo() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PurgeLogsRequestProto
required .hadoop.hdfs.qjournal.RequestInfoProto reqInfo = 1;
hasReqInfo() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PurgeLogsRequestProtoOrBuilder
required .hadoop.hdfs.qjournal.RequestInfoProto reqInfo = 1;
hasReqInfo() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.StartLogSegmentRequestProto.Builder
required .hadoop.hdfs.qjournal.RequestInfoProto reqInfo = 1;
hasReqInfo() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.StartLogSegmentRequestProto
required .hadoop.hdfs.qjournal.RequestInfoProto reqInfo = 1;
hasReqInfo() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.StartLogSegmentRequestProtoOrBuilder
required .hadoop.hdfs.qjournal.RequestInfoProto reqInfo = 1;
hasResultCTime() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalCTimeResponseProto.Builder
required int64 resultCTime = 1;
hasResultCTime() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalCTimeResponseProto
required int64 resultCTime = 1;
hasResultCTime() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalCTimeResponseProtoOrBuilder
required int64 resultCTime = 1;
hasRollingUpgradeStartTime() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.NameSystemSection.Builder
optional uint64 rollingUpgradeStartTime = 7;
hasRollingUpgradeStartTime() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.NameSystemSection
optional uint64 rollingUpgradeStartTime = 7;
hasRollingUpgradeStartTime() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.NameSystemSectionOrBuilder
optional uint64 rollingUpgradeStartTime = 7;
hasRoot() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotSection.Snapshot.Builder
optional .hadoop.hdfs.fsimage.INodeSection.INode root = 2;
hasRoot() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotSection.Snapshot
optional .hadoop.hdfs.fsimage.INodeSection.INode root = 2;
hasRoot() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotSection.SnapshotOrBuilder
optional .hadoop.hdfs.fsimage.INodeSection.INode root = 2;
hasRouter() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationResponseProto.Builder
optional .hadoop.hdfs.RouterRecordProto router = 1;
hasRouter() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationResponseProto
optional .hadoop.hdfs.RouterRecordProto router = 1;
hasRouter() - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationResponseProtoOrBuilder
optional .hadoop.hdfs.RouterRecordProto router = 1;
hasRouter() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterHeartbeatRequestProto.Builder
optional .hadoop.hdfs.RouterRecordProto router = 1;
hasRouter() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterHeartbeatRequestProto
optional .hadoop.hdfs.RouterRecordProto router = 1;
hasRouter() - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterHeartbeatRequestProtoOrBuilder
optional .hadoop.hdfs.RouterRecordProto router = 1;
hasRouterId() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationRequestProto.Builder
optional string routerId = 1;
hasRouterId() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationRequestProto
optional string routerId = 1;
hasRouterId() - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationRequestProtoOrBuilder
optional string routerId = 1;
hasRouterId() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProto.Builder
optional string routerId = 4;
hasRouterId() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProto
optional string routerId = 4;
hasRouterId() - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProtoOrBuilder
optional string routerId = 4;
hasRpcAddress() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProto.Builder
optional string rpcAddress = 10;
hasRpcAddress() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProto
optional string rpcAddress = 10;
hasRpcAddress() - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProtoOrBuilder
optional string rpcAddress = 10;
hasSegmentState() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PersistedRecoveryPaxosData.Builder
required .hadoop.hdfs.qjournal.SegmentStateProto segmentState = 1;
hasSegmentState() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PersistedRecoveryPaxosData
required .hadoop.hdfs.qjournal.SegmentStateProto segmentState = 1;
hasSegmentState() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PersistedRecoveryPaxosDataOrBuilder
required .hadoop.hdfs.qjournal.SegmentStateProto segmentState = 1;
hasSegmentState() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PrepareRecoveryResponseProto.Builder
optional .hadoop.hdfs.qjournal.SegmentStateProto segmentState = 1;
hasSegmentState() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PrepareRecoveryResponseProto
optional .hadoop.hdfs.qjournal.SegmentStateProto segmentState = 1;
hasSegmentState() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PrepareRecoveryResponseProtoOrBuilder
optional .hadoop.hdfs.qjournal.SegmentStateProto segmentState = 1;
hasSegmentTxId() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PrepareRecoveryRequestProto.Builder
required uint64 segmentTxId = 2;
hasSegmentTxId() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PrepareRecoveryRequestProto
required uint64 segmentTxId = 2;
hasSegmentTxId() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PrepareRecoveryRequestProtoOrBuilder
required uint64 segmentTxId = 2;
hasSegmentTxnId() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalRequestProto.Builder
required uint64 segmentTxnId = 5;
hasSegmentTxnId() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalRequestProto
required uint64 segmentTxnId = 5;
hasSegmentTxnId() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalRequestProtoOrBuilder
required uint64 segmentTxnId = 5;
hasSequenceNumber() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.PersistToken.Builder
optional uint32 sequenceNumber = 7;
hasSequenceNumber() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.PersistToken
optional uint32 sequenceNumber = 7;
hasSequenceNumber() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.PersistTokenOrBuilder
optional uint32 sequenceNumber = 7;
hasServiceAddress() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProto.Builder
optional string serviceAddress = 11;
hasServiceAddress() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProto
optional string serviceAddress = 11;
hasServiceAddress() - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProtoOrBuilder
optional string serviceAddress = 11;
hasSinceTxId() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetEditLogManifestRequestProto.Builder
required uint64 sinceTxId = 2;
hasSinceTxId() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetEditLogManifestRequestProto
required uint64 sinceTxId = 2;
hasSinceTxId() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetEditLogManifestRequestProtoOrBuilder
required uint64 sinceTxId = 2;
hasSInfo() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoUpgradeRequestProto.Builder
required .hadoop.hdfs.StorageInfoProto sInfo = 2;
hasSInfo() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoUpgradeRequestProto
required .hadoop.hdfs.StorageInfoProto sInfo = 2;
hasSInfo() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoUpgradeRequestProtoOrBuilder
required .hadoop.hdfs.StorageInfoProto sInfo = 2;
hasSnapshotCopy() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DirectoryDiff.Builder
optional .hadoop.hdfs.fsimage.INodeSection.INodeDirectory snapshotCopy = 5;
hasSnapshotCopy() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DirectoryDiff
optional .hadoop.hdfs.fsimage.INodeSection.INodeDirectory snapshotCopy = 5;
hasSnapshotCopy() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DirectoryDiffOrBuilder
optional .hadoop.hdfs.fsimage.INodeSection.INodeDirectory snapshotCopy = 5;
hasSnapshotCopy() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.FileDiff.Builder
optional .hadoop.hdfs.fsimage.INodeSection.INodeFile snapshotCopy = 4;
hasSnapshotCopy() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.FileDiff
optional .hadoop.hdfs.fsimage.INodeSection.INodeFile snapshotCopy = 4;
hasSnapshotCopy() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.FileDiffOrBuilder
optional .hadoop.hdfs.fsimage.INodeSection.INodeFile snapshotCopy = 4;
hasSnapshotCounter() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotSection.Builder
optional uint32 snapshotCounter = 1;
hasSnapshotCounter() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotSection
optional uint32 snapshotCounter = 1;
hasSnapshotCounter() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotSectionOrBuilder
optional uint32 snapshotCounter = 1;
hasSnapshotId() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DirectoryDiff.Builder
optional uint32 snapshotId = 1;
hasSnapshotId() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DirectoryDiff
optional uint32 snapshotId = 1;
hasSnapshotId() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DirectoryDiffOrBuilder
optional uint32 snapshotId = 1;
hasSnapshotId() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.FileDiff.Builder
optional uint32 snapshotId = 1;
hasSnapshotId() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.FileDiff
optional uint32 snapshotId = 1;
hasSnapshotId() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.FileDiffOrBuilder
optional uint32 snapshotId = 1;
hasSnapshotId() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotSection.Snapshot.Builder
optional uint32 snapshotId = 1;
hasSnapshotId() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotSection.Snapshot
optional uint32 snapshotId = 1;
hasSnapshotId() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotSection.SnapshotOrBuilder
optional uint32 snapshotId = 1;
hasSrcPath() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetMountTableEntriesRequestProto.Builder
optional string srcPath = 1;
hasSrcPath() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetMountTableEntriesRequestProto
optional string srcPath = 1;
hasSrcPath() - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetMountTableEntriesRequestProtoOrBuilder
optional string srcPath = 1;
hasSrcPath() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.MountTableRecordProto.Builder
optional string srcPath = 1;
hasSrcPath() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.MountTableRecordProto
optional string srcPath = 1;
hasSrcPath() - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.MountTableRecordProtoOrBuilder
optional string srcPath = 1;
hasSrcPath() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RemoveMountTableEntryRequestProto.Builder
optional string srcPath = 1;
hasSrcPath() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RemoveMountTableEntryRequestProto
optional string srcPath = 1;
hasSrcPath() - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RemoveMountTableEntryRequestProtoOrBuilder
optional string srcPath = 1;
hasStartTxId() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DiscardSegmentsRequestProto.Builder
required uint64 startTxId = 2;
hasStartTxId() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DiscardSegmentsRequestProto
required uint64 startTxId = 2;
hasStartTxId() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DiscardSegmentsRequestProtoOrBuilder
required uint64 startTxId = 2;
hasStartTxId() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FinalizeLogSegmentRequestProto.Builder
required uint64 startTxId = 2;
hasStartTxId() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FinalizeLogSegmentRequestProto
required uint64 startTxId = 2;
hasStartTxId() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FinalizeLogSegmentRequestProtoOrBuilder
required uint64 startTxId = 2;
hasStartTxId() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.SegmentStateProto.Builder
required uint64 startTxId = 1;
hasStartTxId() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.SegmentStateProto
required uint64 startTxId = 1;
hasStartTxId() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.SegmentStateProtoOrBuilder
required uint64 startTxId = 1;
hasState() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProto.Builder
optional string state = 13;
hasState() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProto
optional string state = 13;
hasState() - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProtoOrBuilder
optional string state = 13;
hasState() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateNamenodeRegistrationRequestProto.Builder
optional string state = 3;
hasState() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateNamenodeRegistrationRequestProto
optional string state = 3;
hasState() - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateNamenodeRegistrationRequestProtoOrBuilder
optional string state = 3;
hasStateStoreVersion() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterRecordProto.Builder
optional .hadoop.hdfs.StateStoreVersionRecordProto stateStoreVersion = 5;
hasStateStoreVersion() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterRecordProto
optional .hadoop.hdfs.StateStoreVersionRecordProto stateStoreVersion = 5;
hasStateStoreVersion() - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterRecordProtoOrBuilder
optional .hadoop.hdfs.StateStoreVersionRecordProto stateStoreVersion = 5;
hasStateToAccept() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.AcceptRecoveryRequestProto.Builder
required .hadoop.hdfs.qjournal.SegmentStateProto stateToAccept = 2;
hasStateToAccept() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.AcceptRecoveryRequestProto
required .hadoop.hdfs.qjournal.SegmentStateProto stateToAccept = 2;
hasStateToAccept() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.AcceptRecoveryRequestProtoOrBuilder
required .hadoop.hdfs.qjournal.SegmentStateProto stateToAccept = 2;
hasStats() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProto.Builder
optional .hadoop.hdfs.NamenodeMembershipStatsRecordProto stats = 15;
hasStats() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProto
optional .hadoop.hdfs.NamenodeMembershipStatsRecordProto stats = 15;
hasStats() - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProtoOrBuilder
optional .hadoop.hdfs.NamenodeMembershipStatsRecordProto stats = 15;
hasStatus() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.AddMountTableEntryResponseProto.Builder
optional bool status = 1;
hasStatus() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.AddMountTableEntryResponseProto
optional bool status = 1;
hasStatus() - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.AddMountTableEntryResponseProtoOrBuilder
optional bool status = 1;
hasStatus() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeHeartbeatResponseProto.Builder
optional bool status = 1;
hasStatus() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeHeartbeatResponseProto
optional bool status = 1;
hasStatus() - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeHeartbeatResponseProtoOrBuilder
optional bool status = 1;
hasStatus() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RemoveMountTableEntryResponseProto.Builder
optional bool status = 1;
hasStatus() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RemoveMountTableEntryResponseProto
optional bool status = 1;
hasStatus() - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RemoveMountTableEntryResponseProtoOrBuilder
optional bool status = 1;
hasStatus() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterHeartbeatResponseProto.Builder
optional bool status = 1;
hasStatus() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterHeartbeatResponseProto
optional bool status = 1;
hasStatus() - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterHeartbeatResponseProtoOrBuilder
optional bool status = 1;
hasStatus() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterRecordProto.Builder
optional string status = 4;
hasStatus() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterRecordProto
optional string status = 4;
hasStatus() - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterRecordProtoOrBuilder
optional string status = 4;
hasStatus() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateMountTableEntryResponseProto.Builder
optional bool status = 1;
hasStatus() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateMountTableEntryResponseProto
optional bool status = 1;
hasStatus() - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateMountTableEntryResponseProtoOrBuilder
optional bool status = 1;
hasStatus() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateNamenodeRegistrationResponseProto.Builder
optional bool status = 1;
hasStatus() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateNamenodeRegistrationResponseProto
optional bool status = 1;
hasStatus() - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateNamenodeRegistrationResponseProtoOrBuilder
optional bool status = 1;
hasStorage() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.CanRollBackRequestProto.Builder
required .hadoop.hdfs.StorageInfoProto storage = 2;
hasStorage() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.CanRollBackRequestProto
required .hadoop.hdfs.StorageInfoProto storage = 2;
hasStorage() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.CanRollBackRequestProtoOrBuilder
required .hadoop.hdfs.StorageInfoProto storage = 2;
hasStoragePolicyID() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeFile.Builder
optional uint32 storagePolicyID = 10;
hasStoragePolicyID() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeFile
optional uint32 storagePolicyID = 10;
hasStoragePolicyID() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeFileOrBuilder
optional uint32 storagePolicyID = 10;
hasStorageType() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.QuotaByStorageTypeEntryProto.Builder
required .hadoop.hdfs.StorageTypeProto storageType = 1;
hasStorageType() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.QuotaByStorageTypeEntryProto
required .hadoop.hdfs.StorageTypeProto storageType = 1;
hasStorageType() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.QuotaByStorageTypeEntryProtoOrBuilder
required .hadoop.hdfs.StorageTypeProto storageType = 1;
hasStr() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.StringTableSection.Entry.Builder
optional string str = 2;
hasStr() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.StringTableSection.Entry
optional string str = 2;
hasStr() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.StringTableSection.EntryOrBuilder
optional string str = 2;
hasSubidrs - Variable in class org.apache.hadoop.hdfs.server.datanode.LocalReplica.ReplicaDirInfo
 
hasSymlink() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INode.Builder
optional .hadoop.hdfs.fsimage.INodeSection.INodeSymlink symlink = 6;
hasSymlink() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INode
optional .hadoop.hdfs.fsimage.INodeSection.INodeSymlink symlink = 6;
hasSymlink() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeOrBuilder
optional .hadoop.hdfs.fsimage.INodeSection.INodeSymlink symlink = 6;
hasTarget() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeSymlink.Builder
optional bytes target = 2;
hasTarget() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeSymlink
optional bytes target = 2;
hasTarget() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeSymlinkOrBuilder
optional bytes target = 2;
hasTargetLayoutVersion() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.CanRollBackRequestProto.Builder
required int32 targetLayoutVersion = 4;
hasTargetLayoutVersion() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.CanRollBackRequestProto
required int32 targetLayoutVersion = 4;
hasTargetLayoutVersion() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.CanRollBackRequestProtoOrBuilder
required int32 targetLayoutVersion = 4;
haStateValid() - Method in class org.apache.hadoop.hdfs.server.federation.resolver.NamenodeStatusReport
If the HA state is valid.
hasTimestamp() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetMountTableEntriesResponseProto.Builder
optional uint64 timestamp = 2;
hasTimestamp() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetMountTableEntriesResponseProto
optional uint64 timestamp = 2;
hasTimestamp() - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetMountTableEntriesResponseProtoOrBuilder
optional uint64 timestamp = 2;
hasTimestamp() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationsResponseProto.Builder
optional uint64 timestamp = 1;
hasTimestamp() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationsResponseProto
optional uint64 timestamp = 1;
hasTimestamp() - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationsResponseProtoOrBuilder
optional uint64 timestamp = 1;
hasTokenSequenceNumber() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.Builder
optional uint32 tokenSequenceNumber = 2;
hasTokenSequenceNumber() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection
optional uint32 tokenSequenceNumber = 2;
hasTokenSequenceNumber() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSectionOrBuilder
optional uint32 tokenSequenceNumber = 2;
hasTotalSpace() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipStatsRecordProto.Builder
optional uint64 totalSpace = 1;
hasTotalSpace() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipStatsRecordProto
optional uint64 totalSpace = 1;
hasTotalSpace() - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipStatsRecordProtoOrBuilder
optional uint64 totalSpace = 1;
hasTransactionId() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.NameSystemSection.Builder
optional uint64 transactionId = 6;
hasTransactionId() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.NameSystemSection
optional uint64 transactionId = 6;
hasTransactionId() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.NameSystemSectionOrBuilder
optional uint64 transactionId = 6;
hasTxid() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.StartLogSegmentRequestProto.Builder
required uint64 txid = 2;
hasTxid() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.StartLogSegmentRequestProto
required uint64 txid = 2;
hasTxid() - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.StartLogSegmentRequestProtoOrBuilder
required uint64 txid = 2;
hasType() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INode.Builder
required .hadoop.hdfs.fsimage.INodeSection.INode.Type type = 1;
hasType() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INode
required .hadoop.hdfs.fsimage.INodeSection.INode.Type type = 1;
hasType() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeOrBuilder
required .hadoop.hdfs.fsimage.INodeSection.INode.Type type = 1;
hasType() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DiffEntry.Builder
required .hadoop.hdfs.fsimage.SnapshotDiffSection.DiffEntry.Type type = 1;
hasType() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DiffEntry
required .hadoop.hdfs.fsimage.SnapshotDiffSection.DiffEntry.Type type = 1;
hasType() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DiffEntryOrBuilder
required .hadoop.hdfs.fsimage.SnapshotDiffSection.DiffEntry.Type type = 1;
hasTypeQuotas() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeDirectory.Builder
optional .hadoop.hdfs.fsimage.INodeSection.QuotaByStorageTypeFeatureProto typeQuotas = 7;
hasTypeQuotas() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeDirectory
optional .hadoop.hdfs.fsimage.INodeSection.QuotaByStorageTypeFeatureProto typeQuotas = 7;
hasTypeQuotas() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeDirectoryOrBuilder
optional .hadoop.hdfs.fsimage.INodeSection.QuotaByStorageTypeFeatureProto typeQuotas = 7;
hasValue() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.XAttrCompactProto.Builder
optional bytes value = 2;
hasValue() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.XAttrCompactProto
optional bytes value = 2;
hasValue() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.XAttrCompactProtoOrBuilder
optional bytes value = 2;
hasVersion() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterRecordProto.Builder
optional string version = 6;
hasVersion() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterRecordProto
optional string version = 6;
hasVersion() - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterRecordProtoOrBuilder
optional string version = 6;
hasVersion() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.PersistToken.Builder
optional uint32 version = 1;
hasVersion() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.PersistToken
optional uint32 version = 1;
hasVersion() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.PersistTokenOrBuilder
optional uint32 version = 1;
hasWebAddress() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProto.Builder
optional string webAddress = 9;
hasWebAddress() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProto
optional string webAddress = 9;
hasWebAddress() - Method in interface org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProtoOrBuilder
optional string webAddress = 9;
hasWriteLock() - Method in interface org.apache.hadoop.hdfs.util.RwLock
Check if the current thread holds write lock.
hasXAttrs() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeDirectory.Builder
optional .hadoop.hdfs.fsimage.INodeSection.XAttrFeatureProto xAttrs = 6;
hasXAttrs() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeDirectory
optional .hadoop.hdfs.fsimage.INodeSection.XAttrFeatureProto xAttrs = 6;
hasXAttrs() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeDirectoryOrBuilder
optional .hadoop.hdfs.fsimage.INodeSection.XAttrFeatureProto xAttrs = 6;
hasXAttrs() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeFile.Builder
optional .hadoop.hdfs.fsimage.INodeSection.XAttrFeatureProto xAttrs = 9;
hasXAttrs() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeFile
optional .hadoop.hdfs.fsimage.INodeSection.XAttrFeatureProto xAttrs = 9;
hasXAttrs() - Method in interface org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeFileOrBuilder
optional .hadoop.hdfs.fsimage.INodeSection.XAttrFeatureProto xAttrs = 9;
hasZkfcPort() - Method in class org.apache.hadoop.hdfs.server.namenode.ha.proto.HAZKInfoProtos.ActiveNodeInfo.Builder
required int32 zkfcPort = 5;
hasZkfcPort() - Method in class org.apache.hadoop.hdfs.server.namenode.ha.proto.HAZKInfoProtos.ActiveNodeInfo
required int32 zkfcPort = 5;
hasZkfcPort() - Method in interface org.apache.hadoop.hdfs.server.namenode.ha.proto.HAZKInfoProtos.ActiveNodeInfoOrBuilder
required int32 zkfcPort = 5;
HAZKInfoProtos - Class in org.apache.hadoop.hdfs.server.namenode.ha.proto
 
HAZKInfoProtos.ActiveNodeInfo - Class in org.apache.hadoop.hdfs.server.namenode.ha.proto
Protobuf type hadoop.hdfs.ActiveNodeInfo
HAZKInfoProtos.ActiveNodeInfo.Builder - Class in org.apache.hadoop.hdfs.server.namenode.ha.proto
Protobuf type hadoop.hdfs.ActiveNodeInfo
HAZKInfoProtos.ActiveNodeInfoOrBuilder - Interface in org.apache.hadoop.hdfs.server.namenode.ha.proto
 
HdfsAuditLogger - Class in org.apache.hadoop.hdfs.server.namenode
Extension of AuditLogger.
HdfsAuditLogger() - Constructor for class org.apache.hadoop.hdfs.server.namenode.HdfsAuditLogger
 
HdfsDtFetcher - Class in org.apache.hadoop.hdfs
DtFetcher is an interface which permits the abstraction and separation of delegation token fetch implementaions across different packages and compilation units.
HdfsDtFetcher() - Constructor for class org.apache.hadoop.hdfs.HdfsDtFetcher
 
HdfsServerConstants.BlockUCState - Enum in org.apache.hadoop.hdfs.server.common
States, which a block can go through while it is under construction.
HdfsServerConstants.NamenodeRole - Enum in org.apache.hadoop.hdfs.server.common
Defines the NameNode role.
HdfsServerConstants.NodeType - Enum in org.apache.hadoop.hdfs.server.common
Type of the node
HdfsServerConstants.ReplicaState - Enum in org.apache.hadoop.hdfs.server.common
Block replica states, which it can go through while being constructed.
HdfsServerConstants.RollingUpgradeStartupOption - Enum in org.apache.hadoop.hdfs.server.common
Startup options for rolling upgrade.
HdfsServerConstants.StartupOption - Enum in org.apache.hadoop.hdfs.server.common
Startup options
HdfsServerFederationProtos - Class in org.apache.hadoop.hdfs.federation.protocol.proto
 
HdfsServerFederationProtos.AddMountTableEntryRequestProto - Class in org.apache.hadoop.hdfs.federation.protocol.proto
Protobuf type hadoop.hdfs.AddMountTableEntryRequestProto
HdfsServerFederationProtos.AddMountTableEntryRequestProto.Builder - Class in org.apache.hadoop.hdfs.federation.protocol.proto
Protobuf type hadoop.hdfs.AddMountTableEntryRequestProto
HdfsServerFederationProtos.AddMountTableEntryRequestProtoOrBuilder - Interface in org.apache.hadoop.hdfs.federation.protocol.proto
 
HdfsServerFederationProtos.AddMountTableEntryResponseProto - Class in org.apache.hadoop.hdfs.federation.protocol.proto
Protobuf type hadoop.hdfs.AddMountTableEntryResponseProto
HdfsServerFederationProtos.AddMountTableEntryResponseProto.Builder - Class in org.apache.hadoop.hdfs.federation.protocol.proto
Protobuf type hadoop.hdfs.AddMountTableEntryResponseProto
HdfsServerFederationProtos.AddMountTableEntryResponseProtoOrBuilder - Interface in org.apache.hadoop.hdfs.federation.protocol.proto
 
HdfsServerFederationProtos.FederationNamespaceInfoProto - Class in org.apache.hadoop.hdfs.federation.protocol.proto
Protobuf type hadoop.hdfs.FederationNamespaceInfoProto
HdfsServerFederationProtos.FederationNamespaceInfoProto.Builder - Class in org.apache.hadoop.hdfs.federation.protocol.proto
Protobuf type hadoop.hdfs.FederationNamespaceInfoProto
HdfsServerFederationProtos.FederationNamespaceInfoProtoOrBuilder - Interface in org.apache.hadoop.hdfs.federation.protocol.proto
 
HdfsServerFederationProtos.GetExpiredRegistrationsRequestProto - Class in org.apache.hadoop.hdfs.federation.protocol.proto
Protobuf type hadoop.hdfs.GetExpiredRegistrationsRequestProto
HdfsServerFederationProtos.GetExpiredRegistrationsRequestProto.Builder - Class in org.apache.hadoop.hdfs.federation.protocol.proto
Protobuf type hadoop.hdfs.GetExpiredRegistrationsRequestProto
HdfsServerFederationProtos.GetExpiredRegistrationsRequestProtoOrBuilder - Interface in org.apache.hadoop.hdfs.federation.protocol.proto
 
HdfsServerFederationProtos.GetMountTableEntriesRequestProto - Class in org.apache.hadoop.hdfs.federation.protocol.proto
Protobuf type hadoop.hdfs.GetMountTableEntriesRequestProto
HdfsServerFederationProtos.GetMountTableEntriesRequestProto.Builder - Class in org.apache.hadoop.hdfs.federation.protocol.proto
Protobuf type hadoop.hdfs.GetMountTableEntriesRequestProto
HdfsServerFederationProtos.GetMountTableEntriesRequestProtoOrBuilder - Interface in org.apache.hadoop.hdfs.federation.protocol.proto
 
HdfsServerFederationProtos.GetMountTableEntriesResponseProto - Class in org.apache.hadoop.hdfs.federation.protocol.proto
Protobuf type hadoop.hdfs.GetMountTableEntriesResponseProto
HdfsServerFederationProtos.GetMountTableEntriesResponseProto.Builder - Class in org.apache.hadoop.hdfs.federation.protocol.proto
Protobuf type hadoop.hdfs.GetMountTableEntriesResponseProto
HdfsServerFederationProtos.GetMountTableEntriesResponseProtoOrBuilder - Interface in org.apache.hadoop.hdfs.federation.protocol.proto
 
HdfsServerFederationProtos.GetNamenodeRegistrationsRequestProto - Class in org.apache.hadoop.hdfs.federation.protocol.proto
Protobuf type hadoop.hdfs.GetNamenodeRegistrationsRequestProto
HdfsServerFederationProtos.GetNamenodeRegistrationsRequestProto.Builder - Class in org.apache.hadoop.hdfs.federation.protocol.proto
Protobuf type hadoop.hdfs.GetNamenodeRegistrationsRequestProto
HdfsServerFederationProtos.GetNamenodeRegistrationsRequestProtoOrBuilder - Interface in org.apache.hadoop.hdfs.federation.protocol.proto
 
HdfsServerFederationProtos.GetNamenodeRegistrationsResponseProto - Class in org.apache.hadoop.hdfs.federation.protocol.proto
Protobuf type hadoop.hdfs.GetNamenodeRegistrationsResponseProto
HdfsServerFederationProtos.GetNamenodeRegistrationsResponseProto.Builder - Class in org.apache.hadoop.hdfs.federation.protocol.proto
Protobuf type hadoop.hdfs.GetNamenodeRegistrationsResponseProto
HdfsServerFederationProtos.GetNamenodeRegistrationsResponseProtoOrBuilder - Interface in org.apache.hadoop.hdfs.federation.protocol.proto
 
HdfsServerFederationProtos.GetNamespaceInfoRequestProto - Class in org.apache.hadoop.hdfs.federation.protocol.proto
Protobuf type hadoop.hdfs.GetNamespaceInfoRequestProto
HdfsServerFederationProtos.GetNamespaceInfoRequestProto.Builder - Class in org.apache.hadoop.hdfs.federation.protocol.proto
Protobuf type hadoop.hdfs.GetNamespaceInfoRequestProto
HdfsServerFederationProtos.GetNamespaceInfoRequestProtoOrBuilder - Interface in org.apache.hadoop.hdfs.federation.protocol.proto
 
HdfsServerFederationProtos.GetNamespaceInfoResponseProto - Class in org.apache.hadoop.hdfs.federation.protocol.proto
Protobuf type hadoop.hdfs.GetNamespaceInfoResponseProto
HdfsServerFederationProtos.GetNamespaceInfoResponseProto.Builder - Class in org.apache.hadoop.hdfs.federation.protocol.proto
Protobuf type hadoop.hdfs.GetNamespaceInfoResponseProto
HdfsServerFederationProtos.GetNamespaceInfoResponseProtoOrBuilder - Interface in org.apache.hadoop.hdfs.federation.protocol.proto
 
HdfsServerFederationProtos.GetRouterRegistrationRequestProto - Class in org.apache.hadoop.hdfs.federation.protocol.proto
Protobuf type hadoop.hdfs.GetRouterRegistrationRequestProto
HdfsServerFederationProtos.GetRouterRegistrationRequestProto.Builder - Class in org.apache.hadoop.hdfs.federation.protocol.proto
Protobuf type hadoop.hdfs.GetRouterRegistrationRequestProto
HdfsServerFederationProtos.GetRouterRegistrationRequestProtoOrBuilder - Interface in org.apache.hadoop.hdfs.federation.protocol.proto
 
HdfsServerFederationProtos.GetRouterRegistrationResponseProto - Class in org.apache.hadoop.hdfs.federation.protocol.proto
Protobuf type hadoop.hdfs.GetRouterRegistrationResponseProto
HdfsServerFederationProtos.GetRouterRegistrationResponseProto.Builder - Class in org.apache.hadoop.hdfs.federation.protocol.proto
Protobuf type hadoop.hdfs.GetRouterRegistrationResponseProto
HdfsServerFederationProtos.GetRouterRegistrationResponseProtoOrBuilder - Interface in org.apache.hadoop.hdfs.federation.protocol.proto
 
HdfsServerFederationProtos.GetRouterRegistrationsRequestProto - Class in org.apache.hadoop.hdfs.federation.protocol.proto
Protobuf type hadoop.hdfs.GetRouterRegistrationsRequestProto
HdfsServerFederationProtos.GetRouterRegistrationsRequestProto.Builder - Class in org.apache.hadoop.hdfs.federation.protocol.proto
Protobuf type hadoop.hdfs.GetRouterRegistrationsRequestProto
HdfsServerFederationProtos.GetRouterRegistrationsRequestProtoOrBuilder - Interface in org.apache.hadoop.hdfs.federation.protocol.proto
 
HdfsServerFederationProtos.GetRouterRegistrationsResponseProto - Class in org.apache.hadoop.hdfs.federation.protocol.proto
Protobuf type hadoop.hdfs.GetRouterRegistrationsResponseProto
HdfsServerFederationProtos.GetRouterRegistrationsResponseProto.Builder - Class in org.apache.hadoop.hdfs.federation.protocol.proto
Protobuf type hadoop.hdfs.GetRouterRegistrationsResponseProto
HdfsServerFederationProtos.GetRouterRegistrationsResponseProtoOrBuilder - Interface in org.apache.hadoop.hdfs.federation.protocol.proto
 
HdfsServerFederationProtos.MountTableRecordProto - Class in org.apache.hadoop.hdfs.federation.protocol.proto
Protobuf type hadoop.hdfs.MountTableRecordProto
HdfsServerFederationProtos.MountTableRecordProto.Builder - Class in org.apache.hadoop.hdfs.federation.protocol.proto
Protobuf type hadoop.hdfs.MountTableRecordProto
HdfsServerFederationProtos.MountTableRecordProto.DestOrder - Enum in org.apache.hadoop.hdfs.federation.protocol.proto
Protobuf enum hadoop.hdfs.MountTableRecordProto.DestOrder
HdfsServerFederationProtos.MountTableRecordProtoOrBuilder - Interface in org.apache.hadoop.hdfs.federation.protocol.proto
 
HdfsServerFederationProtos.NamenodeHeartbeatRequestProto - Class in org.apache.hadoop.hdfs.federation.protocol.proto
Protobuf type hadoop.hdfs.NamenodeHeartbeatRequestProto
HdfsServerFederationProtos.NamenodeHeartbeatRequestProto.Builder - Class in org.apache.hadoop.hdfs.federation.protocol.proto
Protobuf type hadoop.hdfs.NamenodeHeartbeatRequestProto
HdfsServerFederationProtos.NamenodeHeartbeatRequestProtoOrBuilder - Interface in org.apache.hadoop.hdfs.federation.protocol.proto
 
HdfsServerFederationProtos.NamenodeHeartbeatResponseProto - Class in org.apache.hadoop.hdfs.federation.protocol.proto
Protobuf type hadoop.hdfs.NamenodeHeartbeatResponseProto
HdfsServerFederationProtos.NamenodeHeartbeatResponseProto.Builder - Class in org.apache.hadoop.hdfs.federation.protocol.proto
Protobuf type hadoop.hdfs.NamenodeHeartbeatResponseProto
HdfsServerFederationProtos.NamenodeHeartbeatResponseProtoOrBuilder - Interface in org.apache.hadoop.hdfs.federation.protocol.proto
 
HdfsServerFederationProtos.NamenodeMembershipRecordProto - Class in org.apache.hadoop.hdfs.federation.protocol.proto
Protobuf type hadoop.hdfs.NamenodeMembershipRecordProto
HdfsServerFederationProtos.NamenodeMembershipRecordProto.Builder - Class in org.apache.hadoop.hdfs.federation.protocol.proto
Protobuf type hadoop.hdfs.NamenodeMembershipRecordProto
HdfsServerFederationProtos.NamenodeMembershipRecordProtoOrBuilder - Interface in org.apache.hadoop.hdfs.federation.protocol.proto
 
HdfsServerFederationProtos.NamenodeMembershipStatsRecordProto - Class in org.apache.hadoop.hdfs.federation.protocol.proto
Protobuf type hadoop.hdfs.NamenodeMembershipStatsRecordProto
HdfsServerFederationProtos.NamenodeMembershipStatsRecordProto.Builder - Class in org.apache.hadoop.hdfs.federation.protocol.proto
Protobuf type hadoop.hdfs.NamenodeMembershipStatsRecordProto
HdfsServerFederationProtos.NamenodeMembershipStatsRecordProtoOrBuilder - Interface in org.apache.hadoop.hdfs.federation.protocol.proto
 
HdfsServerFederationProtos.RemoteLocationProto - Class in org.apache.hadoop.hdfs.federation.protocol.proto
Protobuf type hadoop.hdfs.RemoteLocationProto
HdfsServerFederationProtos.RemoteLocationProto.Builder - Class in org.apache.hadoop.hdfs.federation.protocol.proto
Protobuf type hadoop.hdfs.RemoteLocationProto
HdfsServerFederationProtos.RemoteLocationProtoOrBuilder - Interface in org.apache.hadoop.hdfs.federation.protocol.proto
 
HdfsServerFederationProtos.RemoveMountTableEntryRequestProto - Class in org.apache.hadoop.hdfs.federation.protocol.proto
Protobuf type hadoop.hdfs.RemoveMountTableEntryRequestProto
HdfsServerFederationProtos.RemoveMountTableEntryRequestProto.Builder - Class in org.apache.hadoop.hdfs.federation.protocol.proto
Protobuf type hadoop.hdfs.RemoveMountTableEntryRequestProto
HdfsServerFederationProtos.RemoveMountTableEntryRequestProtoOrBuilder - Interface in org.apache.hadoop.hdfs.federation.protocol.proto
 
HdfsServerFederationProtos.RemoveMountTableEntryResponseProto - Class in org.apache.hadoop.hdfs.federation.protocol.proto
Protobuf type hadoop.hdfs.RemoveMountTableEntryResponseProto
HdfsServerFederationProtos.RemoveMountTableEntryResponseProto.Builder - Class in org.apache.hadoop.hdfs.federation.protocol.proto
Protobuf type hadoop.hdfs.RemoveMountTableEntryResponseProto
HdfsServerFederationProtos.RemoveMountTableEntryResponseProtoOrBuilder - Interface in org.apache.hadoop.hdfs.federation.protocol.proto
 
HdfsServerFederationProtos.RouterHeartbeatRequestProto - Class in org.apache.hadoop.hdfs.federation.protocol.proto
Protobuf type hadoop.hdfs.RouterHeartbeatRequestProto
HdfsServerFederationProtos.RouterHeartbeatRequestProto.Builder - Class in org.apache.hadoop.hdfs.federation.protocol.proto
Protobuf type hadoop.hdfs.RouterHeartbeatRequestProto
HdfsServerFederationProtos.RouterHeartbeatRequestProtoOrBuilder - Interface in org.apache.hadoop.hdfs.federation.protocol.proto
 
HdfsServerFederationProtos.RouterHeartbeatResponseProto - Class in org.apache.hadoop.hdfs.federation.protocol.proto
Protobuf type hadoop.hdfs.RouterHeartbeatResponseProto
HdfsServerFederationProtos.RouterHeartbeatResponseProto.Builder - Class in org.apache.hadoop.hdfs.federation.protocol.proto
Protobuf type hadoop.hdfs.RouterHeartbeatResponseProto
HdfsServerFederationProtos.RouterHeartbeatResponseProtoOrBuilder - Interface in org.apache.hadoop.hdfs.federation.protocol.proto
 
HdfsServerFederationProtos.RouterRecordProto - Class in org.apache.hadoop.hdfs.federation.protocol.proto
Protobuf type hadoop.hdfs.RouterRecordProto
HdfsServerFederationProtos.RouterRecordProto.Builder - Class in org.apache.hadoop.hdfs.federation.protocol.proto
Protobuf type hadoop.hdfs.RouterRecordProto
HdfsServerFederationProtos.RouterRecordProtoOrBuilder - Interface in org.apache.hadoop.hdfs.federation.protocol.proto
 
HdfsServerFederationProtos.StateStoreVersionRecordProto - Class in org.apache.hadoop.hdfs.federation.protocol.proto
Protobuf type hadoop.hdfs.StateStoreVersionRecordProto
HdfsServerFederationProtos.StateStoreVersionRecordProto.Builder - Class in org.apache.hadoop.hdfs.federation.protocol.proto
Protobuf type hadoop.hdfs.StateStoreVersionRecordProto
HdfsServerFederationProtos.StateStoreVersionRecordProtoOrBuilder - Interface in org.apache.hadoop.hdfs.federation.protocol.proto
 
HdfsServerFederationProtos.UpdateMountTableEntryRequestProto - Class in org.apache.hadoop.hdfs.federation.protocol.proto
Protobuf type hadoop.hdfs.UpdateMountTableEntryRequestProto
HdfsServerFederationProtos.UpdateMountTableEntryRequestProto.Builder - Class in org.apache.hadoop.hdfs.federation.protocol.proto
Protobuf type hadoop.hdfs.UpdateMountTableEntryRequestProto
HdfsServerFederationProtos.UpdateMountTableEntryRequestProtoOrBuilder - Interface in org.apache.hadoop.hdfs.federation.protocol.proto
 
HdfsServerFederationProtos.UpdateMountTableEntryResponseProto - Class in org.apache.hadoop.hdfs.federation.protocol.proto
Protobuf type hadoop.hdfs.UpdateMountTableEntryResponseProto
HdfsServerFederationProtos.UpdateMountTableEntryResponseProto.Builder - Class in org.apache.hadoop.hdfs.federation.protocol.proto
Protobuf type hadoop.hdfs.UpdateMountTableEntryResponseProto
HdfsServerFederationProtos.UpdateMountTableEntryResponseProtoOrBuilder - Interface in org.apache.hadoop.hdfs.federation.protocol.proto
 
HdfsServerFederationProtos.UpdateNamenodeRegistrationRequestProto - Class in org.apache.hadoop.hdfs.federation.protocol.proto
Protobuf type hadoop.hdfs.UpdateNamenodeRegistrationRequestProto
HdfsServerFederationProtos.UpdateNamenodeRegistrationRequestProto.Builder - Class in org.apache.hadoop.hdfs.federation.protocol.proto
Protobuf type hadoop.hdfs.UpdateNamenodeRegistrationRequestProto
HdfsServerFederationProtos.UpdateNamenodeRegistrationRequestProtoOrBuilder - Interface in org.apache.hadoop.hdfs.federation.protocol.proto
 
HdfsServerFederationProtos.UpdateNamenodeRegistrationResponseProto - Class in org.apache.hadoop.hdfs.federation.protocol.proto
Protobuf type hadoop.hdfs.UpdateNamenodeRegistrationResponseProto
HdfsServerFederationProtos.UpdateNamenodeRegistrationResponseProto.Builder - Class in org.apache.hadoop.hdfs.federation.protocol.proto
Protobuf type hadoop.hdfs.UpdateNamenodeRegistrationResponseProto
HdfsServerFederationProtos.UpdateNamenodeRegistrationResponseProtoOrBuilder - Interface in org.apache.hadoop.hdfs.federation.protocol.proto
 
headSet(E) - Method in class org.apache.hadoop.hdfs.util.FoldedTreeSet
 
heartbeat(RpcController, QJournalProtocolProtos.HeartbeatRequestProto) - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.QJournalProtocolService.BlockingInterface
 
heartbeat(RpcController, QJournalProtocolProtos.HeartbeatRequestProto, RpcCallback<QJournalProtocolProtos.HeartbeatResponseProto>) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.QJournalProtocolService
rpc heartbeat(.hadoop.hdfs.qjournal.HeartbeatRequestProto) returns (.hadoop.hdfs.qjournal.HeartbeatResponseProto);
heartbeat(RpcController, QJournalProtocolProtos.HeartbeatRequestProto, RpcCallback<QJournalProtocolProtos.HeartbeatResponseProto>) - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.QJournalProtocolService.Interface
rpc heartbeat(.hadoop.hdfs.qjournal.HeartbeatRequestProto) returns (.hadoop.hdfs.qjournal.HeartbeatResponseProto);
heartbeat(RpcController, QJournalProtocolProtos.HeartbeatRequestProto, RpcCallback<QJournalProtocolProtos.HeartbeatResponseProto>) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.QJournalProtocolService.Stub
 
heartbeat(RequestInfo) - Method in class org.apache.hadoop.hdfs.qjournal.server.Journal
 
held - Variable in class org.apache.hadoop.hdfs.util.Holder
 
HELP - Static variable in class org.apache.hadoop.hdfs.tools.DiskBalancerCLI
Help for the program.
HelpCommand - Class in org.apache.hadoop.hdfs.server.diskbalancer.command
Help Command prints out detailed help about each command.
HelpCommand(Configuration) - Constructor for class org.apache.hadoop.hdfs.server.diskbalancer.command.HelpCommand
Constructs a help command.
Holder<T> - Class in org.apache.hadoop.hdfs.util
A Holder is simply a wrapper around some other object.
Holder(T) - Constructor for class org.apache.hadoop.hdfs.util.Holder
 
HostFileManager - Class in org.apache.hadoop.hdfs.server.blockmanagement
This class manages the include and exclude files for HDFS.
HostFileManager() - Constructor for class org.apache.hadoop.hdfs.server.blockmanagement.HostFileManager
 
HOSTNAME_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.server.namenode.ha.proto.HAZKInfoProtos.ActiveNodeInfo
 
HostSet - Class in org.apache.hadoop.hdfs.server.blockmanagement
The HostSet allows efficient queries on matching wildcard addresses.
HostSet() - Constructor for class org.apache.hadoop.hdfs.server.blockmanagement.HostSet
 
HTTPPORT_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetEditLogManifestResponseProto
 
HTTPPORT_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalStateResponseProto
 

I

ID_BIT_LENGTH - Static variable in class org.apache.hadoop.hdfs.server.blockmanagement.BlockStoragePolicySuite
 
ID_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INode
 
ID_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.DelegationKey
 
ID_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.StringTableSection.Entry
 
IDENTIFIER_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalIdProto
 
IgnoreSnapshotException - Exception in org.apache.hadoop.hdfs.tools.offlineImageViewer
Signals that a snapshot is ignored.
IgnoreSnapshotException() - Constructor for exception org.apache.hadoop.hdfs.tools.offlineImageViewer.IgnoreSnapshotException
 
incNumTimesReReplicationNotScheduled() - Method in class org.apache.hadoop.hdfs.server.namenode.metrics.NameNodeMetrics
 
incomingBlockReportRpc(DatanodeID, BlockReportContext) - Method in class org.apache.hadoop.hdfs.server.blockmanagement.BlockManagerFaultInjector
 
incrAddBlockOps() - Method in class org.apache.hadoop.hdfs.server.namenode.metrics.NameNodeMetrics
 
incrAllowSnapshotOps() - Method in class org.apache.hadoop.hdfs.server.namenode.metrics.NameNodeMetrics
 
incrBlockReceivedAndDeletedOps() - Method in class org.apache.hadoop.hdfs.server.namenode.metrics.NameNodeMetrics
 
incrCreateFileOps() - Method in class org.apache.hadoop.hdfs.server.namenode.metrics.NameNodeMetrics
 
incrCreateSnapshotOps() - Method in class org.apache.hadoop.hdfs.server.namenode.metrics.NameNodeMetrics
 
incrCreateSymlinkOps() - Method in class org.apache.hadoop.hdfs.server.namenode.metrics.NameNodeMetrics
 
incrDeleteFileOps() - Method in class org.apache.hadoop.hdfs.server.namenode.metrics.NameNodeMetrics
 
incrDeleteSnapshotOps() - Method in class org.apache.hadoop.hdfs.server.namenode.metrics.NameNodeMetrics
 
incrDisAllowSnapshotOps() - Method in class org.apache.hadoop.hdfs.server.namenode.metrics.NameNodeMetrics
 
increment() - Method in interface org.apache.hadoop.hdfs.server.namenode.startupprogress.StartupProgress.Counter
Atomically increments this counter, adding 1 to the current value.
incrementAndGetRefCount() - Method in interface org.apache.hadoop.hdfs.util.ReferenceCountMap.ReferenceCounter
 
incrementBlocksScheduled(DatanodeStorageInfo...) - Static method in class org.apache.hadoop.hdfs.server.blockmanagement.DatanodeStorageInfo
Increment the number of blocks scheduled for each given storage
incrFileInfoOps() - Method in class org.apache.hadoop.hdfs.server.namenode.metrics.NameNodeMetrics
 
incrFilesAppended() - Method in class org.apache.hadoop.hdfs.server.namenode.metrics.NameNodeMetrics
 
incrFilesCreated() - Method in class org.apache.hadoop.hdfs.server.namenode.metrics.NameNodeMetrics
 
incrFilesDeleted(long) - Method in class org.apache.hadoop.hdfs.server.namenode.metrics.NameNodeMetrics
 
incrFilesInGetListingOps(int) - Method in class org.apache.hadoop.hdfs.server.namenode.metrics.NameNodeMetrics
 
incrFilesRenamed() - Method in class org.apache.hadoop.hdfs.server.namenode.metrics.NameNodeMetrics
 
incrFilesTruncated() - Method in class org.apache.hadoop.hdfs.server.namenode.metrics.NameNodeMetrics
 
incrGetAdditionalDatanodeOps() - Method in class org.apache.hadoop.hdfs.server.namenode.metrics.NameNodeMetrics
 
incrGetBlockLocations() - Method in class org.apache.hadoop.hdfs.server.namenode.metrics.NameNodeMetrics
 
incrGetLinkTargetOps() - Method in class org.apache.hadoop.hdfs.server.namenode.metrics.NameNodeMetrics
 
incrGetListingOps() - Method in class org.apache.hadoop.hdfs.server.namenode.metrics.NameNodeMetrics
 
incrListSnapshottableDirOps() - Method in class org.apache.hadoop.hdfs.server.namenode.metrics.NameNodeMetrics
 
incrProxyOpFailureCommunicate() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.FederationRPCMetrics
 
incrProxyOpFailureStandby() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.FederationRPCMetrics
 
incrProxyOpNotImplemented() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.FederationRPCMetrics
 
incrRenameSnapshotOps() - Method in class org.apache.hadoop.hdfs.server.namenode.metrics.NameNodeMetrics
 
incrRouterFailureLocked() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.FederationRPCMetrics
 
incrRouterFailureReadOnly() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.FederationRPCMetrics
 
incrRouterFailureSafemode() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.FederationRPCMetrics
 
incrRouterFailureStateStore() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.FederationRPCMetrics
 
incrSnapshotDiffReportOps() - Method in class org.apache.hadoop.hdfs.server.namenode.metrics.NameNodeMetrics
 
incrTransactionsBatchedInSync(long) - Method in class org.apache.hadoop.hdfs.server.namenode.metrics.NameNodeMetrics
 
incScheduledSize(long) - Method in class org.apache.hadoop.hdfs.server.balancer.Dispatcher.DDatanode.StorageGroup
increment scheduled size
incSuccessfulReReplications() - Method in class org.apache.hadoop.hdfs.server.namenode.metrics.NameNodeMetrics
 
incTimeoutReReplications() - Method in class org.apache.hadoop.hdfs.server.namenode.metrics.NameNodeMetrics
 
init(DaemonContext) - Method in class org.apache.hadoop.hdfs.server.datanode.SecureDataNodeStarter
 
init(Configuration) - Static method in class org.apache.hadoop.hdfs.server.datanode.web.webhdfs.DataNodeUGIProvider
 
init(Configuration, RouterRpcServer, StateStoreService) - Method in class org.apache.hadoop.hdfs.server.federation.metrics.FederationRPCPerformanceMonitor
 
init(Configuration, RouterRpcServer, StateStoreService) - Method in interface org.apache.hadoop.hdfs.server.federation.router.RouterRpcMonitor
Initialize the monitor.
init(Configuration, String, Collection<Class<? extends BaseRecord>>, StateStoreMetrics) - Method in class org.apache.hadoop.hdfs.server.federation.store.driver.impl.StateStoreSerializableImpl
 
init(Configuration, String, Collection<Class<? extends BaseRecord>>, StateStoreMetrics) - Method in class org.apache.hadoop.hdfs.server.federation.store.driver.StateStoreDriver
Initialize the state store connection.
init() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.BaseRecord
Initialize the object.
initDriver() - Method in class org.apache.hadoop.hdfs.server.federation.store.driver.impl.StateStoreFileBaseImpl
 
initDriver() - Method in class org.apache.hadoop.hdfs.server.federation.store.driver.impl.StateStoreZooKeeperImpl
 
initDriver() - Method in class org.apache.hadoop.hdfs.server.federation.store.driver.StateStoreDriver
Prepare the driver to access data storage.
initialize(Configuration, FSClusterStats, NetworkTopology, Host2NodesMap) - Method in class org.apache.hadoop.hdfs.server.blockmanagement.AvailableSpaceBlockPlacementPolicy
 
initialize(Configuration, FSClusterStats, NetworkTopology, Host2NodesMap) - Method in class org.apache.hadoop.hdfs.server.blockmanagement.BlockPlacementPolicyWithNodeGroup
 
initialize(Configuration) - Method in interface org.apache.hadoop.hdfs.server.namenode.AuditLogger
Called during initialization of the logger.
initializeBlockRecovery(BlockInfo, long, boolean) - Method in class org.apache.hadoop.hdfs.server.blockmanagement.BlockUnderConstructionFeature
Initialize lease recovery for this block.
initRecordStorage(String, Class<T>) - Method in class org.apache.hadoop.hdfs.server.federation.store.driver.impl.StateStoreFileBaseImpl
 
initRecordStorage(String, Class<T>) - Method in class org.apache.hadoop.hdfs.server.federation.store.driver.impl.StateStoreZooKeeperImpl
 
initRecordStorage(String, Class<T>) - Method in class org.apache.hadoop.hdfs.server.federation.store.driver.StateStoreDriver
Initialize storage for a single record class.
initResponse(HttpServletResponse) - Method in class org.apache.hadoop.hdfs.web.resources.ExceptionHandler
 
initServer(String) - Method in class org.apache.hadoop.hdfs.tools.offlineImageViewer.WebImageViewer
Start WebImageViewer.
inode - Variable in class org.apache.hadoop.hdfs.server.namenode.INodeDirectory.SnapshotAndINode
 
INode.BlocksMapUpdateInfo - Class in org.apache.hadoop.hdfs.server.namenode
Information used for updating the blocksMap when deleting files.
INode.BlocksMapUpdateInfo.UpdatedReplicationInfo - Class in org.apache.hadoop.hdfs.server.namenode
The blocks whose replication factor need to be updated.
INode.Feature - Interface in org.apache.hadoop.hdfs.server.namenode
INode feature such as FileUnderConstructionFeature and DirectoryWithQuotaFeature.
INode.QuotaDelta - Class in org.apache.hadoop.hdfs.server.namenode
Information used to record quota usage delta.
INode.ReclaimContext - Class in org.apache.hadoop.hdfs.server.namenode
Context object to record blocks and inodes that need to be reclaimed
INodeAttributeProvider - Class in org.apache.hadoop.hdfs.server.namenode
 
INodeAttributeProvider() - Constructor for class org.apache.hadoop.hdfs.server.namenode.INodeAttributeProvider
 
INodeAttributeProvider.AccessControlEnforcer - Interface in org.apache.hadoop.hdfs.server.namenode
The AccessControlEnforcer allows implementations to override the default File System permission checking logic enforced on a file system object
INodeAttributes.SnapshotCopy - Class in org.apache.hadoop.hdfs.server.namenode
A read-only copy of the inode attributes.
INodeDirectory - Class in org.apache.hadoop.hdfs.server.namenode
Directory INode class.
INodeDirectory(long, byte[], PermissionStatus, long) - Constructor for class org.apache.hadoop.hdfs.server.namenode.INodeDirectory
constructor
INodeDirectory(INodeDirectory, boolean, INode.Feature...) - Constructor for class org.apache.hadoop.hdfs.server.namenode.INodeDirectory
Copy constructor
INodeDirectory.SnapshotAndINode - Class in org.apache.hadoop.hdfs.server.namenode
A pair of Snapshot and INode objects.
INodeDirectoryAttributes.CopyWithQuota - Class in org.apache.hadoop.hdfs.server.namenode
 
INodeDirectoryAttributes.SnapshotCopy - Class in org.apache.hadoop.hdfs.server.namenode
A copy of the inode directory attributes
INodeFileAttributes.SnapshotCopy - Class in org.apache.hadoop.hdfs.server.namenode
A copy of the inode file attributes
INODEID_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FilesUnderConstructionSection.FileUnderConstructionEntry
 
INODEID_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DiffEntry
 
INodeMap - Class in org.apache.hadoop.hdfs.server.namenode
Storing all the INodes and maintaining the mapping between INode ID and INode.
INodeReference - Class in org.apache.hadoop.hdfs.server.namenode
An anonymous reference to an inode.
INodeReference(INode, INode) - Constructor for class org.apache.hadoop.hdfs.server.namenode.INodeReference
 
INodeReference.DstReference - Class in org.apache.hadoop.hdfs.server.namenode
 
INodeReference.WithCount - Class in org.apache.hadoop.hdfs.server.namenode
An anonymous reference with reference count.
INodeReference.WithName - Class in org.apache.hadoop.hdfs.server.namenode
A reference with a fixed name.
INodesInPath - Class in org.apache.hadoop.hdfs.server.namenode
Contains INodes information resolved from a given path.
INPROGRESSOK_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetEditLogManifestRequestProto
 
instance - Static variable in class org.apache.hadoop.hdfs.server.blockmanagement.BlockManagerFaultInjector
 
instance - Static variable in class org.apache.hadoop.hdfs.server.namenode.CheckpointFaultInjector
 
instance - Static variable in class org.apache.hadoop.hdfs.server.namenode.EncryptionFaultInjector
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.AddMountTableEntryRequestProto.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.AddMountTableEntryRequestProto
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.AddMountTableEntryResponseProto.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.AddMountTableEntryResponseProto
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.FederationNamespaceInfoProto.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.FederationNamespaceInfoProto
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetExpiredRegistrationsRequestProto.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetExpiredRegistrationsRequestProto
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetMountTableEntriesRequestProto.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetMountTableEntriesRequestProto
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetMountTableEntriesResponseProto.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetMountTableEntriesResponseProto
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamenodeRegistrationsRequestProto.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamenodeRegistrationsRequestProto
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamenodeRegistrationsResponseProto.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamenodeRegistrationsResponseProto
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamespaceInfoRequestProto.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamespaceInfoRequestProto
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamespaceInfoResponseProto.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamespaceInfoResponseProto
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationRequestProto.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationRequestProto
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationResponseProto.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationResponseProto
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationsRequestProto.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationsRequestProto
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationsResponseProto.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationsResponseProto
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.MountTableRecordProto.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.MountTableRecordProto
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeHeartbeatRequestProto.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeHeartbeatRequestProto
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeHeartbeatResponseProto.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeHeartbeatResponseProto
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProto.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProto
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipStatsRecordProto.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipStatsRecordProto
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RemoteLocationProto.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RemoteLocationProto
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RemoveMountTableEntryRequestProto.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RemoveMountTableEntryRequestProto
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RemoveMountTableEntryResponseProto.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RemoveMountTableEntryResponseProto
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterHeartbeatRequestProto.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterHeartbeatRequestProto
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterHeartbeatResponseProto.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterHeartbeatResponseProto
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterRecordProto.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterRecordProto
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.StateStoreVersionRecordProto.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.StateStoreVersionRecordProto
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateMountTableEntryRequestProto.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateMountTableEntryRequestProto
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateMountTableEntryResponseProto.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateMountTableEntryResponseProto
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateNamenodeRegistrationRequestProto.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateNamenodeRegistrationRequestProto
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateNamenodeRegistrationResponseProto.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateNamenodeRegistrationResponseProto
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.AcceptRecoveryRequestProto.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.AcceptRecoveryRequestProto
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.AcceptRecoveryResponseProto.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.AcceptRecoveryResponseProto
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.CanRollBackRequestProto.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.CanRollBackRequestProto
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.CanRollBackResponseProto.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.CanRollBackResponseProto
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DiscardSegmentsRequestProto.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DiscardSegmentsRequestProto
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DiscardSegmentsResponseProto.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DiscardSegmentsResponseProto
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoFinalizeRequestProto.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoFinalizeRequestProto
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoFinalizeResponseProto.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoFinalizeResponseProto
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoPreUpgradeRequestProto.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoPreUpgradeRequestProto
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoPreUpgradeResponseProto.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoPreUpgradeResponseProto
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoRollbackRequestProto.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoRollbackRequestProto
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoRollbackResponseProto.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoRollbackResponseProto
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoUpgradeRequestProto.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoUpgradeRequestProto
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoUpgradeResponseProto.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoUpgradeResponseProto
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FinalizeLogSegmentRequestProto.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FinalizeLogSegmentRequestProto
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FinalizeLogSegmentResponseProto.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FinalizeLogSegmentResponseProto
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FormatRequestProto.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FormatRequestProto
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FormatResponseProto.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FormatResponseProto
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetEditLogManifestRequestProto.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetEditLogManifestRequestProto
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetEditLogManifestResponseProto.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetEditLogManifestResponseProto
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalCTimeRequestProto.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalCTimeRequestProto
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalCTimeResponseProto.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalCTimeResponseProto
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalStateRequestProto.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalStateRequestProto
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalStateResponseProto.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalStateResponseProto
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.HeartbeatRequestProto.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.HeartbeatRequestProto
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.HeartbeatResponseProto.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.HeartbeatResponseProto
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.IsFormattedRequestProto.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.IsFormattedRequestProto
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.IsFormattedResponseProto.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.IsFormattedResponseProto
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalIdProto.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalIdProto
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalRequestProto.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalRequestProto
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalResponseProto.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalResponseProto
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.NewEpochRequestProto.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.NewEpochRequestProto
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.NewEpochResponseProto.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.NewEpochResponseProto
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PersistedRecoveryPaxosData.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PersistedRecoveryPaxosData
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PrepareRecoveryRequestProto.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PrepareRecoveryRequestProto
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PrepareRecoveryResponseProto.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PrepareRecoveryResponseProto
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PurgeLogsRequestProto.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PurgeLogsRequestProto
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PurgeLogsResponseProto.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PurgeLogsResponseProto
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.RequestInfoProto.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.RequestInfoProto
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.SegmentStateProto.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.SegmentStateProto
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.StartLogSegmentRequestProto.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.StartLogSegmentRequestProto
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.StartLogSegmentResponseProto.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.StartLogSegmentResponseProto
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.CacheManagerSection.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.CacheManagerSection
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.ErasureCodingSection.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.ErasureCodingSection
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FileSummary.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FileSummary
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FileSummary.Section.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FileSummary.Section
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FilesUnderConstructionSection.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FilesUnderConstructionSection.FileUnderConstructionEntry.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FilesUnderConstructionSection.FileUnderConstructionEntry
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FilesUnderConstructionSection
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeDirectorySection.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeDirectorySection.DirEntry.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeDirectorySection.DirEntry
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeDirectorySection
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeReferenceSection.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeReferenceSection.INodeReference.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeReferenceSection.INodeReference
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeReferenceSection
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.AclFeatureProto.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.AclFeatureProto
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.FileUnderConstructionFeature.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.FileUnderConstructionFeature
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INode.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INode
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeDirectory.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeDirectory
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeFile.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeFile
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeSymlink.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeSymlink
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.QuotaByStorageTypeEntryProto.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.QuotaByStorageTypeEntryProto
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.QuotaByStorageTypeFeatureProto.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.QuotaByStorageTypeFeatureProto
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.XAttrCompactProto.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.XAttrCompactProto
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.XAttrFeatureProto.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.XAttrFeatureProto
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.NameSystemSection.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.NameSystemSection
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.DelegationKey.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.DelegationKey
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.PersistToken.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.PersistToken
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.CreatedListEntry.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.CreatedListEntry
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DiffEntry.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DiffEntry
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DirectoryDiff.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DirectoryDiff
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.FileDiff.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.FileDiff
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotSection.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotSection
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotSection.Snapshot.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotSection.Snapshot
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.StringTableSection.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.StringTableSection.Entry.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.StringTableSection.Entry
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.StringTableSection
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.server.namenode.ha.proto.HAZKInfoProtos.ActiveNodeInfo.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hdfs.server.namenode.ha.proto.HAZKInfoProtos.ActiveNodeInfo
 
internalGetValueMap() - Static method in enum org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.MountTableRecordProto.DestOrder
 
internalGetValueMap() - Static method in enum org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INode.Type
 
internalGetValueMap() - Static method in enum org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DiffEntry.Type
 
interruptTask() - Method in class org.apache.hadoop.hdfs.server.datanode.checker.AbstractFuture
Subclasses can override this method to implement interruption of the future's computation.
interruptThread() - Method in class org.apache.hadoop.hdfs.server.datanode.LocalReplicaInPipeline
 
interruptThread() - Method in interface org.apache.hadoop.hdfs.server.datanode.ReplicaInPipeline
 
InvalidXmlException(String) - Constructor for exception org.apache.hadoop.hdfs.util.XMLUtils.InvalidXmlException
 
invokeConcurrent(Collection<T>, RemoteMethod, boolean, boolean) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcClient
Invoke multiple concurrent proxy calls to different clients.
invokeConcurrent(Collection<T>, RemoteMethod, boolean, boolean, Class<R>) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcClient
Invokes multiple concurrent proxy calls to different clients.
invokeConcurrent(Collection<T>, RemoteMethod, boolean, boolean, long, Class<R>) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcClient
Invokes multiple concurrent proxy calls to different clients.
invokeSequential(List<? extends RemoteLocationContext>, RemoteMethod) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcClient
Invokes sequential proxy calls to different locations.
invokeSequential(List<? extends RemoteLocationContext>, RemoteMethod, Class<T>, Object) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcClient
Invokes sequential proxy calls to different locations.
invokeSingle(ExtendedBlock, RemoteMethod) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcClient
Invokes a ClientProtocol method.
invokeSingle(String, RemoteMethod) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcClient
Invokes a ClientProtocol method against the specified namespace.
invokeSingle(RemoteLocationContext, RemoteMethod) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcClient
Invokes a single proxy call for a single location.
invokeSingleBlockPool(String, RemoteMethod) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcClient
Invokes a ClientProtocol method.
IPCSERIALNUMBER_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.RequestInfoProto
 
isActive() - Method in class org.apache.hadoop.hdfs.server.federation.router.ConnectionContext
Check if the connection is active.
isAvailable() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MembershipState
Check if the namenode is available.
isBalancingNeeded(double) - Method in class org.apache.hadoop.hdfs.server.diskbalancer.datamodel.DiskBalancerDataNode
Computes if this node needs balancing at all.
isBalancingNeeded(double) - Method in class org.apache.hadoop.hdfs.server.diskbalancer.datamodel.DiskBalancerVolumeSet
Computes whether we need to do any balancing on this volume Set at all.
isBlockPoolRegistered(String) - Method in class org.apache.hadoop.hdfs.security.token.block.BlockPoolTokenSecretManager
 
isCancelled() - Method in class org.apache.hadoop.hdfs.server.datanode.checker.AbstractFuture
 
isClosed() - Method in class org.apache.hadoop.hdfs.server.federation.router.ConnectionContext
Check if the connection is closed.
isDeletedBlock() - Method in class org.apache.hadoop.hdfs.server.protocol.ReceivedDeletedBlockInfo
 
isDescendant(INodeDirectory) - Method in class org.apache.hadoop.hdfs.server.namenode.INodesInPath
Verify if this INodesInPath is a descendant of the requested INodeDirectory.
isDescendantOfSnapshotRoot(INodeDirectory) - Method in class org.apache.hadoop.hdfs.server.namenode.INodeDirectory
Check if this directory is a descendant directory of a snapshot root directory.
isDirectory() - Method in class org.apache.hadoop.hdfs.server.namenode.INodeDirectory
 
isDirectory() - Method in class org.apache.hadoop.hdfs.server.namenode.INodeDirectoryAttributes.SnapshotCopy
 
isDirectory() - Method in class org.apache.hadoop.hdfs.server.namenode.INodeFileAttributes.SnapshotCopy
 
isDirectory() - Method in class org.apache.hadoop.hdfs.server.namenode.INodeReference
 
isDone() - Method in class org.apache.hadoop.hdfs.server.datanode.checker.AbstractFuture
 
isDriverReady() - Method in class org.apache.hadoop.hdfs.server.federation.store.driver.impl.StateStoreFileBaseImpl
 
isDriverReady() - Method in class org.apache.hadoop.hdfs.server.federation.store.driver.impl.StateStoreZooKeeperImpl
 
isDriverReady() - Method in class org.apache.hadoop.hdfs.server.federation.store.driver.StateStoreDriver
Check if the driver is currently running and the data store connection is valid.
isEmpty() - Method in class org.apache.hadoop.hdfs.util.Diff
 
isEmpty() - Method in class org.apache.hadoop.hdfs.util.FoldedTreeSet
 
isEmpty() - Method in class org.apache.hadoop.hdfs.util.LightWeightHashSet
Check if the set is empty.
isExcluded(DatanodeID) - Method in class org.apache.hadoop.hdfs.server.blockmanagement.CombinedHostFileManager
 
isExcluded(DatanodeID) - Method in class org.apache.hadoop.hdfs.server.blockmanagement.HostFileManager
 
isFailed() - Method in class org.apache.hadoop.hdfs.server.diskbalancer.datamodel.DiskBalancerVolume
Indicates if this is a failed volume.
isFile() - Method in class org.apache.hadoop.hdfs.server.namenode.INodeReference
 
isFileClosed(String) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
isFormatted(RpcController, QJournalProtocolProtos.IsFormattedRequestProto) - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.QJournalProtocolService.BlockingInterface
 
isFormatted(RpcController, QJournalProtocolProtos.IsFormattedRequestProto, RpcCallback<QJournalProtocolProtos.IsFormattedResponseProto>) - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.QJournalProtocolService.Interface
rpc isFormatted(.hadoop.hdfs.qjournal.IsFormattedRequestProto) returns (.hadoop.hdfs.qjournal.IsFormattedResponseProto);
isFormatted(RpcController, QJournalProtocolProtos.IsFormattedRequestProto, RpcCallback<QJournalProtocolProtos.IsFormattedResponseProto>) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.QJournalProtocolService
rpc isFormatted(.hadoop.hdfs.qjournal.IsFormattedRequestProto) returns (.hadoop.hdfs.qjournal.IsFormattedResponseProto);
isFormatted(RpcController, QJournalProtocolProtos.IsFormattedRequestProto, RpcCallback<QJournalProtocolProtos.IsFormattedResponseProto>) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.QJournalProtocolService.Stub
 
isFormatted() - Method in class org.apache.hadoop.hdfs.qjournal.server.Journal
 
ISFORMATTED_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.IsFormattedResponseProto
 
isIncluded(DatanodeID) - Method in class org.apache.hadoop.hdfs.server.blockmanagement.CombinedHostFileManager
 
isIncluded(DatanodeID) - Method in class org.apache.hadoop.hdfs.server.blockmanagement.HostFileManager
 
isInitialized() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.AddMountTableEntryRequestProto.Builder
 
isInitialized() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.AddMountTableEntryRequestProto
 
isInitialized() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.AddMountTableEntryResponseProto.Builder
 
isInitialized() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.AddMountTableEntryResponseProto
 
isInitialized() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.FederationNamespaceInfoProto.Builder
 
isInitialized() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.FederationNamespaceInfoProto
 
isInitialized() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetExpiredRegistrationsRequestProto.Builder
 
isInitialized() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetExpiredRegistrationsRequestProto
 
isInitialized() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetMountTableEntriesRequestProto.Builder
 
isInitialized() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetMountTableEntriesRequestProto
 
isInitialized() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetMountTableEntriesResponseProto.Builder
 
isInitialized() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetMountTableEntriesResponseProto
 
isInitialized() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamenodeRegistrationsRequestProto.Builder
 
isInitialized() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamenodeRegistrationsRequestProto
 
isInitialized() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamenodeRegistrationsResponseProto.Builder
 
isInitialized() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamenodeRegistrationsResponseProto
 
isInitialized() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamespaceInfoRequestProto.Builder
 
isInitialized() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamespaceInfoRequestProto
 
isInitialized() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamespaceInfoResponseProto.Builder
 
isInitialized() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamespaceInfoResponseProto
 
isInitialized() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationRequestProto.Builder
 
isInitialized() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationRequestProto
 
isInitialized() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationResponseProto.Builder
 
isInitialized() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationResponseProto
 
isInitialized() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationsRequestProto.Builder
 
isInitialized() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationsRequestProto
 
isInitialized() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationsResponseProto.Builder
 
isInitialized() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationsResponseProto
 
isInitialized() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.MountTableRecordProto.Builder
 
isInitialized() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.MountTableRecordProto
 
isInitialized() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeHeartbeatRequestProto.Builder
 
isInitialized() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeHeartbeatRequestProto
 
isInitialized() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeHeartbeatResponseProto.Builder
 
isInitialized() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeHeartbeatResponseProto
 
isInitialized() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProto.Builder
 
isInitialized() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProto
 
isInitialized() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipStatsRecordProto.Builder
 
isInitialized() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipStatsRecordProto
 
isInitialized() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RemoteLocationProto.Builder
 
isInitialized() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RemoteLocationProto
 
isInitialized() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RemoveMountTableEntryRequestProto.Builder
 
isInitialized() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RemoveMountTableEntryRequestProto
 
isInitialized() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RemoveMountTableEntryResponseProto.Builder
 
isInitialized() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RemoveMountTableEntryResponseProto
 
isInitialized() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterHeartbeatRequestProto.Builder
 
isInitialized() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterHeartbeatRequestProto
 
isInitialized() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterHeartbeatResponseProto.Builder
 
isInitialized() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterHeartbeatResponseProto
 
isInitialized() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterRecordProto.Builder
 
isInitialized() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterRecordProto
 
isInitialized() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.StateStoreVersionRecordProto.Builder
 
isInitialized() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.StateStoreVersionRecordProto
 
isInitialized() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateMountTableEntryRequestProto.Builder
 
isInitialized() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateMountTableEntryRequestProto
 
isInitialized() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateMountTableEntryResponseProto.Builder
 
isInitialized() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateMountTableEntryResponseProto
 
isInitialized() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateNamenodeRegistrationRequestProto.Builder
 
isInitialized() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateNamenodeRegistrationRequestProto
 
isInitialized() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateNamenodeRegistrationResponseProto.Builder
 
isInitialized() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateNamenodeRegistrationResponseProto
 
isInitialized() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.AcceptRecoveryRequestProto.Builder
 
isInitialized() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.AcceptRecoveryRequestProto
 
isInitialized() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.AcceptRecoveryResponseProto.Builder
 
isInitialized() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.AcceptRecoveryResponseProto
 
isInitialized() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.CanRollBackRequestProto.Builder
 
isInitialized() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.CanRollBackRequestProto
 
isInitialized() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.CanRollBackResponseProto.Builder
 
isInitialized() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.CanRollBackResponseProto
 
isInitialized() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DiscardSegmentsRequestProto.Builder
 
isInitialized() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DiscardSegmentsRequestProto
 
isInitialized() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DiscardSegmentsResponseProto.Builder
 
isInitialized() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DiscardSegmentsResponseProto
 
isInitialized() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoFinalizeRequestProto.Builder
 
isInitialized() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoFinalizeRequestProto
 
isInitialized() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoFinalizeResponseProto.Builder
 
isInitialized() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoFinalizeResponseProto
 
isInitialized() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoPreUpgradeRequestProto.Builder
 
isInitialized() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoPreUpgradeRequestProto
 
isInitialized() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoPreUpgradeResponseProto.Builder
 
isInitialized() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoPreUpgradeResponseProto
 
isInitialized() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoRollbackRequestProto.Builder
 
isInitialized() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoRollbackRequestProto
 
isInitialized() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoRollbackResponseProto.Builder
 
isInitialized() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoRollbackResponseProto
 
isInitialized() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoUpgradeRequestProto.Builder
 
isInitialized() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoUpgradeRequestProto
 
isInitialized() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoUpgradeResponseProto.Builder
 
isInitialized() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoUpgradeResponseProto
 
isInitialized() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FinalizeLogSegmentRequestProto.Builder
 
isInitialized() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FinalizeLogSegmentRequestProto
 
isInitialized() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FinalizeLogSegmentResponseProto.Builder
 
isInitialized() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FinalizeLogSegmentResponseProto
 
isInitialized() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FormatRequestProto.Builder
 
isInitialized() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FormatRequestProto
 
isInitialized() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FormatResponseProto.Builder
 
isInitialized() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FormatResponseProto
 
isInitialized() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetEditLogManifestRequestProto.Builder
 
isInitialized() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetEditLogManifestRequestProto
 
isInitialized() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetEditLogManifestResponseProto.Builder
 
isInitialized() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetEditLogManifestResponseProto
 
isInitialized() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalCTimeRequestProto.Builder
 
isInitialized() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalCTimeRequestProto
 
isInitialized() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalCTimeResponseProto.Builder
 
isInitialized() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalCTimeResponseProto
 
isInitialized() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalStateRequestProto.Builder
 
isInitialized() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalStateRequestProto
 
isInitialized() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalStateResponseProto.Builder
 
isInitialized() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalStateResponseProto
 
isInitialized() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.HeartbeatRequestProto.Builder
 
isInitialized() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.HeartbeatRequestProto
 
isInitialized() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.HeartbeatResponseProto.Builder
 
isInitialized() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.HeartbeatResponseProto
 
isInitialized() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.IsFormattedRequestProto.Builder
 
isInitialized() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.IsFormattedRequestProto
 
isInitialized() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.IsFormattedResponseProto.Builder
 
isInitialized() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.IsFormattedResponseProto
 
isInitialized() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalIdProto.Builder
 
isInitialized() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalIdProto
 
isInitialized() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalRequestProto.Builder
 
isInitialized() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalRequestProto
 
isInitialized() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalResponseProto.Builder
 
isInitialized() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalResponseProto
 
isInitialized() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.NewEpochRequestProto.Builder
 
isInitialized() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.NewEpochRequestProto
 
isInitialized() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.NewEpochResponseProto.Builder
 
isInitialized() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.NewEpochResponseProto
 
isInitialized() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PersistedRecoveryPaxosData.Builder
 
isInitialized() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PersistedRecoveryPaxosData
 
isInitialized() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PrepareRecoveryRequestProto.Builder
 
isInitialized() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PrepareRecoveryRequestProto
 
isInitialized() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PrepareRecoveryResponseProto.Builder
 
isInitialized() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PrepareRecoveryResponseProto
 
isInitialized() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PurgeLogsRequestProto.Builder
 
isInitialized() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PurgeLogsRequestProto
 
isInitialized() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PurgeLogsResponseProto.Builder
 
isInitialized() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PurgeLogsResponseProto
 
isInitialized() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.RequestInfoProto.Builder
 
isInitialized() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.RequestInfoProto
 
isInitialized() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.SegmentStateProto.Builder
 
isInitialized() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.SegmentStateProto
 
isInitialized() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.StartLogSegmentRequestProto.Builder
 
isInitialized() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.StartLogSegmentRequestProto
 
isInitialized() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.StartLogSegmentResponseProto.Builder
 
isInitialized() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.StartLogSegmentResponseProto
 
isInitialized() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.CacheManagerSection.Builder
 
isInitialized() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.CacheManagerSection
 
isInitialized() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.ErasureCodingSection.Builder
 
isInitialized() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.ErasureCodingSection
 
isInitialized() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FileSummary.Builder
 
isInitialized() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FileSummary
 
isInitialized() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FileSummary.Section.Builder
 
isInitialized() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FileSummary.Section
 
isInitialized() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FilesUnderConstructionSection.Builder
 
isInitialized() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FilesUnderConstructionSection.FileUnderConstructionEntry.Builder
 
isInitialized() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FilesUnderConstructionSection.FileUnderConstructionEntry
 
isInitialized() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FilesUnderConstructionSection
 
isInitialized() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeDirectorySection.Builder
 
isInitialized() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeDirectorySection.DirEntry.Builder
 
isInitialized() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeDirectorySection.DirEntry
 
isInitialized() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeDirectorySection
 
isInitialized() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeReferenceSection.Builder
 
isInitialized() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeReferenceSection.INodeReference.Builder
 
isInitialized() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeReferenceSection.INodeReference
 
isInitialized() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeReferenceSection
 
isInitialized() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.AclFeatureProto.Builder
 
isInitialized() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.AclFeatureProto
 
isInitialized() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.Builder
 
isInitialized() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.FileUnderConstructionFeature.Builder
 
isInitialized() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.FileUnderConstructionFeature
 
isInitialized() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INode.Builder
 
isInitialized() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INode
 
isInitialized() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeDirectory.Builder
 
isInitialized() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeDirectory
 
isInitialized() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeFile.Builder
 
isInitialized() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeFile
 
isInitialized() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeSymlink.Builder
 
isInitialized() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeSymlink
 
isInitialized() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection
 
isInitialized() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.QuotaByStorageTypeEntryProto.Builder
 
isInitialized() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.QuotaByStorageTypeEntryProto
 
isInitialized() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.QuotaByStorageTypeFeatureProto.Builder
 
isInitialized() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.QuotaByStorageTypeFeatureProto
 
isInitialized() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.XAttrCompactProto.Builder
 
isInitialized() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.XAttrCompactProto
 
isInitialized() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.XAttrFeatureProto.Builder
 
isInitialized() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.XAttrFeatureProto
 
isInitialized() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.NameSystemSection.Builder
 
isInitialized() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.NameSystemSection
 
isInitialized() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.Builder
 
isInitialized() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.DelegationKey.Builder
 
isInitialized() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.DelegationKey
 
isInitialized() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection
 
isInitialized() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.PersistToken.Builder
 
isInitialized() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.PersistToken
 
isInitialized() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.Builder
 
isInitialized() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.CreatedListEntry.Builder
 
isInitialized() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.CreatedListEntry
 
isInitialized() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DiffEntry.Builder
 
isInitialized() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DiffEntry
 
isInitialized() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DirectoryDiff.Builder
 
isInitialized() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DirectoryDiff
 
isInitialized() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.FileDiff.Builder
 
isInitialized() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.FileDiff
 
isInitialized() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection
 
isInitialized() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotSection.Builder
 
isInitialized() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotSection
 
isInitialized() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotSection.Snapshot.Builder
 
isInitialized() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotSection.Snapshot
 
isInitialized() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.StringTableSection.Builder
 
isInitialized() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.StringTableSection.Entry.Builder
 
isInitialized() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.StringTableSection.Entry
 
isInitialized() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.StringTableSection
 
isInitialized() - Method in class org.apache.hadoop.hdfs.server.namenode.ha.proto.HAZKInfoProtos.ActiveNodeInfo.Builder
 
isInitialized() - Method in class org.apache.hadoop.hdfs.server.namenode.ha.proto.HAZKInfoProtos.ActiveNodeInfo
 
isInProgress() - Method in class org.apache.hadoop.hdfs.server.protocol.RemoteEditLog
 
ISINPROGRESS_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.SegmentStateProto
 
isInSafeMode() - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
Check if the Router is in safe mode and cannot serve RPC calls.
isIterationOver() - Method in class org.apache.hadoop.hdfs.server.balancer.Dispatcher.Source
Check if the iteration is over
isLocatedOn(L) - Method in class org.apache.hadoop.hdfs.server.balancer.MovedBlocks.Locations
 
isMovable(Collection<DatanodeInfo>, DatanodeInfo, DatanodeInfo) - Method in class org.apache.hadoop.hdfs.server.blockmanagement.BlockPlacementPolicyWithNodeGroup
Check if there are any replica (other than source) on the same node group with target.
isOfType(Storage.StorageDirType) - Method in enum org.apache.hadoop.hdfs.server.namenode.NNStorage.NameNodeDirType
 
isPlacementPolicySatisfied() - Method in class org.apache.hadoop.hdfs.server.blockmanagement.BlockPlacementStatusDefault
 
isRaw() - Method in class org.apache.hadoop.hdfs.server.namenode.INodesInPath
 
isReadOnly() - Method in class org.apache.hadoop.hdfs.server.diskbalancer.datamodel.DiskBalancerVolume
Tells us if this volume is read-only.
isReadOnly() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MountTablePBImpl
 
isReadOnly() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MountTable
Check if the entry is read only.
isReference() - Method in class org.apache.hadoop.hdfs.server.namenode.INodeReference
 
isReservedForOldRelease() - Method in class org.apache.hadoop.hdfs.protocol.LayoutVersion.FeatureInfo
 
isRollingUpgrade(RpcController, NamenodeProtocolProtos.IsRollingUpgradeRequestProto) - Method in class org.apache.hadoop.hdfs.protocolPB.NamenodeProtocolServerSideTranslatorPB
 
ISSAFEMODE_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProto
 
isSecurityEnabled() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NamenodeBeanMetrics
 
isSimulated() - Method in class org.apache.hadoop.hdfs.server.datanode.fsdataset.FsDatasetSpi.Factory
Does the factory create simulated objects?
isSkip() - Method in class org.apache.hadoop.hdfs.server.diskbalancer.datamodel.DiskBalancerVolume
returns if we should skip this volume.
ISSNAPSHOTROOT_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DirectoryDiff
 
isSnapshottable() - Method in class org.apache.hadoop.hdfs.server.namenode.INodeDirectory
 
isStriped() - Method in class org.apache.hadoop.hdfs.server.namenode.INodeFileAttributes.SnapshotCopy
 
isStriped() - Method in class org.apache.hadoop.hdfs.server.protocol.BlockRecoveryCommand.RecoveringStripedBlock
 
isStripedBlockID(long) - Static method in class org.apache.hadoop.hdfs.server.blockmanagement.BlockIdManager
 
ISSUEDATE_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.PersistToken
 
isSymlink() - Method in class org.apache.hadoop.hdfs.server.namenode.INodeReference
 
isTokenRequired() - Method in class org.apache.hadoop.hdfs.HdfsDtFetcher
 
isTransient() - Method in class org.apache.hadoop.hdfs.server.diskbalancer.datamodel.DiskBalancerVolume
Indicates if the volume is Transient in nature.
isTransient() - Method in class org.apache.hadoop.hdfs.server.diskbalancer.datamodel.DiskBalancerVolumeSet
Tells us if this volumeSet is transient.
isTransientStorage() - Method in interface org.apache.hadoop.hdfs.server.datanode.fsdataset.FsVolumeSpi
Returns true if the volume is NOT backed by persistent storage.
isTransientStorage() - Method in class org.apache.hadoop.hdfs.server.datanode.fsdataset.ReplicaOutputStreams
 
isTrusted() - Method in class org.apache.hadoop.hdfs.protocol.datatransfer.BlackListBasedTrustedChannelResolver
 
isTrusted(InetAddress) - Method in class org.apache.hadoop.hdfs.protocol.datatransfer.BlackListBasedTrustedChannelResolver
 
isTrusted() - Method in class org.apache.hadoop.hdfs.protocol.datatransfer.WhitelistBasedTrustedChannelResolver
 
isTrusted(InetAddress) - Method in class org.apache.hadoop.hdfs.protocol.datatransfer.WhitelistBasedTrustedChannelResolver
 
isUpgradeFinalized(RpcController, NamenodeProtocolProtos.IsUpgradeFinalizedRequestProto) - Method in class org.apache.hadoop.hdfs.protocolPB.NamenodeProtocolServerSideTranslatorPB
 
isUpgradeFinalized() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NamenodeBeanMetrics
 
isUsable() - Method in class org.apache.hadoop.hdfs.server.federation.router.ConnectionContext
Check if the connection can be used.
isWithSnapshot() - Method in class org.apache.hadoop.hdfs.server.namenode.INodeDirectory
Is this file has the snapshot feature?
iterator() - Method in class org.apache.hadoop.hdfs.server.blockmanagement.HostSet
 
iterator() - Method in class org.apache.hadoop.hdfs.server.datanode.fsdataset.FsDatasetSpi.FsVolumeReferences
 
iterator() - Method in class org.apache.hadoop.hdfs.util.FoldedTreeSet
 
iterator() - Method in class org.apache.hadoop.hdfs.util.LightWeightHashSet
 
iterator() - Method in class org.apache.hadoop.hdfs.util.LightWeightLinkedSet
 

J

JID_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.CanRollBackRequestProto
 
JID_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DiscardSegmentsRequestProto
 
JID_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoFinalizeRequestProto
 
JID_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoPreUpgradeRequestProto
 
JID_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoRollbackRequestProto
 
JID_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoUpgradeRequestProto
 
JID_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FormatRequestProto
 
JID_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetEditLogManifestRequestProto
 
JID_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalCTimeRequestProto
 
JID_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalStateRequestProto
 
JID_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.IsFormattedRequestProto
 
JID_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.NewEpochRequestProto
 
journal(RpcController, QJournalProtocolProtos.JournalRequestProto) - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.QJournalProtocolService.BlockingInterface
 
journal(RpcController, QJournalProtocolProtos.JournalRequestProto, RpcCallback<QJournalProtocolProtos.JournalResponseProto>) - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.QJournalProtocolService.Interface
rpc journal(.hadoop.hdfs.qjournal.JournalRequestProto) returns (.hadoop.hdfs.qjournal.JournalResponseProto);
journal(RpcController, QJournalProtocolProtos.JournalRequestProto, RpcCallback<QJournalProtocolProtos.JournalResponseProto>) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.QJournalProtocolService
rpc journal(.hadoop.hdfs.qjournal.JournalRequestProto) returns (.hadoop.hdfs.qjournal.JournalResponseProto);
journal(RpcController, QJournalProtocolProtos.JournalRequestProto, RpcCallback<QJournalProtocolProtos.JournalResponseProto>) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.QJournalProtocolService.Stub
 
Journal - Class in org.apache.hadoop.hdfs.qjournal.server
A JournalNode can manage journals for several clusters at once.
JOURNALID_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.RequestInfoProto
 
JournalManager.CorruptionException - Exception in org.apache.hadoop.hdfs.server.namenode
Indicate that a journal is cannot be used to load a certain range of edits.
JournalNodeMXBean - Interface in org.apache.hadoop.hdfs.qjournal.server
This is the JMX management interface for JournalNode information
JsonNodeConnector - Class in org.apache.hadoop.hdfs.server.diskbalancer.connectors
A connector that understands JSON data cluster models.
JsonNodeConnector(URL) - Constructor for class org.apache.hadoop.hdfs.server.diskbalancer.connectors.JsonNodeConnector
Constructs a JsonNodeConnector.
JsonUtil - Class in org.apache.hadoop.hdfs.web
JSON Utilities
JsonUtil() - Constructor for class org.apache.hadoop.hdfs.web.JsonUtil
 

K

KEY_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.DelegationKey
 
keys - Variable in class org.apache.hadoop.hdfs.security.token.delegation.DelegationTokenSecretManager.SecretManagerState
 

L

last() - Method in class org.apache.hadoop.hdfs.util.FoldedTreeSet
 
LAST_PROMISED_FILENAME - Static variable in class org.apache.hadoop.hdfs.qjournal.server.Journal
 
LAST_WRITER_EPOCH - Static variable in class org.apache.hadoop.hdfs.qjournal.server.Journal
 
LASTALLOCATEDBLOCKID_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.NameSystemSection
 
LASTALLOCATEDSTRIPEDBLOCKID_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.NameSystemSection
 
LASTCOMMITTEDTXID_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PrepareRecoveryResponseProto
 
LASTCONTACT_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProto
 
LASTINODEID_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection
 
LASTPROMISEDEPOCH_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalStateResponseProto
 
LASTSEGMENTTXID_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.NewEpochResponseProto
 
LASTSNAPSHOTID_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeReferenceSection.INodeReference
 
LASTWRITEREPOCH_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PrepareRecoveryResponseProto
 
LayoutVersion.Feature - Enum in org.apache.hadoop.hdfs.protocol
Enums for features that change the layout version before rolling upgrade is supported.
LayoutVersion.FeatureInfo - Class in org.apache.hadoop.hdfs.protocol
Feature information.
LayoutVersion.LayoutFeature - Interface in org.apache.hadoop.hdfs.protocol
The interface to be implemented by NameNode and DataNode layout features
LAYOUTVERSION_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.StartLogSegmentRequestProto
 
LAYOUTVERSION_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FileSummary
 
LeavingServiceStatus() - Constructor for class org.apache.hadoop.hdfs.server.blockmanagement.DatanodeDescriptor.LeavingServiceStatus
 
length(long) - Method in class org.apache.hadoop.hdfs.server.namenode.ContentCounts.Builder
 
length() - Method in class org.apache.hadoop.hdfs.server.namenode.INodesInPath
 
LENGTH_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FileSummary.Section
 
LengthInputStream - Class in org.apache.hadoop.hdfs.server.datanode.fsdataset
An input stream with length.
LengthInputStream(InputStream, long) - Constructor for class org.apache.hadoop.hdfs.server.datanode.fsdataset.LengthInputStream
Create an stream.
LIFELINEADDRESS_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProto
 
LightWeightHashSet<T> - Class in org.apache.hadoop.hdfs.util
A low memory linked hash set implementation, which uses an array for storing the elements and linked lists for collision resolution.
LightWeightHashSet(int, float, float) - Constructor for class org.apache.hadoop.hdfs.util.LightWeightHashSet
 
LightWeightHashSet() - Constructor for class org.apache.hadoop.hdfs.util.LightWeightHashSet
 
LightWeightHashSet(int) - Constructor for class org.apache.hadoop.hdfs.util.LightWeightHashSet
 
LightWeightLinkedSet<T> - Class in org.apache.hadoop.hdfs.util
A low memory linked hash set implementation, which uses an array for storing the elements and linked lists for collision resolution.
LightWeightLinkedSet(int, float, float) - Constructor for class org.apache.hadoop.hdfs.util.LightWeightLinkedSet
 
LightWeightLinkedSet() - Constructor for class org.apache.hadoop.hdfs.util.LightWeightLinkedSet
 
like(BaseRecord) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.BaseRecord
Check if this record matches a partial record.
like(BaseRecord) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MembershipState
 
like(BaseRecord) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MountTable
 
like(BaseRecord) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.RouterState
 
listCacheDirectives(long, CacheDirectiveInfo) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
listCachePools(String) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
listCorruptFileBlocks(String, String) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
listEncryptionZones(long) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
listOpenFiles(long) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
Deprecated.
listOpenFiles(long, EnumSet<OpenFilesIterator.OpenFilesType>, String) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
listReconfigurableProperties(RpcController, ReconfigurationProtocolProtos.ListReconfigurablePropertiesRequestProto) - Method in class org.apache.hadoop.hdfs.protocolPB.ReconfigurationProtocolServerSideTranslatorPB
 
listReconfigurableProperties(List<String>) - Static method in class org.apache.hadoop.hdfs.protocolPB.ReconfigurationProtocolServerSideUtils
 
listReencryptionStatus(long) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
listXAttrs(String) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
liveEnteringMaintenanceReplicas() - Method in class org.apache.hadoop.hdfs.server.blockmanagement.NumberReplicas
 
liveReplicas() - Method in class org.apache.hadoop.hdfs.server.blockmanagement.NumberReplicas
 
load(File) - Method in class org.apache.hadoop.hdfs.server.namenode.FSImageFormat.Loader
 
loadAclEntries(FsImageProto.INodeSection.AclFeatureProto, String[]) - Static method in class org.apache.hadoop.hdfs.server.namenode.FSImageFormatPBINode.Loader
 
loadBlockIterator(String, String) - Method in interface org.apache.hadoop.hdfs.server.datanode.fsdataset.FsVolumeSpi
Load a saved block iterator.
loadCache(boolean) - Method in class org.apache.hadoop.hdfs.server.federation.resolver.MembershipNamenodeResolver
 
loadCache(boolean) - Method in class org.apache.hadoop.hdfs.server.federation.resolver.MountTableResolver
Replaces the current in-memory cached of the mount table with a new version fetched from the data store.
loadCache(boolean) - Method in class org.apache.hadoop.hdfs.server.federation.store.CachedRecordStore
 
loadCache(boolean) - Method in interface org.apache.hadoop.hdfs.server.federation.store.StateStoreCache
Load the cache from the State Store.
loadCreated(byte[], INodeDirectory) - Static method in class org.apache.hadoop.hdfs.server.namenode.snapshot.SnapshotFSImageFormat
Load a node stored in the created list from fsimage.
loadDirectoryDiffList(INodeDirectory, DataInput, FSImageFormat.Loader) - Static method in class org.apache.hadoop.hdfs.server.namenode.snapshot.SnapshotFSImageFormat
Load the SnapshotDiff list for the INodeDirectoryWithSnapshot directory.
Loader(FSNamesystem, FSImageFormatProtobuf.Loader) - Constructor for class org.apache.hadoop.hdfs.server.namenode.snapshot.FSImageFormatPBSnapshot.Loader
 
LoaderContext() - Constructor for class org.apache.hadoop.hdfs.server.namenode.FSImageFormatProtobuf.LoaderContext
 
loadFileDiffList(DataInput, FSImageFormat.Loader) - Static method in class org.apache.hadoop.hdfs.server.namenode.snapshot.SnapshotFSImageFormat
 
loadINodeDirectory(FsImageProto.INodeSection.INode, FSImageFormatProtobuf.LoaderContext) - Static method in class org.apache.hadoop.hdfs.server.namenode.FSImageFormatPBINode.Loader
 
loadINodeDirectoryAttributes(DataInput) - Method in class org.apache.hadoop.hdfs.server.namenode.FSImageFormat.Loader
 
loadINodeFileAttributes(DataInput) - Method in class org.apache.hadoop.hdfs.server.namenode.FSImageFormat.Loader
Load INodeFileAttributes.
loadINodeReferenceSection(InputStream) - Method in class org.apache.hadoop.hdfs.server.namenode.snapshot.FSImageFormatPBSnapshot.Loader
The sequence of the ref node in refList must be strictly the same with the sequence in fsimage
loadINodeReferenceWithCount(boolean, DataInput, FSImageFormat.Loader) - Method in class org.apache.hadoop.hdfs.server.namenode.snapshot.SnapshotFSImageFormat.ReferenceMap
 
loadINodeWithLocalName(boolean, DataInput, boolean) - Method in class org.apache.hadoop.hdfs.server.namenode.FSImageFormat.Loader
 
loadINodeWithLocalName(boolean, DataInput, boolean, StartupProgress.Counter) - Method in class org.apache.hadoop.hdfs.server.namenode.FSImageFormat.Loader
 
loadLastPartialChunkChecksum(File, File) - Method in interface org.apache.hadoop.hdfs.server.datanode.fsdataset.FsVolumeSpi
Load last partial chunk checksum from checksum file.
loadPermission(long, String[]) - Static method in class org.apache.hadoop.hdfs.server.namenode.FSImageFormatPBINode.Loader
 
loadQuotaByStorageTypeEntries(FsImageProto.INodeSection.QuotaByStorageTypeFeatureProto) - Static method in class org.apache.hadoop.hdfs.server.namenode.FSImageFormatPBINode.Loader
 
loadSnapshotDiffSection(InputStream) - Method in class org.apache.hadoop.hdfs.server.namenode.snapshot.FSImageFormatPBSnapshot.Loader
Load the snapshot diff section from fsimage.
loadSnapshotList(INodeDirectory, int, DataInput, FSImageFormat.Loader) - Static method in class org.apache.hadoop.hdfs.server.namenode.snapshot.SnapshotFSImageFormat
Load snapshots and snapshotQuota for a Snapshottable directory.
loadSnapshotSection(InputStream) - Method in class org.apache.hadoop.hdfs.server.namenode.snapshot.FSImageFormatPBSnapshot.Loader
Load the snapshots section from fsimage.
loadXAttrs(FsImageProto.INodeSection.XAttrFeatureProto, String[]) - Static method in class org.apache.hadoop.hdfs.server.namenode.FSImageFormatPBINode.Loader
 
LOCAL_VALUE - Static variable in enum org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.MountTableRecordProto.DestOrder
LOCAL = 1;
LocalReplica - Class in org.apache.hadoop.hdfs.server.datanode
This class is used for all replicas which are on local storage media and hence, are backed by files.
LocalReplica.ReplicaDirInfo - Class in org.apache.hadoop.hdfs.server.datanode
 
LocalReplicaInPipeline - Class in org.apache.hadoop.hdfs.server.datanode
This class defines a replica in a pipeline, which includes a persistent replica being written to by a dfs client or a temporary replica being replicated by a source datanode or being copied for the balancing purpose.
LocalReplicaInPipeline(long, long, FsVolumeSpi, File, long) - Constructor for class org.apache.hadoop.hdfs.server.datanode.LocalReplicaInPipeline
Constructor for a zero length replica.
LocalReplicaInPipeline(LocalReplicaInPipeline) - Constructor for class org.apache.hadoop.hdfs.server.datanode.LocalReplicaInPipeline
Copy constructor.
Locations(Block) - Constructor for class org.apache.hadoop.hdfs.server.balancer.MovedBlocks.Locations
 
locations - Variable in class org.apache.hadoop.hdfs.server.balancer.MovedBlocks.Locations
The locations of the replicas of the block.
lockRecordRead(Class<T>) - Method in class org.apache.hadoop.hdfs.server.federation.store.driver.impl.StateStoreFileBaseImpl
Lock reading records.
lockRecordRead(Class<T>) - Method in class org.apache.hadoop.hdfs.server.federation.store.driver.impl.StateStoreFileImpl
 
lockRecordRead(Class<T>) - Method in class org.apache.hadoop.hdfs.server.federation.store.driver.impl.StateStoreFileSystemImpl
 
lockRecordWrite(Class<T>) - Method in class org.apache.hadoop.hdfs.server.federation.store.driver.impl.StateStoreFileBaseImpl
Lock writing records.
lockRecordWrite(Class<T>) - Method in class org.apache.hadoop.hdfs.server.federation.store.driver.impl.StateStoreFileImpl
 
lockRecordWrite(Class<T>) - Method in class org.apache.hadoop.hdfs.server.federation.store.driver.impl.StateStoreFileSystemImpl
 
LOG - Static variable in class org.apache.hadoop.hdfs.net.DFSTopologyNodeImpl
 
LOG - Static variable in class org.apache.hadoop.hdfs.server.common.MetricsLoggerTask
 
LOG - Static variable in class org.apache.hadoop.hdfs.server.datanode.checker.DatasetVolumeChecker
 
LOG - Static variable in class org.apache.hadoop.hdfs.server.datanode.fsdataset.ReplicaInputStreams
 
LOG - Static variable in class org.apache.hadoop.hdfs.server.datanode.fsdataset.ReplicaOutputStreams
 
LOG - Static variable in class org.apache.hadoop.hdfs.server.datanode.fsdataset.RoundRobinVolumeChoosingPolicy
 
LOG - Static variable in class org.apache.hadoop.hdfs.server.datanode.ShortCircuitRegistry
 
LOG - Static variable in class org.apache.hadoop.hdfs.server.datanode.VolumeScanner
 
LOG - Static variable in class org.apache.hadoop.hdfs.server.datanode.web.webhdfs.DataNodeUGIProvider
 
LOG - Static variable in class org.apache.hadoop.hdfs.server.namenode.EncryptionZoneManager
 
LOG - Static variable in class org.apache.hadoop.hdfs.server.namenode.INodesInPath
 
LOG - Static variable in class org.apache.hadoop.hdfs.server.namenode.snapshot.SnapshotManager
 
LOG - Static variable in class org.apache.hadoop.hdfs.server.namenode.web.resources.NamenodeWebHdfsMethods
 
LOG - Static variable in class org.apache.hadoop.hdfs.tools.offlineImageViewer.WebImageViewer
 
LOG - Static variable in class org.apache.hadoop.hdfs.web.resources.ExceptionHandler
 
logAuditEvent(boolean, String, InetAddress, String, String, String, FileStatus) - Method in interface org.apache.hadoop.hdfs.server.namenode.AuditLogger
Called to log an audit event.
logAuditEvent(boolean, String, InetAddress, String, String, String, FileStatus) - Method in class org.apache.hadoop.hdfs.server.namenode.HdfsAuditLogger
 
logAuditEvent(boolean, String, InetAddress, String, String, String, FileStatus, CallerContext, UserGroupInformation, DelegationTokenSecretManager) - Method in class org.apache.hadoop.hdfs.server.namenode.HdfsAuditLogger
Same as HdfsAuditLogger.logAuditEvent(boolean, String, InetAddress, String, String, String, FileStatus) with additional parameters related to logging delegation token tracking IDs.
logAuditEvent(boolean, String, InetAddress, String, String, String, FileStatus, UserGroupInformation, DelegationTokenSecretManager) - Method in class org.apache.hadoop.hdfs.server.namenode.HdfsAuditLogger
lookupLocation(String) - Method in class org.apache.hadoop.hdfs.server.federation.resolver.MountTableResolver
Build the path location to insert into the cache atomically.

M

main(String[]) - Static method in class org.apache.hadoop.hdfs.server.federation.router.DFSRouter
Main run loop for the router.
main(String[]) - Static method in class org.apache.hadoop.hdfs.tools.DFSHAAdmin
 
main(String[]) - Static method in class org.apache.hadoop.hdfs.tools.DiskBalancerCLI
Main for the DiskBalancer Command handling.
main(String[]) - Static method in class org.apache.hadoop.hdfs.tools.GetConf
 
main(String[]) - Static method in class org.apache.hadoop.hdfs.tools.StoragePolicyAdmin
 
maintenanceNotForReadReplicas() - Method in class org.apache.hadoop.hdfs.server.blockmanagement.NumberReplicas
 
maintenanceReplicas() - Method in class org.apache.hadoop.hdfs.server.blockmanagement.NumberReplicas
 
makeMetricsLoggerAsync(Log) - Static method in class org.apache.hadoop.hdfs.server.common.MetricsLoggerTask
Make the metrics logger async and add all pre-existing appenders to the async appender.
MANIFEST_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetEditLogManifestResponseProto
 
Map(EnumCounters.Factory<E, C>) - Constructor for class org.apache.hadoop.hdfs.util.EnumCounters.Map
Construct a map.
mark(int) - Method in class org.apache.hadoop.hdfs.server.namenode.FSEditLogLoader.PositionTrackingInputStream
 
markSuspectBlock(ExtendedBlock) - Method in class org.apache.hadoop.hdfs.server.datanode.VolumeScanner
 
MASTERKEYID_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.PersistToken
 
match(NetworkTopology, Node, Node) - Method in interface org.apache.hadoop.hdfs.server.balancer.Matcher
Given the cluster topology, does the left node match the right node?
Matcher - Interface in org.apache.hadoop.hdfs.server.balancer
A matcher interface for matching nodes.
matches(HdfsServerConstants.StartupOption) - Method in enum org.apache.hadoop.hdfs.server.common.HdfsServerConstants.RollingUpgradeStartupOption
 
matches(T) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.Query
Check if a record matches the primary keys or the partial record.
MAX_NEW_CONNECTIONS - Static variable in class org.apache.hadoop.hdfs.server.federation.router.ConnectionManager
Number of parallel new connections to create.
MAXDATE_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.PersistToken
 
MaxDirectoryItemsExceededException() - Constructor for exception org.apache.hadoop.hdfs.protocol.FSLimitException.MaxDirectoryItemsExceededException
 
MaxDirectoryItemsExceededException(String) - Constructor for exception org.apache.hadoop.hdfs.protocol.FSLimitException.MaxDirectoryItemsExceededException
 
MaxDirectoryItemsExceededException(String, long, long) - Constructor for exception org.apache.hadoop.hdfs.protocol.FSLimitException.MaxDirectoryItemsExceededException
 
MAXERROR - Static variable in class org.apache.hadoop.hdfs.tools.DiskBalancerCLI
Specifies the maximum errors to tolerate.
MB - Static variable in class org.apache.hadoop.hdfs.server.diskbalancer.planner.GreedyPlanner
 
MD5_SUFFIX - Static variable in class org.apache.hadoop.hdfs.util.MD5FileUtils
 
MD5FileUtils - Class in org.apache.hadoop.hdfs.util
Static functions for dealing with files of the same format that the Unix "md5sum" utility writes.
MD5FileUtils() - Constructor for class org.apache.hadoop.hdfs.util.MD5FileUtils
 
MEMBERSHIP_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamenodeRegistrationsRequestProto
 
MembershipNamenodeResolver - Class in org.apache.hadoop.hdfs.server.federation.resolver
Implements a cached lookup of the most recently active namenode for a particular nameservice.
MembershipNamenodeResolver(Configuration, StateStoreService) - Constructor for class org.apache.hadoop.hdfs.server.federation.resolver.MembershipNamenodeResolver
 
MembershipState - Class in org.apache.hadoop.hdfs.server.federation.store.records
Data schema for storing NN registration information in the FederationStateStoreService.
MembershipState() - Constructor for class org.apache.hadoop.hdfs.server.federation.store.records.MembershipState
Constructors.
MembershipStatePBImpl - Class in org.apache.hadoop.hdfs.server.federation.store.records.impl.pb
Protobuf implementation of the MembershipState record.
MembershipStatePBImpl() - Constructor for class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MembershipStatePBImpl
 
MembershipStatePBImpl(HdfsServerFederationProtos.NamenodeMembershipRecordProto) - Constructor for class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MembershipStatePBImpl
 
MembershipStats - Class in org.apache.hadoop.hdfs.server.federation.store.records
Data schema for storing NN stats in the StateStoreService.
MembershipStats() - Constructor for class org.apache.hadoop.hdfs.server.federation.store.records.MembershipStats
 
MembershipStatsPBImpl - Class in org.apache.hadoop.hdfs.server.federation.store.records.impl.pb
Protobuf implementation of the MembershipStats record.
MembershipStatsPBImpl() - Constructor for class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MembershipStatsPBImpl
 
MEMBERSHIPVERSION_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.StateStoreVersionRecordProto
 
merge(Map<FederationNamespaceInfo, T[]>, Class<T>) - Static method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
Merge the outputs from multiple namespaces.
mergeAcl(FsImageProto.INodeSection.AclFeatureProto) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeDirectory.Builder
optional .hadoop.hdfs.fsimage.INodeSection.AclFeatureProto acl = 5;
mergeAcl(FsImageProto.INodeSection.AclFeatureProto) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeFile.Builder
optional .hadoop.hdfs.fsimage.INodeSection.AclFeatureProto acl = 8;
mergeDirectory(FsImageProto.INodeSection.INodeDirectory) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INode.Builder
optional .hadoop.hdfs.fsimage.INodeSection.INodeDirectory directory = 5;
mergeEntry(HdfsServerFederationProtos.MountTableRecordProto) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.AddMountTableEntryRequestProto.Builder
optional .hadoop.hdfs.MountTableRecordProto entry = 1;
mergeEntry(HdfsServerFederationProtos.MountTableRecordProto) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateMountTableEntryRequestProto.Builder
optional .hadoop.hdfs.MountTableRecordProto entry = 1;
mergeFile(FsImageProto.INodeSection.INodeFile) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INode.Builder
optional .hadoop.hdfs.fsimage.INodeSection.INodeFile file = 4;
mergeFileUC(FsImageProto.INodeSection.FileUnderConstructionFeature) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeFile.Builder
optional .hadoop.hdfs.fsimage.INodeSection.FileUnderConstructionFeature fileUC = 7;
mergeFrom(Message) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.AddMountTableEntryRequestProto.Builder
 
mergeFrom(HdfsServerFederationProtos.AddMountTableEntryRequestProto) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.AddMountTableEntryRequestProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.AddMountTableEntryRequestProto.Builder
 
mergeFrom(Message) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.AddMountTableEntryResponseProto.Builder
 
mergeFrom(HdfsServerFederationProtos.AddMountTableEntryResponseProto) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.AddMountTableEntryResponseProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.AddMountTableEntryResponseProto.Builder
 
mergeFrom(Message) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.FederationNamespaceInfoProto.Builder
 
mergeFrom(HdfsServerFederationProtos.FederationNamespaceInfoProto) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.FederationNamespaceInfoProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.FederationNamespaceInfoProto.Builder
 
mergeFrom(Message) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetExpiredRegistrationsRequestProto.Builder
 
mergeFrom(HdfsServerFederationProtos.GetExpiredRegistrationsRequestProto) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetExpiredRegistrationsRequestProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetExpiredRegistrationsRequestProto.Builder
 
mergeFrom(Message) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetMountTableEntriesRequestProto.Builder
 
mergeFrom(HdfsServerFederationProtos.GetMountTableEntriesRequestProto) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetMountTableEntriesRequestProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetMountTableEntriesRequestProto.Builder
 
mergeFrom(Message) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetMountTableEntriesResponseProto.Builder
 
mergeFrom(HdfsServerFederationProtos.GetMountTableEntriesResponseProto) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetMountTableEntriesResponseProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetMountTableEntriesResponseProto.Builder
 
mergeFrom(Message) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamenodeRegistrationsRequestProto.Builder
 
mergeFrom(HdfsServerFederationProtos.GetNamenodeRegistrationsRequestProto) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamenodeRegistrationsRequestProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamenodeRegistrationsRequestProto.Builder
 
mergeFrom(Message) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamenodeRegistrationsResponseProto.Builder
 
mergeFrom(HdfsServerFederationProtos.GetNamenodeRegistrationsResponseProto) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamenodeRegistrationsResponseProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamenodeRegistrationsResponseProto.Builder
 
mergeFrom(Message) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamespaceInfoRequestProto.Builder
 
mergeFrom(HdfsServerFederationProtos.GetNamespaceInfoRequestProto) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamespaceInfoRequestProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamespaceInfoRequestProto.Builder
 
mergeFrom(Message) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamespaceInfoResponseProto.Builder
 
mergeFrom(HdfsServerFederationProtos.GetNamespaceInfoResponseProto) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamespaceInfoResponseProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamespaceInfoResponseProto.Builder
 
mergeFrom(Message) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationRequestProto.Builder
 
mergeFrom(HdfsServerFederationProtos.GetRouterRegistrationRequestProto) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationRequestProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationRequestProto.Builder
 
mergeFrom(Message) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationResponseProto.Builder
 
mergeFrom(HdfsServerFederationProtos.GetRouterRegistrationResponseProto) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationResponseProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationResponseProto.Builder
 
mergeFrom(Message) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationsRequestProto.Builder
 
mergeFrom(HdfsServerFederationProtos.GetRouterRegistrationsRequestProto) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationsRequestProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationsRequestProto.Builder
 
mergeFrom(Message) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationsResponseProto.Builder
 
mergeFrom(HdfsServerFederationProtos.GetRouterRegistrationsResponseProto) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationsResponseProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationsResponseProto.Builder
 
mergeFrom(Message) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.MountTableRecordProto.Builder
 
mergeFrom(HdfsServerFederationProtos.MountTableRecordProto) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.MountTableRecordProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.MountTableRecordProto.Builder
 
mergeFrom(Message) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeHeartbeatRequestProto.Builder
 
mergeFrom(HdfsServerFederationProtos.NamenodeHeartbeatRequestProto) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeHeartbeatRequestProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeHeartbeatRequestProto.Builder
 
mergeFrom(Message) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeHeartbeatResponseProto.Builder
 
mergeFrom(HdfsServerFederationProtos.NamenodeHeartbeatResponseProto) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeHeartbeatResponseProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeHeartbeatResponseProto.Builder
 
mergeFrom(Message) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProto.Builder
 
mergeFrom(HdfsServerFederationProtos.NamenodeMembershipRecordProto) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProto.Builder
 
mergeFrom(Message) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipStatsRecordProto.Builder
 
mergeFrom(HdfsServerFederationProtos.NamenodeMembershipStatsRecordProto) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipStatsRecordProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipStatsRecordProto.Builder
 
mergeFrom(Message) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RemoteLocationProto.Builder
 
mergeFrom(HdfsServerFederationProtos.RemoteLocationProto) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RemoteLocationProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RemoteLocationProto.Builder
 
mergeFrom(Message) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RemoveMountTableEntryRequestProto.Builder
 
mergeFrom(HdfsServerFederationProtos.RemoveMountTableEntryRequestProto) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RemoveMountTableEntryRequestProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RemoveMountTableEntryRequestProto.Builder
 
mergeFrom(Message) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RemoveMountTableEntryResponseProto.Builder
 
mergeFrom(HdfsServerFederationProtos.RemoveMountTableEntryResponseProto) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RemoveMountTableEntryResponseProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RemoveMountTableEntryResponseProto.Builder
 
mergeFrom(Message) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterHeartbeatRequestProto.Builder
 
mergeFrom(HdfsServerFederationProtos.RouterHeartbeatRequestProto) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterHeartbeatRequestProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterHeartbeatRequestProto.Builder
 
mergeFrom(Message) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterHeartbeatResponseProto.Builder
 
mergeFrom(HdfsServerFederationProtos.RouterHeartbeatResponseProto) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterHeartbeatResponseProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterHeartbeatResponseProto.Builder
 
mergeFrom(Message) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterRecordProto.Builder
 
mergeFrom(HdfsServerFederationProtos.RouterRecordProto) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterRecordProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterRecordProto.Builder
 
mergeFrom(Message) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.StateStoreVersionRecordProto.Builder
 
mergeFrom(HdfsServerFederationProtos.StateStoreVersionRecordProto) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.StateStoreVersionRecordProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.StateStoreVersionRecordProto.Builder
 
mergeFrom(Message) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateMountTableEntryRequestProto.Builder
 
mergeFrom(HdfsServerFederationProtos.UpdateMountTableEntryRequestProto) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateMountTableEntryRequestProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateMountTableEntryRequestProto.Builder
 
mergeFrom(Message) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateMountTableEntryResponseProto.Builder
 
mergeFrom(HdfsServerFederationProtos.UpdateMountTableEntryResponseProto) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateMountTableEntryResponseProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateMountTableEntryResponseProto.Builder
 
mergeFrom(Message) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateNamenodeRegistrationRequestProto.Builder
 
mergeFrom(HdfsServerFederationProtos.UpdateNamenodeRegistrationRequestProto) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateNamenodeRegistrationRequestProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateNamenodeRegistrationRequestProto.Builder
 
mergeFrom(Message) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateNamenodeRegistrationResponseProto.Builder
 
mergeFrom(HdfsServerFederationProtos.UpdateNamenodeRegistrationResponseProto) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateNamenodeRegistrationResponseProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateNamenodeRegistrationResponseProto.Builder
 
mergeFrom(Message) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.AcceptRecoveryRequestProto.Builder
 
mergeFrom(QJournalProtocolProtos.AcceptRecoveryRequestProto) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.AcceptRecoveryRequestProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.AcceptRecoveryRequestProto.Builder
 
mergeFrom(Message) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.AcceptRecoveryResponseProto.Builder
 
mergeFrom(QJournalProtocolProtos.AcceptRecoveryResponseProto) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.AcceptRecoveryResponseProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.AcceptRecoveryResponseProto.Builder
 
mergeFrom(Message) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.CanRollBackRequestProto.Builder
 
mergeFrom(QJournalProtocolProtos.CanRollBackRequestProto) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.CanRollBackRequestProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.CanRollBackRequestProto.Builder
 
mergeFrom(Message) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.CanRollBackResponseProto.Builder
 
mergeFrom(QJournalProtocolProtos.CanRollBackResponseProto) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.CanRollBackResponseProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.CanRollBackResponseProto.Builder
 
mergeFrom(Message) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DiscardSegmentsRequestProto.Builder
 
mergeFrom(QJournalProtocolProtos.DiscardSegmentsRequestProto) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DiscardSegmentsRequestProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DiscardSegmentsRequestProto.Builder
 
mergeFrom(Message) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DiscardSegmentsResponseProto.Builder
 
mergeFrom(QJournalProtocolProtos.DiscardSegmentsResponseProto) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DiscardSegmentsResponseProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DiscardSegmentsResponseProto.Builder
 
mergeFrom(Message) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoFinalizeRequestProto.Builder
 
mergeFrom(QJournalProtocolProtos.DoFinalizeRequestProto) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoFinalizeRequestProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoFinalizeRequestProto.Builder
 
mergeFrom(Message) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoFinalizeResponseProto.Builder
 
mergeFrom(QJournalProtocolProtos.DoFinalizeResponseProto) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoFinalizeResponseProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoFinalizeResponseProto.Builder
 
mergeFrom(Message) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoPreUpgradeRequestProto.Builder
 
mergeFrom(QJournalProtocolProtos.DoPreUpgradeRequestProto) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoPreUpgradeRequestProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoPreUpgradeRequestProto.Builder
 
mergeFrom(Message) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoPreUpgradeResponseProto.Builder
 
mergeFrom(QJournalProtocolProtos.DoPreUpgradeResponseProto) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoPreUpgradeResponseProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoPreUpgradeResponseProto.Builder
 
mergeFrom(Message) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoRollbackRequestProto.Builder
 
mergeFrom(QJournalProtocolProtos.DoRollbackRequestProto) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoRollbackRequestProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoRollbackRequestProto.Builder
 
mergeFrom(Message) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoRollbackResponseProto.Builder
 
mergeFrom(QJournalProtocolProtos.DoRollbackResponseProto) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoRollbackResponseProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoRollbackResponseProto.Builder
 
mergeFrom(Message) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoUpgradeRequestProto.Builder
 
mergeFrom(QJournalProtocolProtos.DoUpgradeRequestProto) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoUpgradeRequestProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoUpgradeRequestProto.Builder
 
mergeFrom(Message) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoUpgradeResponseProto.Builder
 
mergeFrom(QJournalProtocolProtos.DoUpgradeResponseProto) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoUpgradeResponseProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoUpgradeResponseProto.Builder
 
mergeFrom(Message) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FinalizeLogSegmentRequestProto.Builder
 
mergeFrom(QJournalProtocolProtos.FinalizeLogSegmentRequestProto) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FinalizeLogSegmentRequestProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FinalizeLogSegmentRequestProto.Builder
 
mergeFrom(Message) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FinalizeLogSegmentResponseProto.Builder
 
mergeFrom(QJournalProtocolProtos.FinalizeLogSegmentResponseProto) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FinalizeLogSegmentResponseProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FinalizeLogSegmentResponseProto.Builder
 
mergeFrom(Message) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FormatRequestProto.Builder
 
mergeFrom(QJournalProtocolProtos.FormatRequestProto) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FormatRequestProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FormatRequestProto.Builder
 
mergeFrom(Message) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FormatResponseProto.Builder
 
mergeFrom(QJournalProtocolProtos.FormatResponseProto) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FormatResponseProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FormatResponseProto.Builder
 
mergeFrom(Message) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetEditLogManifestRequestProto.Builder
 
mergeFrom(QJournalProtocolProtos.GetEditLogManifestRequestProto) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetEditLogManifestRequestProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetEditLogManifestRequestProto.Builder
 
mergeFrom(Message) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetEditLogManifestResponseProto.Builder
 
mergeFrom(QJournalProtocolProtos.GetEditLogManifestResponseProto) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetEditLogManifestResponseProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetEditLogManifestResponseProto.Builder
 
mergeFrom(Message) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalCTimeRequestProto.Builder
 
mergeFrom(QJournalProtocolProtos.GetJournalCTimeRequestProto) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalCTimeRequestProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalCTimeRequestProto.Builder
 
mergeFrom(Message) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalCTimeResponseProto.Builder
 
mergeFrom(QJournalProtocolProtos.GetJournalCTimeResponseProto) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalCTimeResponseProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalCTimeResponseProto.Builder
 
mergeFrom(Message) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalStateRequestProto.Builder
 
mergeFrom(QJournalProtocolProtos.GetJournalStateRequestProto) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalStateRequestProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalStateRequestProto.Builder
 
mergeFrom(Message) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalStateResponseProto.Builder
 
mergeFrom(QJournalProtocolProtos.GetJournalStateResponseProto) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalStateResponseProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalStateResponseProto.Builder
 
mergeFrom(Message) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.HeartbeatRequestProto.Builder
 
mergeFrom(QJournalProtocolProtos.HeartbeatRequestProto) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.HeartbeatRequestProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.HeartbeatRequestProto.Builder
 
mergeFrom(Message) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.HeartbeatResponseProto.Builder
 
mergeFrom(QJournalProtocolProtos.HeartbeatResponseProto) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.HeartbeatResponseProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.HeartbeatResponseProto.Builder
 
mergeFrom(Message) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.IsFormattedRequestProto.Builder
 
mergeFrom(QJournalProtocolProtos.IsFormattedRequestProto) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.IsFormattedRequestProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.IsFormattedRequestProto.Builder
 
mergeFrom(Message) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.IsFormattedResponseProto.Builder
 
mergeFrom(QJournalProtocolProtos.IsFormattedResponseProto) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.IsFormattedResponseProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.IsFormattedResponseProto.Builder
 
mergeFrom(Message) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalIdProto.Builder
 
mergeFrom(QJournalProtocolProtos.JournalIdProto) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalIdProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalIdProto.Builder
 
mergeFrom(Message) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalRequestProto.Builder
 
mergeFrom(QJournalProtocolProtos.JournalRequestProto) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalRequestProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalRequestProto.Builder
 
mergeFrom(Message) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalResponseProto.Builder
 
mergeFrom(QJournalProtocolProtos.JournalResponseProto) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalResponseProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalResponseProto.Builder
 
mergeFrom(Message) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.NewEpochRequestProto.Builder
 
mergeFrom(QJournalProtocolProtos.NewEpochRequestProto) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.NewEpochRequestProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.NewEpochRequestProto.Builder
 
mergeFrom(Message) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.NewEpochResponseProto.Builder
 
mergeFrom(QJournalProtocolProtos.NewEpochResponseProto) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.NewEpochResponseProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.NewEpochResponseProto.Builder
 
mergeFrom(Message) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PersistedRecoveryPaxosData.Builder
 
mergeFrom(QJournalProtocolProtos.PersistedRecoveryPaxosData) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PersistedRecoveryPaxosData.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PersistedRecoveryPaxosData.Builder
 
mergeFrom(Message) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PrepareRecoveryRequestProto.Builder
 
mergeFrom(QJournalProtocolProtos.PrepareRecoveryRequestProto) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PrepareRecoveryRequestProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PrepareRecoveryRequestProto.Builder
 
mergeFrom(Message) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PrepareRecoveryResponseProto.Builder
 
mergeFrom(QJournalProtocolProtos.PrepareRecoveryResponseProto) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PrepareRecoveryResponseProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PrepareRecoveryResponseProto.Builder
 
mergeFrom(Message) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PurgeLogsRequestProto.Builder
 
mergeFrom(QJournalProtocolProtos.PurgeLogsRequestProto) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PurgeLogsRequestProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PurgeLogsRequestProto.Builder
 
mergeFrom(Message) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PurgeLogsResponseProto.Builder
 
mergeFrom(QJournalProtocolProtos.PurgeLogsResponseProto) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PurgeLogsResponseProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PurgeLogsResponseProto.Builder
 
mergeFrom(Message) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.RequestInfoProto.Builder
 
mergeFrom(QJournalProtocolProtos.RequestInfoProto) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.RequestInfoProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.RequestInfoProto.Builder
 
mergeFrom(Message) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.SegmentStateProto.Builder
 
mergeFrom(QJournalProtocolProtos.SegmentStateProto) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.SegmentStateProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.SegmentStateProto.Builder
 
mergeFrom(Message) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.StartLogSegmentRequestProto.Builder
 
mergeFrom(QJournalProtocolProtos.StartLogSegmentRequestProto) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.StartLogSegmentRequestProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.StartLogSegmentRequestProto.Builder
 
mergeFrom(Message) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.StartLogSegmentResponseProto.Builder
 
mergeFrom(QJournalProtocolProtos.StartLogSegmentResponseProto) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.StartLogSegmentResponseProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.StartLogSegmentResponseProto.Builder
 
mergeFrom(Message) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.CacheManagerSection.Builder
 
mergeFrom(FsImageProto.CacheManagerSection) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.CacheManagerSection.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.CacheManagerSection.Builder
 
mergeFrom(Message) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.ErasureCodingSection.Builder
 
mergeFrom(FsImageProto.ErasureCodingSection) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.ErasureCodingSection.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.ErasureCodingSection.Builder
 
mergeFrom(Message) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FileSummary.Builder
 
mergeFrom(FsImageProto.FileSummary) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FileSummary.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FileSummary.Builder
 
mergeFrom(Message) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FileSummary.Section.Builder
 
mergeFrom(FsImageProto.FileSummary.Section) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FileSummary.Section.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FileSummary.Section.Builder
 
mergeFrom(Message) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FilesUnderConstructionSection.Builder
 
mergeFrom(FsImageProto.FilesUnderConstructionSection) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FilesUnderConstructionSection.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FilesUnderConstructionSection.Builder
 
mergeFrom(Message) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FilesUnderConstructionSection.FileUnderConstructionEntry.Builder
 
mergeFrom(FsImageProto.FilesUnderConstructionSection.FileUnderConstructionEntry) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FilesUnderConstructionSection.FileUnderConstructionEntry.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FilesUnderConstructionSection.FileUnderConstructionEntry.Builder
 
mergeFrom(Message) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeDirectorySection.Builder
 
mergeFrom(FsImageProto.INodeDirectorySection) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeDirectorySection.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeDirectorySection.Builder
 
mergeFrom(Message) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeDirectorySection.DirEntry.Builder
 
mergeFrom(FsImageProto.INodeDirectorySection.DirEntry) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeDirectorySection.DirEntry.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeDirectorySection.DirEntry.Builder
 
mergeFrom(Message) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeReferenceSection.Builder
 
mergeFrom(FsImageProto.INodeReferenceSection) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeReferenceSection.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeReferenceSection.Builder
 
mergeFrom(Message) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeReferenceSection.INodeReference.Builder
 
mergeFrom(FsImageProto.INodeReferenceSection.INodeReference) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeReferenceSection.INodeReference.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeReferenceSection.INodeReference.Builder
 
mergeFrom(Message) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.AclFeatureProto.Builder
 
mergeFrom(FsImageProto.INodeSection.AclFeatureProto) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.AclFeatureProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.AclFeatureProto.Builder
 
mergeFrom(Message) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.Builder
 
mergeFrom(FsImageProto.INodeSection) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.Builder
 
mergeFrom(Message) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.FileUnderConstructionFeature.Builder
 
mergeFrom(FsImageProto.INodeSection.FileUnderConstructionFeature) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.FileUnderConstructionFeature.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.FileUnderConstructionFeature.Builder
 
mergeFrom(Message) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INode.Builder
 
mergeFrom(FsImageProto.INodeSection.INode) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INode.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INode.Builder
 
mergeFrom(Message) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeDirectory.Builder
 
mergeFrom(FsImageProto.INodeSection.INodeDirectory) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeDirectory.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeDirectory.Builder
 
mergeFrom(Message) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeFile.Builder
 
mergeFrom(FsImageProto.INodeSection.INodeFile) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeFile.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeFile.Builder
 
mergeFrom(Message) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeSymlink.Builder
 
mergeFrom(FsImageProto.INodeSection.INodeSymlink) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeSymlink.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeSymlink.Builder
 
mergeFrom(Message) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.QuotaByStorageTypeEntryProto.Builder
 
mergeFrom(FsImageProto.INodeSection.QuotaByStorageTypeEntryProto) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.QuotaByStorageTypeEntryProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.QuotaByStorageTypeEntryProto.Builder
 
mergeFrom(Message) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.QuotaByStorageTypeFeatureProto.Builder
 
mergeFrom(FsImageProto.INodeSection.QuotaByStorageTypeFeatureProto) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.QuotaByStorageTypeFeatureProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.QuotaByStorageTypeFeatureProto.Builder
 
mergeFrom(Message) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.XAttrCompactProto.Builder
 
mergeFrom(FsImageProto.INodeSection.XAttrCompactProto) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.XAttrCompactProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.XAttrCompactProto.Builder
 
mergeFrom(Message) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.XAttrFeatureProto.Builder
 
mergeFrom(FsImageProto.INodeSection.XAttrFeatureProto) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.XAttrFeatureProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.XAttrFeatureProto.Builder
 
mergeFrom(Message) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.NameSystemSection.Builder
 
mergeFrom(FsImageProto.NameSystemSection) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.NameSystemSection.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.NameSystemSection.Builder
 
mergeFrom(Message) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.Builder
 
mergeFrom(FsImageProto.SecretManagerSection) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.Builder
 
mergeFrom(Message) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.DelegationKey.Builder
 
mergeFrom(FsImageProto.SecretManagerSection.DelegationKey) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.DelegationKey.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.DelegationKey.Builder
 
mergeFrom(Message) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.PersistToken.Builder
 
mergeFrom(FsImageProto.SecretManagerSection.PersistToken) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.PersistToken.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.PersistToken.Builder
 
mergeFrom(Message) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.Builder
 
mergeFrom(FsImageProto.SnapshotDiffSection) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.Builder
 
mergeFrom(Message) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.CreatedListEntry.Builder
 
mergeFrom(FsImageProto.SnapshotDiffSection.CreatedListEntry) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.CreatedListEntry.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.CreatedListEntry.Builder
 
mergeFrom(Message) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DiffEntry.Builder
 
mergeFrom(FsImageProto.SnapshotDiffSection.DiffEntry) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DiffEntry.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DiffEntry.Builder
 
mergeFrom(Message) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DirectoryDiff.Builder
 
mergeFrom(FsImageProto.SnapshotDiffSection.DirectoryDiff) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DirectoryDiff.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DirectoryDiff.Builder
 
mergeFrom(Message) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.FileDiff.Builder
 
mergeFrom(FsImageProto.SnapshotDiffSection.FileDiff) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.FileDiff.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.FileDiff.Builder
 
mergeFrom(Message) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotSection.Builder
 
mergeFrom(FsImageProto.SnapshotSection) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotSection.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotSection.Builder
 
mergeFrom(Message) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotSection.Snapshot.Builder
 
mergeFrom(FsImageProto.SnapshotSection.Snapshot) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotSection.Snapshot.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotSection.Snapshot.Builder
 
mergeFrom(Message) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.StringTableSection.Builder
 
mergeFrom(FsImageProto.StringTableSection) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.StringTableSection.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.StringTableSection.Builder
 
mergeFrom(Message) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.StringTableSection.Entry.Builder
 
mergeFrom(FsImageProto.StringTableSection.Entry) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.StringTableSection.Entry.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.StringTableSection.Entry.Builder
 
mergeFrom(Message) - Method in class org.apache.hadoop.hdfs.server.namenode.ha.proto.HAZKInfoProtos.ActiveNodeInfo.Builder
 
mergeFrom(HAZKInfoProtos.ActiveNodeInfo) - Method in class org.apache.hadoop.hdfs.server.namenode.ha.proto.HAZKInfoProtos.ActiveNodeInfo.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.hadoop.hdfs.server.namenode.ha.proto.HAZKInfoProtos.ActiveNodeInfo.Builder
 
mergeJid(QJournalProtocolProtos.JournalIdProto) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.CanRollBackRequestProto.Builder
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
mergeJid(QJournalProtocolProtos.JournalIdProto) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DiscardSegmentsRequestProto.Builder
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
mergeJid(QJournalProtocolProtos.JournalIdProto) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoFinalizeRequestProto.Builder
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
mergeJid(QJournalProtocolProtos.JournalIdProto) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoPreUpgradeRequestProto.Builder
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
mergeJid(QJournalProtocolProtos.JournalIdProto) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoRollbackRequestProto.Builder
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
mergeJid(QJournalProtocolProtos.JournalIdProto) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoUpgradeRequestProto.Builder
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
mergeJid(QJournalProtocolProtos.JournalIdProto) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FormatRequestProto.Builder
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
mergeJid(QJournalProtocolProtos.JournalIdProto) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetEditLogManifestRequestProto.Builder
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
mergeJid(QJournalProtocolProtos.JournalIdProto) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalCTimeRequestProto.Builder
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
mergeJid(QJournalProtocolProtos.JournalIdProto) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalStateRequestProto.Builder
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
mergeJid(QJournalProtocolProtos.JournalIdProto) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.IsFormattedRequestProto.Builder
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
mergeJid(QJournalProtocolProtos.JournalIdProto) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.NewEpochRequestProto.Builder
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
mergeJournalId(QJournalProtocolProtos.JournalIdProto) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.RequestInfoProto.Builder
required .hadoop.hdfs.qjournal.JournalIdProto journalId = 1;
mergeManifest(HdfsServerProtos.RemoteEditLogManifestProto) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetEditLogManifestResponseProto.Builder
required .hadoop.hdfs.RemoteEditLogManifestProto manifest = 1;
mergeMembership(HdfsServerFederationProtos.NamenodeMembershipRecordProto) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamenodeRegistrationsRequestProto.Builder
optional .hadoop.hdfs.NamenodeMembershipRecordProto membership = 1;
mergeNamenodeMembership(HdfsServerFederationProtos.NamenodeMembershipRecordProto) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeHeartbeatRequestProto.Builder
optional .hadoop.hdfs.NamenodeMembershipRecordProto namenodeMembership = 1;
mergeNsInfo(HdfsServerProtos.NamespaceInfoProto) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FormatRequestProto.Builder
required .hadoop.hdfs.NamespaceInfoProto nsInfo = 2;
mergeNsInfo(HdfsServerProtos.NamespaceInfoProto) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.NewEpochRequestProto.Builder
required .hadoop.hdfs.NamespaceInfoProto nsInfo = 2;
mergePrevStorage(HdfsServerProtos.StorageInfoProto) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.CanRollBackRequestProto.Builder
required .hadoop.hdfs.StorageInfoProto prevStorage = 3;
mergeReqInfo(QJournalProtocolProtos.RequestInfoProto) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.AcceptRecoveryRequestProto.Builder
required .hadoop.hdfs.qjournal.RequestInfoProto reqInfo = 1;
mergeReqInfo(QJournalProtocolProtos.RequestInfoProto) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FinalizeLogSegmentRequestProto.Builder
required .hadoop.hdfs.qjournal.RequestInfoProto reqInfo = 1;
mergeReqInfo(QJournalProtocolProtos.RequestInfoProto) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.HeartbeatRequestProto.Builder
required .hadoop.hdfs.qjournal.RequestInfoProto reqInfo = 1;
mergeReqInfo(QJournalProtocolProtos.RequestInfoProto) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalRequestProto.Builder
required .hadoop.hdfs.qjournal.RequestInfoProto reqInfo = 1;
mergeReqInfo(QJournalProtocolProtos.RequestInfoProto) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PrepareRecoveryRequestProto.Builder
required .hadoop.hdfs.qjournal.RequestInfoProto reqInfo = 1;
mergeReqInfo(QJournalProtocolProtos.RequestInfoProto) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PurgeLogsRequestProto.Builder
required .hadoop.hdfs.qjournal.RequestInfoProto reqInfo = 1;
mergeReqInfo(QJournalProtocolProtos.RequestInfoProto) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.StartLogSegmentRequestProto.Builder
required .hadoop.hdfs.qjournal.RequestInfoProto reqInfo = 1;
mergeRoot(FsImageProto.INodeSection.INode) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotSection.Snapshot.Builder
optional .hadoop.hdfs.fsimage.INodeSection.INode root = 2;
mergeRouter(HdfsServerFederationProtos.RouterRecordProto) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationResponseProto.Builder
optional .hadoop.hdfs.RouterRecordProto router = 1;
mergeRouter(HdfsServerFederationProtos.RouterRecordProto) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterHeartbeatRequestProto.Builder
optional .hadoop.hdfs.RouterRecordProto router = 1;
mergeSegmentState(QJournalProtocolProtos.SegmentStateProto) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PersistedRecoveryPaxosData.Builder
required .hadoop.hdfs.qjournal.SegmentStateProto segmentState = 1;
mergeSegmentState(QJournalProtocolProtos.SegmentStateProto) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PrepareRecoveryResponseProto.Builder
optional .hadoop.hdfs.qjournal.SegmentStateProto segmentState = 1;
mergeSInfo(HdfsServerProtos.StorageInfoProto) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoUpgradeRequestProto.Builder
required .hadoop.hdfs.StorageInfoProto sInfo = 2;
mergeSnapshotCopy(FsImageProto.INodeSection.INodeDirectory) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DirectoryDiff.Builder
optional .hadoop.hdfs.fsimage.INodeSection.INodeDirectory snapshotCopy = 5;
mergeSnapshotCopy(FsImageProto.INodeSection.INodeFile) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.FileDiff.Builder
optional .hadoop.hdfs.fsimage.INodeSection.INodeFile snapshotCopy = 4;
mergeStateStoreVersion(HdfsServerFederationProtos.StateStoreVersionRecordProto) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterRecordProto.Builder
optional .hadoop.hdfs.StateStoreVersionRecordProto stateStoreVersion = 5;
mergeStateToAccept(QJournalProtocolProtos.SegmentStateProto) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.AcceptRecoveryRequestProto.Builder
required .hadoop.hdfs.qjournal.SegmentStateProto stateToAccept = 2;
mergeStats(HdfsServerFederationProtos.NamenodeMembershipStatsRecordProto) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProto.Builder
optional .hadoop.hdfs.NamenodeMembershipStatsRecordProto stats = 15;
mergeStorage(HdfsServerProtos.StorageInfoProto) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.CanRollBackRequestProto.Builder
required .hadoop.hdfs.StorageInfoProto storage = 2;
mergeSymlink(FsImageProto.INodeSection.INodeSymlink) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INode.Builder
optional .hadoop.hdfs.fsimage.INodeSection.INodeSymlink symlink = 6;
mergeTypeQuotas(FsImageProto.INodeSection.QuotaByStorageTypeFeatureProto) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeDirectory.Builder
optional .hadoop.hdfs.fsimage.INodeSection.QuotaByStorageTypeFeatureProto typeQuotas = 7;
mergeXAttrs(FsImageProto.INodeSection.XAttrFeatureProto) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeDirectory.Builder
optional .hadoop.hdfs.fsimage.INodeSection.XAttrFeatureProto xAttrs = 6;
mergeXAttrs(FsImageProto.INodeSection.XAttrFeatureProto) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeFile.Builder
optional .hadoop.hdfs.fsimage.INodeSection.XAttrFeatureProto xAttrs = 9;
metadataEquals(INodeDirectoryAttributes) - Method in class org.apache.hadoop.hdfs.server.namenode.INodeDirectory
Compare the metadata with another INodeDirectory
metadataEquals(INodeDirectoryAttributes) - Method in class org.apache.hadoop.hdfs.server.namenode.INodeDirectoryAttributes.SnapshotCopy
 
metadataEquals(INodeFileAttributes) - Method in class org.apache.hadoop.hdfs.server.namenode.INodeFileAttributes.SnapshotCopy
 
metadataExists() - Method in class org.apache.hadoop.hdfs.server.datanode.LocalReplica
 
MetaRecoveryContext.RequestStopException - Exception in org.apache.hadoop.hdfs.server.namenode
Exception thrown when the user has requested processing to stop.
metaSave(String) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
MetricsLoggerTask - Class in org.apache.hadoop.hdfs.server.common
MetricsLoggerTask can be used as utility to dump metrics to log.
MetricsLoggerTask(Log, String, short) - Constructor for class org.apache.hadoop.hdfs.server.common.MetricsLoggerTask
 
MIN_ACTIVE_RATIO - Static variable in class org.apache.hadoop.hdfs.server.federation.router.ConnectionManager
Minimum amount of active connections: 50%.
MINIMUM_CAPACITY - Static variable in class org.apache.hadoop.hdfs.util.LightWeightHashSet
 
MINTXIDTOKEEP_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PurgeLogsRequestProto
 
mkdir(String) - Method in class org.apache.hadoop.hdfs.server.federation.store.driver.impl.StateStoreFileBaseImpl
Make a directory.
mkdir(String) - Method in class org.apache.hadoop.hdfs.server.federation.store.driver.impl.StateStoreFileImpl
 
mkdir(String) - Method in class org.apache.hadoop.hdfs.server.federation.store.driver.impl.StateStoreFileSystemImpl
 
mkdirs(String, FsPermission, boolean) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
modification - Variable in class org.apache.hadoop.hdfs.util.LightWeightHashSet
Modification version for fail-fast.
MODIFICATIONTIME_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeDirectory
 
MODIFICATIONTIME_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeFile
 
MODIFICATIONTIME_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeSymlink
 
modify(E, E) - Method in class org.apache.hadoop.hdfs.util.Diff
Modify an element in current state.
modifyAclEntries(String, List<AclEntry>) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
modifyCacheDirective(CacheDirectiveInfo, EnumSet<CacheFlag>) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
modifyCachePool(CachePoolInfo) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
MountTable - Class in org.apache.hadoop.hdfs.server.federation.store.records
Data schema for {@link org.apache.hadoop.hdfs.server.federation.store.
MountTable() - Constructor for class org.apache.hadoop.hdfs.server.federation.store.records.MountTable
Default constructor for a mount table entry.
MountTableManager - Interface in org.apache.hadoop.hdfs.server.federation.resolver
Manage a mount table.
MountTablePBImpl - Class in org.apache.hadoop.hdfs.server.federation.store.records.impl.pb
Protobuf implementation of the MountTable record.
MountTablePBImpl() - Constructor for class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MountTablePBImpl
 
MountTablePBImpl(HdfsServerFederationProtos.MountTableRecordProto) - Constructor for class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MountTablePBImpl
 
MountTableResolver - Class in org.apache.hadoop.hdfs.server.federation.resolver
Mount table to map between global paths and remote locations.
MountTableResolver(Configuration) - Constructor for class org.apache.hadoop.hdfs.server.federation.resolver.MountTableResolver
 
MountTableResolver(Configuration, Router) - Constructor for class org.apache.hadoop.hdfs.server.federation.resolver.MountTableResolver
 
MountTableResolver(Configuration, StateStoreService) - Constructor for class org.apache.hadoop.hdfs.server.federation.resolver.MountTableResolver
 
MountTableResolver(Configuration, Router, StateStoreService) - Constructor for class org.apache.hadoop.hdfs.server.federation.resolver.MountTableResolver
 
MOUNTTABLEVERSION_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.StateStoreVersionRecordProto
 
MovedBlocks<L> - Class in org.apache.hadoop.hdfs.server.balancer
This window makes sure to keep blocks that have been moved within a fixed time interval (default is 1.5 hour).
MovedBlocks(long) - Constructor for class org.apache.hadoop.hdfs.server.balancer.MovedBlocks
initialize the moved blocks collection
MovedBlocks.Locations<L> - Class in org.apache.hadoop.hdfs.server.balancer
A class for keeping track of a block and its locations
moveReplicaFrom(ReplicaInfo, File) - Method in class org.apache.hadoop.hdfs.server.datanode.LocalReplicaInPipeline
 
MoveStep - Class in org.apache.hadoop.hdfs.server.diskbalancer.planner
Ignore fields with default values.
MoveStep(DiskBalancerVolume, double, DiskBalancerVolume, long, String) - Constructor for class org.apache.hadoop.hdfs.server.diskbalancer.planner.MoveStep
Constructs a MoveStep for the volume set.
MoveStep() - Constructor for class org.apache.hadoop.hdfs.server.diskbalancer.planner.MoveStep
Empty Constructor for JSON serialization.

N

NAME - Static variable in class org.apache.hadoop.hdfs.web.resources.NamenodeAddressParam
Parameter name.
NAME - Static variable in class org.apache.hadoop.hdfs.web.resources.TokenKindParam
Parameter name
NAME - Static variable in class org.apache.hadoop.hdfs.web.resources.TokenServiceParam
Parameter name
NAME - Static variable in class org.apache.hadoop.hdfs.web.resources.UriFsPathParam
Parameter name.
NAME_COMPARATOR - Static variable in class org.apache.hadoop.hdfs.server.federation.store.records.MembershipState
Comparator based on the name.
NAME_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FileSummary.Section
 
NAME_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeReferenceSection.INodeReference
 
NAME_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INode
 
NAME_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.XAttrCompactProto
 
NAME_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.CreatedListEntry
 
NAME_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DirectoryDiff
 
NAME_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.FileDiff
 
NameNode.NameNodeHAContext - Class in org.apache.hadoop.hdfs.server.namenode
Class used to expose NameNode as context to HAState
NameNode.OperationCategory - Enum in org.apache.hadoop.hdfs.server.namenode
Categories of operations supported by the namenode.
NAMENODE_ATTRIBUTE_KEY - Static variable in class org.apache.hadoop.hdfs.server.federation.router.RouterHttpServer
 
NamenodeAddressParam - Class in org.apache.hadoop.hdfs.web.resources
Namenode RPC address parameter.
NamenodeAddressParam(String) - Constructor for class org.apache.hadoop.hdfs.web.resources.NamenodeAddressParam
Constructor.
NamenodeAddressParam(NameNode) - Constructor for class org.apache.hadoop.hdfs.web.resources.NamenodeAddressParam
Construct an object using the RPC address of the given namenode.
NamenodeBeanMetrics - Class in org.apache.hadoop.hdfs.server.federation.metrics
Expose the Namenode metrics as the Router was one.
NamenodeBeanMetrics(Router) - Constructor for class org.apache.hadoop.hdfs.server.federation.metrics.NamenodeBeanMetrics
 
NameNodeHAContext() - Constructor for class org.apache.hadoop.hdfs.server.namenode.NameNode.NameNodeHAContext
 
NameNodeHAProxyFactory<T> - Class in org.apache.hadoop.hdfs.server.namenode.ha
 
NameNodeHAProxyFactory() - Constructor for class org.apache.hadoop.hdfs.server.namenode.ha.NameNodeHAProxyFactory
 
NamenodeHeartbeatRequest - Class in org.apache.hadoop.hdfs.server.federation.store.protocol
API request for registering a namenode with the state store.
NamenodeHeartbeatRequest() - Constructor for class org.apache.hadoop.hdfs.server.federation.store.protocol.NamenodeHeartbeatRequest
 
NamenodeHeartbeatRequestPBImpl - Class in org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb
Protobuf implementation of the state store API object NamenodeHeartbeatRequest.
NamenodeHeartbeatRequestPBImpl() - Constructor for class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.NamenodeHeartbeatRequestPBImpl
 
NamenodeHeartbeatResponse - Class in org.apache.hadoop.hdfs.server.federation.store.protocol
API response for registering a namenode with the state store.
NamenodeHeartbeatResponse() - Constructor for class org.apache.hadoop.hdfs.server.federation.store.protocol.NamenodeHeartbeatResponse
 
NamenodeHeartbeatResponsePBImpl - Class in org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb
Protobuf implementation of the state store API object NamenodeHeartbeatResponse.
NamenodeHeartbeatResponsePBImpl() - Constructor for class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.NamenodeHeartbeatResponsePBImpl
 
NamenodeHeartbeatService - Class in org.apache.hadoop.hdfs.server.federation.router
The Router periodically checks the state of a Namenode (usually on the same server) and reports their high availability (HA) state and load/space status to the StateStoreService .
NamenodeHeartbeatService(ActiveNamenodeResolver, String, String) - Constructor for class org.apache.hadoop.hdfs.server.federation.router.NamenodeHeartbeatService
Create a new Namenode status updater.
NAMENODEID_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProto
 
NAMENODEID_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateNamenodeRegistrationRequestProto
 
NAMENODEID_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.server.namenode.ha.proto.HAZKInfoProtos.ActiveNodeInfo
 
NameNodeLayoutVersion.Feature - Enum in org.apache.hadoop.hdfs.server.namenode
Enums for features that change the layout version.
NAMENODEMEMBERSHIP_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeHeartbeatRequestProto
 
NAMENODEMEMBERSHIPS_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamenodeRegistrationsResponseProto
 
NameNodeMetrics - Class in org.apache.hadoop.hdfs.server.namenode.metrics
This class is for maintaining the various NameNode activity statistics and publishing them through the metrics interfaces.
NamenodePriorityComparator - Class in org.apache.hadoop.hdfs.server.federation.resolver
Compares NNs in the same namespace and prioritizes by their status.
NamenodePriorityComparator() - Constructor for class org.apache.hadoop.hdfs.server.federation.resolver.NamenodePriorityComparator
 
NamenodeProtocolServerSideTranslatorPB - Class in org.apache.hadoop.hdfs.protocolPB
Implementation for protobuf service that forwards requests received on NamenodeProtocolPB to the NamenodeProtocol server implementation.
NamenodeProtocolServerSideTranslatorPB(NamenodeProtocol) - Constructor for class org.apache.hadoop.hdfs.protocolPB.NamenodeProtocolServerSideTranslatorPB
 
NamenodeStatusReport - Class in org.apache.hadoop.hdfs.server.federation.resolver
Status of the namenode.
NamenodeStatusReport(String, String, String, String, String, String) - Constructor for class org.apache.hadoop.hdfs.server.federation.resolver.NamenodeStatusReport
 
NamenodeWebHdfsMethods - Class in org.apache.hadoop.hdfs.server.namenode.web.resources
Web-hdfs NameNode implementation.
NamenodeWebHdfsMethods(HttpServletRequest) - Constructor for class org.apache.hadoop.hdfs.server.namenode.web.resources.NamenodeWebHdfsMethods
 
NAMESERVICEID_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.FederationNamespaceInfoProto
 
NAMESERVICEID_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProto
 
NAMESERVICEID_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RemoteLocationProto
 
NAMESERVICEID_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateNamenodeRegistrationRequestProto
 
NAMESERVICEID_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.CanRollBackRequestProto
 
NAMESERVICEID_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DiscardSegmentsRequestProto
 
NAMESERVICEID_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoFinalizeRequestProto
 
NAMESERVICEID_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoRollbackRequestProto
 
NAMESERVICEID_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FormatRequestProto
 
NAMESERVICEID_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetEditLogManifestRequestProto
 
NAMESERVICEID_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalCTimeRequestProto
 
NAMESERVICEID_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalStateRequestProto
 
NAMESERVICEID_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.IsFormattedRequestProto
 
NAMESERVICEID_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalRequestProto
 
NAMESERVICEID_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.NewEpochRequestProto
 
NAMESERVICEID_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.RequestInfoProto
 
NAMESERVICEID_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.server.namenode.ha.proto.HAZKInfoProtos.ActiveNodeInfo
 
nameSpace(long) - Method in class org.apache.hadoop.hdfs.server.namenode.QuotaCounts.Builder
 
NAMESPACEID_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.NameSystemSection
 
NamespaceInfo.Capability - Enum in org.apache.hadoop.hdfs.server.protocol
 
NAMESPACEINFOS_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamespaceInfoResponseProto
 
nameSpaceQuota(long) - Method in class org.apache.hadoop.hdfs.server.namenode.DirectoryWithQuotaFeature.Builder
 
negation() - Method in class org.apache.hadoop.hdfs.server.namenode.QuotaCounts
Returns a QuotaCounts whose value is (-this).
negation() - Method in class org.apache.hadoop.hdfs.util.EnumCounters
Negate all counters.
negation() - Method in class org.apache.hadoop.hdfs.util.EnumDoubles
Negate all values.
newActiveNamenodeResolver(Configuration, StateStoreService) - Static method in class org.apache.hadoop.hdfs.server.federation.router.FederationUtil
Creates an instance of an ActiveNamenodeResolver from the configuration.
newBlockingStub(BlockingRpcChannel) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.QJournalProtocolService
 
newBlockIterator(String, String) - Method in interface org.apache.hadoop.hdfs.server.datanode.fsdataset.FsVolumeSpi
Create a new block iterator.
newBuilder() - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.AddMountTableEntryRequestProto
 
newBuilder(HdfsServerFederationProtos.AddMountTableEntryRequestProto) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.AddMountTableEntryRequestProto
 
newBuilder() - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.AddMountTableEntryResponseProto
 
newBuilder(HdfsServerFederationProtos.AddMountTableEntryResponseProto) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.AddMountTableEntryResponseProto
 
newBuilder() - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.FederationNamespaceInfoProto
 
newBuilder(HdfsServerFederationProtos.FederationNamespaceInfoProto) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.FederationNamespaceInfoProto
 
newBuilder() - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetExpiredRegistrationsRequestProto
 
newBuilder(HdfsServerFederationProtos.GetExpiredRegistrationsRequestProto) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetExpiredRegistrationsRequestProto
 
newBuilder() - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetMountTableEntriesRequestProto
 
newBuilder(HdfsServerFederationProtos.GetMountTableEntriesRequestProto) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetMountTableEntriesRequestProto
 
newBuilder() - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetMountTableEntriesResponseProto
 
newBuilder(HdfsServerFederationProtos.GetMountTableEntriesResponseProto) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetMountTableEntriesResponseProto
 
newBuilder() - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamenodeRegistrationsRequestProto
 
newBuilder(HdfsServerFederationProtos.GetNamenodeRegistrationsRequestProto) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamenodeRegistrationsRequestProto
 
newBuilder() - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamenodeRegistrationsResponseProto
 
newBuilder(HdfsServerFederationProtos.GetNamenodeRegistrationsResponseProto) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamenodeRegistrationsResponseProto
 
newBuilder() - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamespaceInfoRequestProto
 
newBuilder(HdfsServerFederationProtos.GetNamespaceInfoRequestProto) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamespaceInfoRequestProto
 
newBuilder() - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamespaceInfoResponseProto
 
newBuilder(HdfsServerFederationProtos.GetNamespaceInfoResponseProto) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamespaceInfoResponseProto
 
newBuilder() - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationRequestProto
 
newBuilder(HdfsServerFederationProtos.GetRouterRegistrationRequestProto) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationRequestProto
 
newBuilder() - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationResponseProto
 
newBuilder(HdfsServerFederationProtos.GetRouterRegistrationResponseProto) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationResponseProto
 
newBuilder() - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationsRequestProto
 
newBuilder(HdfsServerFederationProtos.GetRouterRegistrationsRequestProto) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationsRequestProto
 
newBuilder() - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationsResponseProto
 
newBuilder(HdfsServerFederationProtos.GetRouterRegistrationsResponseProto) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationsResponseProto
 
newBuilder() - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.MountTableRecordProto
 
newBuilder(HdfsServerFederationProtos.MountTableRecordProto) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.MountTableRecordProto
 
newBuilder() - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeHeartbeatRequestProto
 
newBuilder(HdfsServerFederationProtos.NamenodeHeartbeatRequestProto) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeHeartbeatRequestProto
 
newBuilder() - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeHeartbeatResponseProto
 
newBuilder(HdfsServerFederationProtos.NamenodeHeartbeatResponseProto) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeHeartbeatResponseProto
 
newBuilder() - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProto
 
newBuilder(HdfsServerFederationProtos.NamenodeMembershipRecordProto) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProto
 
newBuilder() - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipStatsRecordProto
 
newBuilder(HdfsServerFederationProtos.NamenodeMembershipStatsRecordProto) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipStatsRecordProto
 
newBuilder() - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RemoteLocationProto
 
newBuilder(HdfsServerFederationProtos.RemoteLocationProto) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RemoteLocationProto
 
newBuilder() - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RemoveMountTableEntryRequestProto
 
newBuilder(HdfsServerFederationProtos.RemoveMountTableEntryRequestProto) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RemoveMountTableEntryRequestProto
 
newBuilder() - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RemoveMountTableEntryResponseProto
 
newBuilder(HdfsServerFederationProtos.RemoveMountTableEntryResponseProto) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RemoveMountTableEntryResponseProto
 
newBuilder() - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterHeartbeatRequestProto
 
newBuilder(HdfsServerFederationProtos.RouterHeartbeatRequestProto) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterHeartbeatRequestProto
 
newBuilder() - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterHeartbeatResponseProto
 
newBuilder(HdfsServerFederationProtos.RouterHeartbeatResponseProto) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterHeartbeatResponseProto
 
newBuilder() - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterRecordProto
 
newBuilder(HdfsServerFederationProtos.RouterRecordProto) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterRecordProto
 
newBuilder() - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.StateStoreVersionRecordProto
 
newBuilder(HdfsServerFederationProtos.StateStoreVersionRecordProto) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.StateStoreVersionRecordProto
 
newBuilder() - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateMountTableEntryRequestProto
 
newBuilder(HdfsServerFederationProtos.UpdateMountTableEntryRequestProto) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateMountTableEntryRequestProto
 
newBuilder() - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateMountTableEntryResponseProto
 
newBuilder(HdfsServerFederationProtos.UpdateMountTableEntryResponseProto) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateMountTableEntryResponseProto
 
newBuilder() - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateNamenodeRegistrationRequestProto
 
newBuilder(HdfsServerFederationProtos.UpdateNamenodeRegistrationRequestProto) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateNamenodeRegistrationRequestProto
 
newBuilder() - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateNamenodeRegistrationResponseProto
 
newBuilder(HdfsServerFederationProtos.UpdateNamenodeRegistrationResponseProto) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateNamenodeRegistrationResponseProto
 
newBuilder() - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.AcceptRecoveryRequestProto
 
newBuilder(QJournalProtocolProtos.AcceptRecoveryRequestProto) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.AcceptRecoveryRequestProto
 
newBuilder() - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.AcceptRecoveryResponseProto
 
newBuilder(QJournalProtocolProtos.AcceptRecoveryResponseProto) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.AcceptRecoveryResponseProto
 
newBuilder() - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.CanRollBackRequestProto
 
newBuilder(QJournalProtocolProtos.CanRollBackRequestProto) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.CanRollBackRequestProto
 
newBuilder() - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.CanRollBackResponseProto
 
newBuilder(QJournalProtocolProtos.CanRollBackResponseProto) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.CanRollBackResponseProto
 
newBuilder() - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DiscardSegmentsRequestProto
 
newBuilder(QJournalProtocolProtos.DiscardSegmentsRequestProto) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DiscardSegmentsRequestProto
 
newBuilder() - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DiscardSegmentsResponseProto
 
newBuilder(QJournalProtocolProtos.DiscardSegmentsResponseProto) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DiscardSegmentsResponseProto
 
newBuilder() - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoFinalizeRequestProto
 
newBuilder(QJournalProtocolProtos.DoFinalizeRequestProto) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoFinalizeRequestProto
 
newBuilder() - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoFinalizeResponseProto
 
newBuilder(QJournalProtocolProtos.DoFinalizeResponseProto) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoFinalizeResponseProto
 
newBuilder() - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoPreUpgradeRequestProto
 
newBuilder(QJournalProtocolProtos.DoPreUpgradeRequestProto) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoPreUpgradeRequestProto
 
newBuilder() - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoPreUpgradeResponseProto
 
newBuilder(QJournalProtocolProtos.DoPreUpgradeResponseProto) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoPreUpgradeResponseProto
 
newBuilder() - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoRollbackRequestProto
 
newBuilder(QJournalProtocolProtos.DoRollbackRequestProto) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoRollbackRequestProto
 
newBuilder() - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoRollbackResponseProto
 
newBuilder(QJournalProtocolProtos.DoRollbackResponseProto) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoRollbackResponseProto
 
newBuilder() - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoUpgradeRequestProto
 
newBuilder(QJournalProtocolProtos.DoUpgradeRequestProto) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoUpgradeRequestProto
 
newBuilder() - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoUpgradeResponseProto
 
newBuilder(QJournalProtocolProtos.DoUpgradeResponseProto) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoUpgradeResponseProto
 
newBuilder() - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FinalizeLogSegmentRequestProto
 
newBuilder(QJournalProtocolProtos.FinalizeLogSegmentRequestProto) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FinalizeLogSegmentRequestProto
 
newBuilder() - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FinalizeLogSegmentResponseProto
 
newBuilder(QJournalProtocolProtos.FinalizeLogSegmentResponseProto) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FinalizeLogSegmentResponseProto
 
newBuilder() - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FormatRequestProto
 
newBuilder(QJournalProtocolProtos.FormatRequestProto) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FormatRequestProto
 
newBuilder() - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FormatResponseProto
 
newBuilder(QJournalProtocolProtos.FormatResponseProto) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FormatResponseProto
 
newBuilder() - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetEditLogManifestRequestProto
 
newBuilder(QJournalProtocolProtos.GetEditLogManifestRequestProto) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetEditLogManifestRequestProto
 
newBuilder() - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetEditLogManifestResponseProto
 
newBuilder(QJournalProtocolProtos.GetEditLogManifestResponseProto) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetEditLogManifestResponseProto
 
newBuilder() - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalCTimeRequestProto
 
newBuilder(QJournalProtocolProtos.GetJournalCTimeRequestProto) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalCTimeRequestProto
 
newBuilder() - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalCTimeResponseProto
 
newBuilder(QJournalProtocolProtos.GetJournalCTimeResponseProto) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalCTimeResponseProto
 
newBuilder() - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalStateRequestProto
 
newBuilder(QJournalProtocolProtos.GetJournalStateRequestProto) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalStateRequestProto
 
newBuilder() - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalStateResponseProto
 
newBuilder(QJournalProtocolProtos.GetJournalStateResponseProto) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalStateResponseProto
 
newBuilder() - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.HeartbeatRequestProto
 
newBuilder(QJournalProtocolProtos.HeartbeatRequestProto) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.HeartbeatRequestProto
 
newBuilder() - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.HeartbeatResponseProto
 
newBuilder(QJournalProtocolProtos.HeartbeatResponseProto) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.HeartbeatResponseProto
 
newBuilder() - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.IsFormattedRequestProto
 
newBuilder(QJournalProtocolProtos.IsFormattedRequestProto) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.IsFormattedRequestProto
 
newBuilder() - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.IsFormattedResponseProto
 
newBuilder(QJournalProtocolProtos.IsFormattedResponseProto) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.IsFormattedResponseProto
 
newBuilder() - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalIdProto
 
newBuilder(QJournalProtocolProtos.JournalIdProto) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalIdProto
 
newBuilder() - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalRequestProto
 
newBuilder(QJournalProtocolProtos.JournalRequestProto) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalRequestProto
 
newBuilder() - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalResponseProto
 
newBuilder(QJournalProtocolProtos.JournalResponseProto) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalResponseProto
 
newBuilder() - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.NewEpochRequestProto
 
newBuilder(QJournalProtocolProtos.NewEpochRequestProto) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.NewEpochRequestProto
 
newBuilder() - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.NewEpochResponseProto
 
newBuilder(QJournalProtocolProtos.NewEpochResponseProto) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.NewEpochResponseProto
 
newBuilder() - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PersistedRecoveryPaxosData
 
newBuilder(QJournalProtocolProtos.PersistedRecoveryPaxosData) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PersistedRecoveryPaxosData
 
newBuilder() - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PrepareRecoveryRequestProto
 
newBuilder(QJournalProtocolProtos.PrepareRecoveryRequestProto) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PrepareRecoveryRequestProto
 
newBuilder() - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PrepareRecoveryResponseProto
 
newBuilder(QJournalProtocolProtos.PrepareRecoveryResponseProto) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PrepareRecoveryResponseProto
 
newBuilder() - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PurgeLogsRequestProto
 
newBuilder(QJournalProtocolProtos.PurgeLogsRequestProto) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PurgeLogsRequestProto
 
newBuilder() - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PurgeLogsResponseProto
 
newBuilder(QJournalProtocolProtos.PurgeLogsResponseProto) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PurgeLogsResponseProto
 
newBuilder() - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.RequestInfoProto
 
newBuilder(QJournalProtocolProtos.RequestInfoProto) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.RequestInfoProto
 
newBuilder() - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.SegmentStateProto
 
newBuilder(QJournalProtocolProtos.SegmentStateProto) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.SegmentStateProto
 
newBuilder() - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.StartLogSegmentRequestProto
 
newBuilder(QJournalProtocolProtos.StartLogSegmentRequestProto) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.StartLogSegmentRequestProto
 
newBuilder() - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.StartLogSegmentResponseProto
 
newBuilder(QJournalProtocolProtos.StartLogSegmentResponseProto) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.StartLogSegmentResponseProto
 
newBuilder() - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.CacheManagerSection
 
newBuilder(FsImageProto.CacheManagerSection) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.CacheManagerSection
 
newBuilder() - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.ErasureCodingSection
 
newBuilder(FsImageProto.ErasureCodingSection) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.ErasureCodingSection
 
newBuilder() - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FileSummary
 
newBuilder(FsImageProto.FileSummary) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FileSummary
 
newBuilder() - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FileSummary.Section
 
newBuilder(FsImageProto.FileSummary.Section) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FileSummary.Section
 
newBuilder() - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FilesUnderConstructionSection.FileUnderConstructionEntry
 
newBuilder(FsImageProto.FilesUnderConstructionSection.FileUnderConstructionEntry) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FilesUnderConstructionSection.FileUnderConstructionEntry
 
newBuilder() - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FilesUnderConstructionSection
 
newBuilder(FsImageProto.FilesUnderConstructionSection) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FilesUnderConstructionSection
 
newBuilder() - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeDirectorySection.DirEntry
 
newBuilder(FsImageProto.INodeDirectorySection.DirEntry) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeDirectorySection.DirEntry
 
newBuilder() - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeDirectorySection
 
newBuilder(FsImageProto.INodeDirectorySection) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeDirectorySection
 
newBuilder() - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeReferenceSection.INodeReference
 
newBuilder(FsImageProto.INodeReferenceSection.INodeReference) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeReferenceSection.INodeReference
 
newBuilder() - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeReferenceSection
 
newBuilder(FsImageProto.INodeReferenceSection) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeReferenceSection
 
newBuilder() - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.AclFeatureProto
 
newBuilder(FsImageProto.INodeSection.AclFeatureProto) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.AclFeatureProto
 
newBuilder() - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.FileUnderConstructionFeature
 
newBuilder(FsImageProto.INodeSection.FileUnderConstructionFeature) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.FileUnderConstructionFeature
 
newBuilder() - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INode
 
newBuilder(FsImageProto.INodeSection.INode) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INode
 
newBuilder() - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeDirectory
 
newBuilder(FsImageProto.INodeSection.INodeDirectory) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeDirectory
 
newBuilder() - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeFile
 
newBuilder(FsImageProto.INodeSection.INodeFile) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeFile
 
newBuilder() - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeSymlink
 
newBuilder(FsImageProto.INodeSection.INodeSymlink) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeSymlink
 
newBuilder() - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection
 
newBuilder(FsImageProto.INodeSection) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection
 
newBuilder() - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.QuotaByStorageTypeEntryProto
 
newBuilder(FsImageProto.INodeSection.QuotaByStorageTypeEntryProto) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.QuotaByStorageTypeEntryProto
 
newBuilder() - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.QuotaByStorageTypeFeatureProto
 
newBuilder(FsImageProto.INodeSection.QuotaByStorageTypeFeatureProto) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.QuotaByStorageTypeFeatureProto
 
newBuilder() - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.XAttrCompactProto
 
newBuilder(FsImageProto.INodeSection.XAttrCompactProto) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.XAttrCompactProto
 
newBuilder() - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.XAttrFeatureProto
 
newBuilder(FsImageProto.INodeSection.XAttrFeatureProto) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.XAttrFeatureProto
 
newBuilder() - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.NameSystemSection
 
newBuilder(FsImageProto.NameSystemSection) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.NameSystemSection
 
newBuilder() - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.DelegationKey
 
newBuilder(FsImageProto.SecretManagerSection.DelegationKey) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.DelegationKey
 
newBuilder() - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection
 
newBuilder(FsImageProto.SecretManagerSection) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection
 
newBuilder() - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.PersistToken
 
newBuilder(FsImageProto.SecretManagerSection.PersistToken) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.PersistToken
 
newBuilder() - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.CreatedListEntry
 
newBuilder(FsImageProto.SnapshotDiffSection.CreatedListEntry) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.CreatedListEntry
 
newBuilder() - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DiffEntry
 
newBuilder(FsImageProto.SnapshotDiffSection.DiffEntry) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DiffEntry
 
newBuilder() - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DirectoryDiff
 
newBuilder(FsImageProto.SnapshotDiffSection.DirectoryDiff) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DirectoryDiff
 
newBuilder() - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.FileDiff
 
newBuilder(FsImageProto.SnapshotDiffSection.FileDiff) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.FileDiff
 
newBuilder() - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection
 
newBuilder(FsImageProto.SnapshotDiffSection) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection
 
newBuilder() - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotSection
 
newBuilder(FsImageProto.SnapshotSection) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotSection
 
newBuilder() - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotSection.Snapshot
 
newBuilder(FsImageProto.SnapshotSection.Snapshot) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotSection.Snapshot
 
newBuilder() - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.StringTableSection.Entry
 
newBuilder(FsImageProto.StringTableSection.Entry) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.StringTableSection.Entry
 
newBuilder() - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.StringTableSection
 
newBuilder(FsImageProto.StringTableSection) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.StringTableSection
 
newBuilder() - Static method in class org.apache.hadoop.hdfs.server.namenode.ha.proto.HAZKInfoProtos.ActiveNodeInfo
 
newBuilder(HAZKInfoProtos.ActiveNodeInfo) - Static method in class org.apache.hadoop.hdfs.server.namenode.ha.proto.HAZKInfoProtos.ActiveNodeInfo
 
newBuilderForType() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.AddMountTableEntryRequestProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.AddMountTableEntryRequestProto
 
newBuilderForType() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.AddMountTableEntryResponseProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.AddMountTableEntryResponseProto
 
newBuilderForType() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.FederationNamespaceInfoProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.FederationNamespaceInfoProto
 
newBuilderForType() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetExpiredRegistrationsRequestProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetExpiredRegistrationsRequestProto
 
newBuilderForType() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetMountTableEntriesRequestProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetMountTableEntriesRequestProto
 
newBuilderForType() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetMountTableEntriesResponseProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetMountTableEntriesResponseProto
 
newBuilderForType() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamenodeRegistrationsRequestProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamenodeRegistrationsRequestProto
 
newBuilderForType() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamenodeRegistrationsResponseProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamenodeRegistrationsResponseProto
 
newBuilderForType() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamespaceInfoRequestProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamespaceInfoRequestProto
 
newBuilderForType() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamespaceInfoResponseProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamespaceInfoResponseProto
 
newBuilderForType() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationRequestProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationRequestProto
 
newBuilderForType() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationResponseProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationResponseProto
 
newBuilderForType() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationsRequestProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationsRequestProto
 
newBuilderForType() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationsResponseProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationsResponseProto
 
newBuilderForType() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.MountTableRecordProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.MountTableRecordProto
 
newBuilderForType() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeHeartbeatRequestProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeHeartbeatRequestProto
 
newBuilderForType() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeHeartbeatResponseProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeHeartbeatResponseProto
 
newBuilderForType() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProto
 
newBuilderForType() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipStatsRecordProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipStatsRecordProto
 
newBuilderForType() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RemoteLocationProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RemoteLocationProto
 
newBuilderForType() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RemoveMountTableEntryRequestProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RemoveMountTableEntryRequestProto
 
newBuilderForType() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RemoveMountTableEntryResponseProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RemoveMountTableEntryResponseProto
 
newBuilderForType() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterHeartbeatRequestProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterHeartbeatRequestProto
 
newBuilderForType() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterHeartbeatResponseProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterHeartbeatResponseProto
 
newBuilderForType() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterRecordProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterRecordProto
 
newBuilderForType() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.StateStoreVersionRecordProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.StateStoreVersionRecordProto
 
newBuilderForType() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateMountTableEntryRequestProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateMountTableEntryRequestProto
 
newBuilderForType() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateMountTableEntryResponseProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateMountTableEntryResponseProto
 
newBuilderForType() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateNamenodeRegistrationRequestProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateNamenodeRegistrationRequestProto
 
newBuilderForType() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateNamenodeRegistrationResponseProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateNamenodeRegistrationResponseProto
 
newBuilderForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.AcceptRecoveryRequestProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.AcceptRecoveryRequestProto
 
newBuilderForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.AcceptRecoveryResponseProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.AcceptRecoveryResponseProto
 
newBuilderForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.CanRollBackRequestProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.CanRollBackRequestProto
 
newBuilderForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.CanRollBackResponseProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.CanRollBackResponseProto
 
newBuilderForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DiscardSegmentsRequestProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DiscardSegmentsRequestProto
 
newBuilderForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DiscardSegmentsResponseProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DiscardSegmentsResponseProto
 
newBuilderForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoFinalizeRequestProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoFinalizeRequestProto
 
newBuilderForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoFinalizeResponseProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoFinalizeResponseProto
 
newBuilderForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoPreUpgradeRequestProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoPreUpgradeRequestProto
 
newBuilderForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoPreUpgradeResponseProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoPreUpgradeResponseProto
 
newBuilderForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoRollbackRequestProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoRollbackRequestProto
 
newBuilderForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoRollbackResponseProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoRollbackResponseProto
 
newBuilderForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoUpgradeRequestProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoUpgradeRequestProto
 
newBuilderForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoUpgradeResponseProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoUpgradeResponseProto
 
newBuilderForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FinalizeLogSegmentRequestProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FinalizeLogSegmentRequestProto
 
newBuilderForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FinalizeLogSegmentResponseProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FinalizeLogSegmentResponseProto
 
newBuilderForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FormatRequestProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FormatRequestProto
 
newBuilderForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FormatResponseProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FormatResponseProto
 
newBuilderForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetEditLogManifestRequestProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetEditLogManifestRequestProto
 
newBuilderForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetEditLogManifestResponseProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetEditLogManifestResponseProto
 
newBuilderForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalCTimeRequestProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalCTimeRequestProto
 
newBuilderForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalCTimeResponseProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalCTimeResponseProto
 
newBuilderForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalStateRequestProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalStateRequestProto
 
newBuilderForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalStateResponseProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalStateResponseProto
 
newBuilderForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.HeartbeatRequestProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.HeartbeatRequestProto
 
newBuilderForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.HeartbeatResponseProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.HeartbeatResponseProto
 
newBuilderForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.IsFormattedRequestProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.IsFormattedRequestProto
 
newBuilderForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.IsFormattedResponseProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.IsFormattedResponseProto
 
newBuilderForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalIdProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalIdProto
 
newBuilderForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalRequestProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalRequestProto
 
newBuilderForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalResponseProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalResponseProto
 
newBuilderForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.NewEpochRequestProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.NewEpochRequestProto
 
newBuilderForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.NewEpochResponseProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.NewEpochResponseProto
 
newBuilderForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PersistedRecoveryPaxosData
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PersistedRecoveryPaxosData
 
newBuilderForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PrepareRecoveryRequestProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PrepareRecoveryRequestProto
 
newBuilderForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PrepareRecoveryResponseProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PrepareRecoveryResponseProto
 
newBuilderForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PurgeLogsRequestProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PurgeLogsRequestProto
 
newBuilderForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PurgeLogsResponseProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PurgeLogsResponseProto
 
newBuilderForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.RequestInfoProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.RequestInfoProto
 
newBuilderForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.SegmentStateProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.SegmentStateProto
 
newBuilderForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.StartLogSegmentRequestProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.StartLogSegmentRequestProto
 
newBuilderForType() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.StartLogSegmentResponseProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.StartLogSegmentResponseProto
 
newBuilderForType() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.CacheManagerSection
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.CacheManagerSection
 
newBuilderForType() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.ErasureCodingSection
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.ErasureCodingSection
 
newBuilderForType() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FileSummary
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FileSummary
 
newBuilderForType() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FileSummary.Section
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FileSummary.Section
 
newBuilderForType() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FilesUnderConstructionSection.FileUnderConstructionEntry
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FilesUnderConstructionSection.FileUnderConstructionEntry
 
newBuilderForType() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FilesUnderConstructionSection
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FilesUnderConstructionSection
 
newBuilderForType() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeDirectorySection.DirEntry
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeDirectorySection.DirEntry
 
newBuilderForType() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeDirectorySection
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeDirectorySection
 
newBuilderForType() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeReferenceSection.INodeReference
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeReferenceSection.INodeReference
 
newBuilderForType() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeReferenceSection
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeReferenceSection
 
newBuilderForType() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.AclFeatureProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.AclFeatureProto
 
newBuilderForType() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.FileUnderConstructionFeature
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.FileUnderConstructionFeature
 
newBuilderForType() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INode
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INode
 
newBuilderForType() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeDirectory
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeDirectory
 
newBuilderForType() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeFile
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeFile
 
newBuilderForType() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeSymlink
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeSymlink
 
newBuilderForType() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection
 
newBuilderForType() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.QuotaByStorageTypeEntryProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.QuotaByStorageTypeEntryProto
 
newBuilderForType() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.QuotaByStorageTypeFeatureProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.QuotaByStorageTypeFeatureProto
 
newBuilderForType() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.XAttrCompactProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.XAttrCompactProto
 
newBuilderForType() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.XAttrFeatureProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.XAttrFeatureProto
 
newBuilderForType() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.NameSystemSection
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.NameSystemSection
 
newBuilderForType() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.DelegationKey
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.DelegationKey
 
newBuilderForType() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection
 
newBuilderForType() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.PersistToken
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.PersistToken
 
newBuilderForType() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.CreatedListEntry
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.CreatedListEntry
 
newBuilderForType() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DiffEntry
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DiffEntry
 
newBuilderForType() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DirectoryDiff
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DirectoryDiff
 
newBuilderForType() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.FileDiff
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.FileDiff
 
newBuilderForType() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection
 
newBuilderForType() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotSection
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotSection
 
newBuilderForType() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotSection.Snapshot
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotSection.Snapshot
 
newBuilderForType() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.StringTableSection.Entry
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.StringTableSection.Entry
 
newBuilderForType() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.StringTableSection
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.StringTableSection
 
newBuilderForType() - Method in class org.apache.hadoop.hdfs.server.namenode.ha.proto.HAZKInfoProtos.ActiveNodeInfo
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.hadoop.hdfs.server.namenode.ha.proto.HAZKInfoProtos.ActiveNodeInfo
 
newEpoch(RpcController, QJournalProtocolProtos.NewEpochRequestProto) - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.QJournalProtocolService.BlockingInterface
 
newEpoch(RpcController, QJournalProtocolProtos.NewEpochRequestProto, RpcCallback<QJournalProtocolProtos.NewEpochResponseProto>) - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.QJournalProtocolService.Interface
rpc newEpoch(.hadoop.hdfs.qjournal.NewEpochRequestProto) returns (.hadoop.hdfs.qjournal.NewEpochResponseProto);
newEpoch(RpcController, QJournalProtocolProtos.NewEpochRequestProto, RpcCallback<QJournalProtocolProtos.NewEpochResponseProto>) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.QJournalProtocolService
rpc newEpoch(.hadoop.hdfs.qjournal.NewEpochRequestProto) returns (.hadoop.hdfs.qjournal.NewEpochResponseProto);
newEpoch(RpcController, QJournalProtocolProtos.NewEpochRequestProto, RpcCallback<QJournalProtocolProtos.NewEpochResponseProto>) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.QJournalProtocolService.Stub
 
newFileSubclusterResolver(Configuration, Router) - Static method in class org.apache.hadoop.hdfs.server.federation.router.FederationUtil
Creates an instance of a FileSubclusterResolver from the configuration.
newInstance(DataNode, DataStorage, Configuration) - Method in class org.apache.hadoop.hdfs.server.datanode.fsdataset.FsDatasetSpi.Factory
Create a new object.
newInstance(DataNode, DataStorage, Configuration) - Method in class org.apache.hadoop.hdfs.server.datanode.fsdataset.impl.FsDatasetFactory
 
newInstance() - Static method in class org.apache.hadoop.hdfs.server.federation.store.protocol.AddMountTableEntryRequest
 
newInstance(MountTable) - Static method in class org.apache.hadoop.hdfs.server.federation.store.protocol.AddMountTableEntryRequest
 
newInstance() - Static method in class org.apache.hadoop.hdfs.server.federation.store.protocol.AddMountTableEntryResponse
 
newInstance() - Static method in class org.apache.hadoop.hdfs.server.federation.store.protocol.GetMountTableEntriesRequest
 
newInstance(String) - Static method in class org.apache.hadoop.hdfs.server.federation.store.protocol.GetMountTableEntriesRequest
 
newInstance() - Static method in class org.apache.hadoop.hdfs.server.federation.store.protocol.GetMountTableEntriesResponse
 
newInstance() - Static method in class org.apache.hadoop.hdfs.server.federation.store.protocol.GetNamenodeRegistrationsRequest
 
newInstance(MembershipState) - Static method in class org.apache.hadoop.hdfs.server.federation.store.protocol.GetNamenodeRegistrationsRequest
 
newInstance() - Static method in class org.apache.hadoop.hdfs.server.federation.store.protocol.GetNamenodeRegistrationsResponse
 
newInstance(List<MembershipState>) - Static method in class org.apache.hadoop.hdfs.server.federation.store.protocol.GetNamenodeRegistrationsResponse
 
newInstance() - Static method in class org.apache.hadoop.hdfs.server.federation.store.protocol.GetNamespaceInfoRequest
 
newInstance() - Static method in class org.apache.hadoop.hdfs.server.federation.store.protocol.GetNamespaceInfoResponse
 
newInstance(Set<FederationNamespaceInfo>) - Static method in class org.apache.hadoop.hdfs.server.federation.store.protocol.GetNamespaceInfoResponse
 
newInstance() - Static method in class org.apache.hadoop.hdfs.server.federation.store.protocol.GetRouterRegistrationRequest
 
newInstance(String) - Static method in class org.apache.hadoop.hdfs.server.federation.store.protocol.GetRouterRegistrationRequest
 
newInstance() - Static method in class org.apache.hadoop.hdfs.server.federation.store.protocol.GetRouterRegistrationResponse
 
newInstance() - Static method in class org.apache.hadoop.hdfs.server.federation.store.protocol.GetRouterRegistrationsRequest
 
newInstance() - Static method in class org.apache.hadoop.hdfs.server.federation.store.protocol.GetRouterRegistrationsResponse
 
newInstance() - Static method in class org.apache.hadoop.hdfs.server.federation.store.protocol.NamenodeHeartbeatRequest
 
newInstance(MembershipState) - Static method in class org.apache.hadoop.hdfs.server.federation.store.protocol.NamenodeHeartbeatRequest
 
newInstance() - Static method in class org.apache.hadoop.hdfs.server.federation.store.protocol.NamenodeHeartbeatResponse
 
newInstance(boolean) - Static method in class org.apache.hadoop.hdfs.server.federation.store.protocol.NamenodeHeartbeatResponse
 
newInstance() - Static method in class org.apache.hadoop.hdfs.server.federation.store.protocol.RemoveMountTableEntryRequest
 
newInstance(String) - Static method in class org.apache.hadoop.hdfs.server.federation.store.protocol.RemoveMountTableEntryRequest
 
newInstance() - Static method in class org.apache.hadoop.hdfs.server.federation.store.protocol.RemoveMountTableEntryResponse
 
newInstance() - Static method in class org.apache.hadoop.hdfs.server.federation.store.protocol.RouterHeartbeatRequest
 
newInstance(RouterState) - Static method in class org.apache.hadoop.hdfs.server.federation.store.protocol.RouterHeartbeatRequest
 
newInstance() - Static method in class org.apache.hadoop.hdfs.server.federation.store.protocol.RouterHeartbeatResponse
 
newInstance(boolean) - Static method in class org.apache.hadoop.hdfs.server.federation.store.protocol.RouterHeartbeatResponse
 
newInstance() - Static method in class org.apache.hadoop.hdfs.server.federation.store.protocol.UpdateMountTableEntryRequest
 
newInstance(MountTable) - Static method in class org.apache.hadoop.hdfs.server.federation.store.protocol.UpdateMountTableEntryRequest
 
newInstance() - Static method in class org.apache.hadoop.hdfs.server.federation.store.protocol.UpdateMountTableEntryResponse
 
newInstance() - Static method in class org.apache.hadoop.hdfs.server.federation.store.protocol.UpdateNamenodeRegistrationRequest
 
newInstance(String, String, FederationNamenodeServiceState) - Static method in class org.apache.hadoop.hdfs.server.federation.store.protocol.UpdateNamenodeRegistrationRequest
 
newInstance() - Static method in class org.apache.hadoop.hdfs.server.federation.store.protocol.UpdateNamenodeRegistrationResponse
 
newInstance(boolean) - Static method in class org.apache.hadoop.hdfs.server.federation.store.protocol.UpdateNamenodeRegistrationResponse
 
newInstance() - Static method in class org.apache.hadoop.hdfs.server.federation.store.records.MembershipState
Create a new membership instance.
newInstance(String, String, String, String, String, String, String, String, String, FederationNamenodeServiceState, boolean) - Static method in class org.apache.hadoop.hdfs.server.federation.store.records.MembershipState
Create a new membership instance.
newInstance() - Static method in class org.apache.hadoop.hdfs.server.federation.store.records.MembershipStats
 
newInstance() - Static method in class org.apache.hadoop.hdfs.server.federation.store.records.MountTable
 
newInstance(String, Map<String, String>, long, long) - Static method in class org.apache.hadoop.hdfs.server.federation.store.records.MountTable
Constructor for a mount table entry with a single destinations.
newInstance(String, Map<String, String>) - Static method in class org.apache.hadoop.hdfs.server.federation.store.records.MountTable
Constructor for a mount table entry with multiple destinations.
newInstance() - Static method in class org.apache.hadoop.hdfs.server.federation.store.records.RouterState
 
newInstance(String, long, RouterServiceState) - Static method in class org.apache.hadoop.hdfs.server.federation.store.records.RouterState
 
newInstance() - Static method in class org.apache.hadoop.hdfs.server.federation.store.records.StateStoreVersion
 
newInstance(long, long) - Static method in class org.apache.hadoop.hdfs.server.federation.store.records.StateStoreVersion
 
newInstance() - Static method in class org.apache.hadoop.hdfs.server.namenode.Content.Counts
 
newInstance(long, long) - Static method in class org.apache.hadoop.hdfs.server.namenode.Quota.Counts
 
newInstance() - Static method in class org.apache.hadoop.hdfs.server.namenode.Quota.Counts
 
newInstance() - Method in interface org.apache.hadoop.hdfs.util.EnumCounters.Factory
Create a new counters instance.
newRecord(String, Class<T>, boolean) - Method in class org.apache.hadoop.hdfs.server.federation.store.driver.impl.StateStoreSerializableImpl
Creates a record from an input data string.
newRecord(Class<T>) - Static method in class org.apache.hadoop.hdfs.server.federation.store.driver.StateStoreSerializer
Create a new record.
newRecordInstance(Class<T>) - Method in class org.apache.hadoop.hdfs.server.federation.store.driver.impl.StateStoreSerializerPBImpl
 
newRecordInstance(Class<T>) - Method in class org.apache.hadoop.hdfs.server.federation.store.driver.StateStoreSerializer
Create a new record.
newReflectiveBlockingService(QJournalProtocolProtos.QJournalProtocolService.BlockingInterface) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.QJournalProtocolService
 
newReflectiveService(QJournalProtocolProtos.QJournalProtocolService.Interface) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.QJournalProtocolService
 
newStub(RpcChannel) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.QJournalProtocolService
 
nextBlock() - Method in interface org.apache.hadoop.hdfs.server.datanode.fsdataset.FsVolumeSpi.BlockIterator
Get the next block.

Note that this block may be removed in between the time we list it, and the time the caller tries to use it, or it may represent a stale entry.

NEXTDIRECTIVEID_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.CacheManagerSection
 
NNStorage.NameNodeDirType - Enum in org.apache.hadoop.hdfs.server.namenode
Implementation of StorageDirType specific to namenode storage A Storage directory could be of type IMAGE which stores only fsimage, or of type EDITS which stores edits or of type IMAGE_AND_EDITS which stores both fsimage and edits.
NNStorage.NameNodeFile - Enum in org.apache.hadoop.hdfs.server.namenode
The filenames used for storing the images.
NNStorageRetentionManager - Class in org.apache.hadoop.hdfs.server.namenode
The NNStorageRetentionManager is responsible for inspecting the storage directories of the NN and enforcing a retention policy on checkpoints and edit logs.
NNStorageRetentionManager(Configuration, NNStorage, LogsPurgeable, NNStorageRetentionManager.StoragePurger) - Constructor for class org.apache.hadoop.hdfs.server.namenode.NNStorageRetentionManager
 
NNStorageRetentionManager(Configuration, NNStorage, LogsPurgeable) - Constructor for class org.apache.hadoop.hdfs.server.namenode.NNStorageRetentionManager
 
NNUpgradeUtil - Class in org.apache.hadoop.hdfs.server.namenode
 
NNUpgradeUtil() - Constructor for class org.apache.hadoop.hdfs.server.namenode.NNUpgradeUtil
 
NODE - Static variable in class org.apache.hadoop.hdfs.tools.DiskBalancerCLI
Name or address of the node to execute against.
NodePlan - Class in org.apache.hadoop.hdfs.server.diskbalancer.planner
NodePlan is a set of volumeSetPlans.
NodePlan() - Constructor for class org.apache.hadoop.hdfs.server.diskbalancer.planner.NodePlan
Constructs an Empty Node Plan.
NodePlan(String, int) - Constructor for class org.apache.hadoop.hdfs.server.diskbalancer.planner.NodePlan
Constructs an empty NodePlan.
NSINFO_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FormatRequestProto
 
NSINFO_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.NewEpochRequestProto
 
NSQUOTA_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeDirectory
 
NumberReplicas - Class in org.apache.hadoop.hdfs.server.blockmanagement
A immutable object that stores the number of live replicas and the number of decommissioned Replicas.
NumberReplicas() - Constructor for class org.apache.hadoop.hdfs.server.blockmanagement.NumberReplicas
 
NumberReplicas.StoredReplicaState - Enum in org.apache.hadoop.hdfs.server.blockmanagement
 
NUMDIRECTIVES_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.CacheManagerSection
 
NUMENTRY_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.StringTableSection
 
NUMINODES_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection
 
NUMKEYS_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection
 
NUMOFACTIVEDATANODES_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipStatsRecordProto
 
NUMOFBLOCKS_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipStatsRecordProto
 
NUMOFBLOCKSMISSING_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipStatsRecordProto
 
NUMOFBLOCKSPENDINGDELETION_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipStatsRecordProto
 
NUMOFBLOCKSPENDINGREPLICATION_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipStatsRecordProto
 
NUMOFBLOCKSUNDERREPLICATED_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipStatsRecordProto
 
NUMOFDEADDATANODES_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipStatsRecordProto
 
NUMOFDECOMACTIVEDATANODES_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipStatsRecordProto
 
NUMOFDECOMDEADDATANODES_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipStatsRecordProto
 
NUMOFDECOMMISSIONINGDATANODES_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipStatsRecordProto
 
NUMOFDIFF_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DiffEntry
 
NUMOFFILES_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipStatsRecordProto
 
NUMPOOLS_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.CacheManagerSection
 
NUMSNAPSHOTS_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotSection
 
NUMTOKENS_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection
 
NUMTXNS_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalRequestProto
 

O

obtainReference() - Method in interface org.apache.hadoop.hdfs.server.datanode.fsdataset.FsVolumeSpi
Obtain a reference object that had increased 1 reference count of the volume.
OfflineEditsViewer.Flags - Class in org.apache.hadoop.hdfs.tools.offlineEditsViewer
 
OFFSET_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FileSummary.Section
 
ONDISKVERSION_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FileSummary
 
Op(String, long) - Constructor for class org.apache.hadoop.hdfs.server.namenode.top.window.RollingWindowManager.Op
 
open(String) - Method in class org.apache.hadoop.hdfs.server.diskbalancer.command.Command
Returns a InputStream to read data.
OpInstanceCache() - Constructor for class org.apache.hadoop.hdfs.server.namenode.FSEditLogOp.OpInstanceCache
 
org.apache.hadoop.hdfs - package org.apache.hadoop.hdfs
A distributed implementation of FileSystem.
org.apache.hadoop.hdfs.federation.protocol.proto - package org.apache.hadoop.hdfs.federation.protocol.proto
 
org.apache.hadoop.hdfs.net - package org.apache.hadoop.hdfs.net
 
org.apache.hadoop.hdfs.protocol - package org.apache.hadoop.hdfs.protocol
 
org.apache.hadoop.hdfs.protocol.datatransfer - package org.apache.hadoop.hdfs.protocol.datatransfer
 
org.apache.hadoop.hdfs.protocol.datatransfer.sasl - package org.apache.hadoop.hdfs.protocol.datatransfer.sasl
 
org.apache.hadoop.hdfs.protocolPB - package org.apache.hadoop.hdfs.protocolPB
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.
org.apache.hadoop.hdfs.qjournal.client - package org.apache.hadoop.hdfs.qjournal.client
 
org.apache.hadoop.hdfs.qjournal.protocol - package org.apache.hadoop.hdfs.qjournal.protocol
 
org.apache.hadoop.hdfs.qjournal.protocolPB - package org.apache.hadoop.hdfs.qjournal.protocolPB
 
org.apache.hadoop.hdfs.qjournal.server - package org.apache.hadoop.hdfs.qjournal.server
 
org.apache.hadoop.hdfs.security.token.block - package org.apache.hadoop.hdfs.security.token.block
 
org.apache.hadoop.hdfs.security.token.delegation - package org.apache.hadoop.hdfs.security.token.delegation
 
org.apache.hadoop.hdfs.server.balancer - package org.apache.hadoop.hdfs.server.balancer
 
org.apache.hadoop.hdfs.server.blockmanagement - package org.apache.hadoop.hdfs.server.blockmanagement
 
org.apache.hadoop.hdfs.server.common - package org.apache.hadoop.hdfs.server.common
 
org.apache.hadoop.hdfs.server.datanode - package org.apache.hadoop.hdfs.server.datanode
 
org.apache.hadoop.hdfs.server.datanode.fsdataset - package org.apache.hadoop.hdfs.server.datanode.fsdataset
 
org.apache.hadoop.hdfs.server.datanode.fsdataset.impl - package org.apache.hadoop.hdfs.server.datanode.fsdataset.impl
 
org.apache.hadoop.hdfs.server.datanode.metrics - package org.apache.hadoop.hdfs.server.datanode.metrics
 
org.apache.hadoop.hdfs.server.datanode.web - package org.apache.hadoop.hdfs.server.datanode.web
 
org.apache.hadoop.hdfs.server.datanode.web.webhdfs - package org.apache.hadoop.hdfs.server.datanode.web.webhdfs
 
org.apache.hadoop.hdfs.server.diskbalancer - package org.apache.hadoop.hdfs.server.diskbalancer
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.
org.apache.hadoop.hdfs.server.diskbalancer.command - package org.apache.hadoop.hdfs.server.diskbalancer.command
Commands for disk balancer command line tool.
org.apache.hadoop.hdfs.server.diskbalancer.connectors - package org.apache.hadoop.hdfs.server.diskbalancer.connectors
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.
org.apache.hadoop.hdfs.server.diskbalancer.datamodel - package org.apache.hadoop.hdfs.server.diskbalancer.datamodel
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.
org.apache.hadoop.hdfs.server.diskbalancer.planner - package org.apache.hadoop.hdfs.server.diskbalancer.planner
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.
org.apache.hadoop.hdfs.server.mover - package org.apache.hadoop.hdfs.server.mover
 
org.apache.hadoop.hdfs.server.namenode - package org.apache.hadoop.hdfs.server.namenode
 
org.apache.hadoop.hdfs.server.namenode.ha - package org.apache.hadoop.hdfs.server.namenode.ha
 
org.apache.hadoop.hdfs.server.namenode.ha.proto - package org.apache.hadoop.hdfs.server.namenode.ha.proto
 
org.apache.hadoop.hdfs.server.namenode.metrics - package org.apache.hadoop.hdfs.server.namenode.metrics
 
org.apache.hadoop.hdfs.server.namenode.snapshot - package org.apache.hadoop.hdfs.server.namenode.snapshot
 
org.apache.hadoop.hdfs.server.namenode.top - package org.apache.hadoop.hdfs.server.namenode.top
 
org.apache.hadoop.hdfs.server.namenode.top.metrics - package org.apache.hadoop.hdfs.server.namenode.top.metrics
 
org.apache.hadoop.hdfs.server.namenode.top.window - package org.apache.hadoop.hdfs.server.namenode.top.window
 
org.apache.hadoop.hdfs.server.namenode.web.resources - package org.apache.hadoop.hdfs.server.namenode.web.resources
 
org.apache.hadoop.hdfs.server.protocol - package org.apache.hadoop.hdfs.server.protocol
 
org.apache.hadoop.hdfs.tools - package org.apache.hadoop.hdfs.tools
 
org.apache.hadoop.hdfs.tools.federation - package org.apache.hadoop.hdfs.tools.federation
It includes the tools to manage the Router-based federation.
org.apache.hadoop.hdfs.tools.offlineEditsViewer - package org.apache.hadoop.hdfs.tools.offlineEditsViewer
 
org.apache.hadoop.hdfs.tools.offlineImageViewer - package org.apache.hadoop.hdfs.tools.offlineImageViewer
 
org.apache.hadoop.hdfs.tools.snapshot - package org.apache.hadoop.hdfs.tools.snapshot
 
org.apache.hadoop.hdfs.util - package org.apache.hadoop.hdfs.util
 
org.apache.hadoop.hdfs.web - package org.apache.hadoop.hdfs.web
 
org.apache.hadoop.hdfs.web.resources - package org.apache.hadoop.hdfs.web.resources
 
OUTFILE - Static variable in class org.apache.hadoop.hdfs.tools.DiskBalancerCLI
Output file name, for commands like report, plan etc.
outOfServiceReplicas() - Method in class org.apache.hadoop.hdfs.server.blockmanagement.NumberReplicas
 
overrideExpiredRecord(R) - Method in class org.apache.hadoop.hdfs.server.federation.store.CachedRecordStore
Updates the state store with any record overrides we detected, such as an expired state.
overrideExpiredRecords(QueryResult<R>) - Method in class org.apache.hadoop.hdfs.server.federation.store.CachedRecordStore
Updates the state store with any record overrides we detected, such as an expired state.
overrideState(FederationNamenodeServiceState) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MembershipState
Overrides the cached getBlockPoolId() with an update.
OWNER_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.PersistToken
 

P

PageRounder() - Constructor for class org.apache.hadoop.hdfs.server.datanode.fsdataset.impl.FsDatasetCache.PageRounder
 
ParamFilter - Class in org.apache.hadoop.hdfs.web
A filter to change parameter names to lower cases so that parameter names are considered as case insensitive.
ParamFilter() - Constructor for class org.apache.hadoop.hdfs.web.ParamFilter
 
PARENT_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeDirectorySection.DirEntry
 
parseBaseDir(File) - Static method in class org.apache.hadoop.hdfs.server.datanode.LocalReplica
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.AddMountTableEntryRequestProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.AddMountTableEntryRequestProto
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.AddMountTableEntryResponseProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.AddMountTableEntryResponseProto
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.FederationNamespaceInfoProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.FederationNamespaceInfoProto
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetExpiredRegistrationsRequestProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetExpiredRegistrationsRequestProto
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetMountTableEntriesRequestProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetMountTableEntriesRequestProto
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetMountTableEntriesResponseProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetMountTableEntriesResponseProto
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamenodeRegistrationsRequestProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamenodeRegistrationsRequestProto
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamenodeRegistrationsResponseProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamenodeRegistrationsResponseProto
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamespaceInfoRequestProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamespaceInfoRequestProto
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamespaceInfoResponseProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamespaceInfoResponseProto
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationRequestProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationRequestProto
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationResponseProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationResponseProto
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationsRequestProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationsRequestProto
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationsResponseProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationsResponseProto
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.MountTableRecordProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.MountTableRecordProto
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeHeartbeatRequestProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeHeartbeatRequestProto
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeHeartbeatResponseProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeHeartbeatResponseProto
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProto
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipStatsRecordProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipStatsRecordProto
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RemoteLocationProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RemoteLocationProto
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RemoveMountTableEntryRequestProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RemoveMountTableEntryRequestProto
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RemoveMountTableEntryResponseProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RemoveMountTableEntryResponseProto
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterHeartbeatRequestProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterHeartbeatRequestProto
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterHeartbeatResponseProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterHeartbeatResponseProto
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterRecordProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterRecordProto
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.StateStoreVersionRecordProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.StateStoreVersionRecordProto
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateMountTableEntryRequestProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateMountTableEntryRequestProto
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateMountTableEntryResponseProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateMountTableEntryResponseProto
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateNamenodeRegistrationRequestProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateNamenodeRegistrationRequestProto
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateNamenodeRegistrationResponseProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateNamenodeRegistrationResponseProto
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.AcceptRecoveryRequestProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.AcceptRecoveryRequestProto
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.AcceptRecoveryResponseProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.AcceptRecoveryResponseProto
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.CanRollBackRequestProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.CanRollBackRequestProto
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.CanRollBackResponseProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.CanRollBackResponseProto
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DiscardSegmentsRequestProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DiscardSegmentsRequestProto
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DiscardSegmentsResponseProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DiscardSegmentsResponseProto
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoFinalizeRequestProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoFinalizeRequestProto
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoFinalizeResponseProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoFinalizeResponseProto
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoPreUpgradeRequestProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoPreUpgradeRequestProto
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoPreUpgradeResponseProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoPreUpgradeResponseProto
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoRollbackRequestProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoRollbackRequestProto
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoRollbackResponseProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoRollbackResponseProto
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoUpgradeRequestProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoUpgradeRequestProto
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoUpgradeResponseProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoUpgradeResponseProto
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FinalizeLogSegmentRequestProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FinalizeLogSegmentRequestProto
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FinalizeLogSegmentResponseProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FinalizeLogSegmentResponseProto
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FormatRequestProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FormatRequestProto
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FormatResponseProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FormatResponseProto
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetEditLogManifestRequestProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetEditLogManifestRequestProto
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetEditLogManifestResponseProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetEditLogManifestResponseProto
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalCTimeRequestProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalCTimeRequestProto
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalCTimeResponseProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalCTimeResponseProto
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalStateRequestProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalStateRequestProto
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalStateResponseProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalStateResponseProto
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.HeartbeatRequestProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.HeartbeatRequestProto
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.HeartbeatResponseProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.HeartbeatResponseProto
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.IsFormattedRequestProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.IsFormattedRequestProto
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.IsFormattedResponseProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.IsFormattedResponseProto
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalIdProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalIdProto
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalRequestProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalRequestProto
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalResponseProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalResponseProto
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.NewEpochRequestProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.NewEpochRequestProto
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.NewEpochResponseProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.NewEpochResponseProto
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PersistedRecoveryPaxosData
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PersistedRecoveryPaxosData
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PrepareRecoveryRequestProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PrepareRecoveryRequestProto
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PrepareRecoveryResponseProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PrepareRecoveryResponseProto
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PurgeLogsRequestProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PurgeLogsRequestProto
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PurgeLogsResponseProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PurgeLogsResponseProto
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.RequestInfoProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.RequestInfoProto
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.SegmentStateProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.SegmentStateProto
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.StartLogSegmentRequestProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.StartLogSegmentRequestProto
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.StartLogSegmentResponseProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.StartLogSegmentResponseProto
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.CacheManagerSection
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.CacheManagerSection
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.ErasureCodingSection
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.ErasureCodingSection
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FileSummary
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FileSummary
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FileSummary.Section
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FileSummary.Section
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FilesUnderConstructionSection.FileUnderConstructionEntry
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FilesUnderConstructionSection.FileUnderConstructionEntry
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FilesUnderConstructionSection
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FilesUnderConstructionSection
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeDirectorySection.DirEntry
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeDirectorySection.DirEntry
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeDirectorySection
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeDirectorySection
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeReferenceSection.INodeReference
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeReferenceSection.INodeReference
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeReferenceSection
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeReferenceSection
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.AclFeatureProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.AclFeatureProto
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.FileUnderConstructionFeature
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.FileUnderConstructionFeature
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INode
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INode
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeDirectory
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeDirectory
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeFile
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeFile
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeSymlink
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeSymlink
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.QuotaByStorageTypeEntryProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.QuotaByStorageTypeEntryProto
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.QuotaByStorageTypeFeatureProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.QuotaByStorageTypeFeatureProto
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.XAttrCompactProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.XAttrCompactProto
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.XAttrFeatureProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.XAttrFeatureProto
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.NameSystemSection
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.NameSystemSection
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.DelegationKey
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.DelegationKey
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.PersistToken
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.PersistToken
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.CreatedListEntry
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.CreatedListEntry
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DiffEntry
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DiffEntry
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DirectoryDiff
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DirectoryDiff
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.FileDiff
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.FileDiff
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotSection
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotSection
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotSection.Snapshot
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotSection.Snapshot
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.StringTableSection.Entry
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.StringTableSection.Entry
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.StringTableSection
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.StringTableSection
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.server.namenode.ha.proto.HAZKInfoProtos.ActiveNodeInfo
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.server.namenode.ha.proto.HAZKInfoProtos.ActiveNodeInfo
 
parseFrom(ByteString) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.AddMountTableEntryRequestProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.AddMountTableEntryRequestProto
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.AddMountTableEntryRequestProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.AddMountTableEntryRequestProto
 
parseFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.AddMountTableEntryRequestProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.AddMountTableEntryRequestProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.AddMountTableEntryRequestProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.AddMountTableEntryRequestProto
 
parseFrom(ByteString) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.AddMountTableEntryResponseProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.AddMountTableEntryResponseProto
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.AddMountTableEntryResponseProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.AddMountTableEntryResponseProto
 
parseFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.AddMountTableEntryResponseProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.AddMountTableEntryResponseProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.AddMountTableEntryResponseProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.AddMountTableEntryResponseProto
 
parseFrom(ByteString) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.FederationNamespaceInfoProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.FederationNamespaceInfoProto
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.FederationNamespaceInfoProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.FederationNamespaceInfoProto
 
parseFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.FederationNamespaceInfoProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.FederationNamespaceInfoProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.FederationNamespaceInfoProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.FederationNamespaceInfoProto
 
parseFrom(ByteString) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetExpiredRegistrationsRequestProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetExpiredRegistrationsRequestProto
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetExpiredRegistrationsRequestProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetExpiredRegistrationsRequestProto
 
parseFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetExpiredRegistrationsRequestProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetExpiredRegistrationsRequestProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetExpiredRegistrationsRequestProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetExpiredRegistrationsRequestProto
 
parseFrom(ByteString) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetMountTableEntriesRequestProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetMountTableEntriesRequestProto
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetMountTableEntriesRequestProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetMountTableEntriesRequestProto
 
parseFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetMountTableEntriesRequestProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetMountTableEntriesRequestProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetMountTableEntriesRequestProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetMountTableEntriesRequestProto
 
parseFrom(ByteString) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetMountTableEntriesResponseProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetMountTableEntriesResponseProto
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetMountTableEntriesResponseProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetMountTableEntriesResponseProto
 
parseFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetMountTableEntriesResponseProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetMountTableEntriesResponseProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetMountTableEntriesResponseProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetMountTableEntriesResponseProto
 
parseFrom(ByteString) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamenodeRegistrationsRequestProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamenodeRegistrationsRequestProto
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamenodeRegistrationsRequestProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamenodeRegistrationsRequestProto
 
parseFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamenodeRegistrationsRequestProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamenodeRegistrationsRequestProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamenodeRegistrationsRequestProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamenodeRegistrationsRequestProto
 
parseFrom(ByteString) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamenodeRegistrationsResponseProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamenodeRegistrationsResponseProto
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamenodeRegistrationsResponseProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamenodeRegistrationsResponseProto
 
parseFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamenodeRegistrationsResponseProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamenodeRegistrationsResponseProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamenodeRegistrationsResponseProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamenodeRegistrationsResponseProto
 
parseFrom(ByteString) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamespaceInfoRequestProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamespaceInfoRequestProto
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamespaceInfoRequestProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamespaceInfoRequestProto
 
parseFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamespaceInfoRequestProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamespaceInfoRequestProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamespaceInfoRequestProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamespaceInfoRequestProto
 
parseFrom(ByteString) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamespaceInfoResponseProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamespaceInfoResponseProto
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamespaceInfoResponseProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamespaceInfoResponseProto
 
parseFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamespaceInfoResponseProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamespaceInfoResponseProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamespaceInfoResponseProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamespaceInfoResponseProto
 
parseFrom(ByteString) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationRequestProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationRequestProto
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationRequestProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationRequestProto
 
parseFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationRequestProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationRequestProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationRequestProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationRequestProto
 
parseFrom(ByteString) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationResponseProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationResponseProto
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationResponseProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationResponseProto
 
parseFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationResponseProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationResponseProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationResponseProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationResponseProto
 
parseFrom(ByteString) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationsRequestProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationsRequestProto
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationsRequestProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationsRequestProto
 
parseFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationsRequestProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationsRequestProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationsRequestProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationsRequestProto
 
parseFrom(ByteString) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationsResponseProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationsResponseProto
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationsResponseProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationsResponseProto
 
parseFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationsResponseProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationsResponseProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationsResponseProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationsResponseProto
 
parseFrom(ByteString) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.MountTableRecordProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.MountTableRecordProto
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.MountTableRecordProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.MountTableRecordProto
 
parseFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.MountTableRecordProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.MountTableRecordProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.MountTableRecordProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.MountTableRecordProto
 
parseFrom(ByteString) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeHeartbeatRequestProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeHeartbeatRequestProto
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeHeartbeatRequestProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeHeartbeatRequestProto
 
parseFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeHeartbeatRequestProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeHeartbeatRequestProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeHeartbeatRequestProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeHeartbeatRequestProto
 
parseFrom(ByteString) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeHeartbeatResponseProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeHeartbeatResponseProto
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeHeartbeatResponseProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeHeartbeatResponseProto
 
parseFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeHeartbeatResponseProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeHeartbeatResponseProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeHeartbeatResponseProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeHeartbeatResponseProto
 
parseFrom(ByteString) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProto
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProto
 
parseFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProto
 
parseFrom(ByteString) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipStatsRecordProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipStatsRecordProto
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipStatsRecordProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipStatsRecordProto
 
parseFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipStatsRecordProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipStatsRecordProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipStatsRecordProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipStatsRecordProto
 
parseFrom(ByteString) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RemoteLocationProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RemoteLocationProto
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RemoteLocationProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RemoteLocationProto
 
parseFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RemoteLocationProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RemoteLocationProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RemoteLocationProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RemoteLocationProto
 
parseFrom(ByteString) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RemoveMountTableEntryRequestProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RemoveMountTableEntryRequestProto
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RemoveMountTableEntryRequestProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RemoveMountTableEntryRequestProto
 
parseFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RemoveMountTableEntryRequestProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RemoveMountTableEntryRequestProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RemoveMountTableEntryRequestProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RemoveMountTableEntryRequestProto
 
parseFrom(ByteString) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RemoveMountTableEntryResponseProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RemoveMountTableEntryResponseProto
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RemoveMountTableEntryResponseProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RemoveMountTableEntryResponseProto
 
parseFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RemoveMountTableEntryResponseProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RemoveMountTableEntryResponseProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RemoveMountTableEntryResponseProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RemoveMountTableEntryResponseProto
 
parseFrom(ByteString) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterHeartbeatRequestProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterHeartbeatRequestProto
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterHeartbeatRequestProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterHeartbeatRequestProto
 
parseFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterHeartbeatRequestProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterHeartbeatRequestProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterHeartbeatRequestProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterHeartbeatRequestProto
 
parseFrom(ByteString) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterHeartbeatResponseProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterHeartbeatResponseProto
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterHeartbeatResponseProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterHeartbeatResponseProto
 
parseFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterHeartbeatResponseProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterHeartbeatResponseProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterHeartbeatResponseProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterHeartbeatResponseProto
 
parseFrom(ByteString) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterRecordProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterRecordProto
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterRecordProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterRecordProto
 
parseFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterRecordProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterRecordProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterRecordProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterRecordProto
 
parseFrom(ByteString) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.StateStoreVersionRecordProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.StateStoreVersionRecordProto
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.StateStoreVersionRecordProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.StateStoreVersionRecordProto
 
parseFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.StateStoreVersionRecordProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.StateStoreVersionRecordProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.StateStoreVersionRecordProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.StateStoreVersionRecordProto
 
parseFrom(ByteString) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateMountTableEntryRequestProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateMountTableEntryRequestProto
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateMountTableEntryRequestProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateMountTableEntryRequestProto
 
parseFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateMountTableEntryRequestProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateMountTableEntryRequestProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateMountTableEntryRequestProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateMountTableEntryRequestProto
 
parseFrom(ByteString) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateMountTableEntryResponseProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateMountTableEntryResponseProto
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateMountTableEntryResponseProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateMountTableEntryResponseProto
 
parseFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateMountTableEntryResponseProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateMountTableEntryResponseProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateMountTableEntryResponseProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateMountTableEntryResponseProto
 
parseFrom(ByteString) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateNamenodeRegistrationRequestProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateNamenodeRegistrationRequestProto
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateNamenodeRegistrationRequestProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateNamenodeRegistrationRequestProto
 
parseFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateNamenodeRegistrationRequestProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateNamenodeRegistrationRequestProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateNamenodeRegistrationRequestProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateNamenodeRegistrationRequestProto
 
parseFrom(ByteString) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateNamenodeRegistrationResponseProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateNamenodeRegistrationResponseProto
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateNamenodeRegistrationResponseProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateNamenodeRegistrationResponseProto
 
parseFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateNamenodeRegistrationResponseProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateNamenodeRegistrationResponseProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateNamenodeRegistrationResponseProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateNamenodeRegistrationResponseProto
 
parseFrom(ByteString) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.AcceptRecoveryRequestProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.AcceptRecoveryRequestProto
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.AcceptRecoveryRequestProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.AcceptRecoveryRequestProto
 
parseFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.AcceptRecoveryRequestProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.AcceptRecoveryRequestProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.AcceptRecoveryRequestProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.AcceptRecoveryRequestProto
 
parseFrom(ByteString) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.AcceptRecoveryResponseProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.AcceptRecoveryResponseProto
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.AcceptRecoveryResponseProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.AcceptRecoveryResponseProto
 
parseFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.AcceptRecoveryResponseProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.AcceptRecoveryResponseProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.AcceptRecoveryResponseProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.AcceptRecoveryResponseProto
 
parseFrom(ByteString) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.CanRollBackRequestProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.CanRollBackRequestProto
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.CanRollBackRequestProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.CanRollBackRequestProto
 
parseFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.CanRollBackRequestProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.CanRollBackRequestProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.CanRollBackRequestProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.CanRollBackRequestProto
 
parseFrom(ByteString) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.CanRollBackResponseProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.CanRollBackResponseProto
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.CanRollBackResponseProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.CanRollBackResponseProto
 
parseFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.CanRollBackResponseProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.CanRollBackResponseProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.CanRollBackResponseProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.CanRollBackResponseProto
 
parseFrom(ByteString) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DiscardSegmentsRequestProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DiscardSegmentsRequestProto
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DiscardSegmentsRequestProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DiscardSegmentsRequestProto
 
parseFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DiscardSegmentsRequestProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DiscardSegmentsRequestProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DiscardSegmentsRequestProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DiscardSegmentsRequestProto
 
parseFrom(ByteString) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DiscardSegmentsResponseProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DiscardSegmentsResponseProto
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DiscardSegmentsResponseProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DiscardSegmentsResponseProto
 
parseFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DiscardSegmentsResponseProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DiscardSegmentsResponseProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DiscardSegmentsResponseProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DiscardSegmentsResponseProto
 
parseFrom(ByteString) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoFinalizeRequestProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoFinalizeRequestProto
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoFinalizeRequestProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoFinalizeRequestProto
 
parseFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoFinalizeRequestProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoFinalizeRequestProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoFinalizeRequestProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoFinalizeRequestProto
 
parseFrom(ByteString) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoFinalizeResponseProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoFinalizeResponseProto
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoFinalizeResponseProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoFinalizeResponseProto
 
parseFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoFinalizeResponseProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoFinalizeResponseProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoFinalizeResponseProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoFinalizeResponseProto
 
parseFrom(ByteString) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoPreUpgradeRequestProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoPreUpgradeRequestProto
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoPreUpgradeRequestProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoPreUpgradeRequestProto
 
parseFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoPreUpgradeRequestProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoPreUpgradeRequestProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoPreUpgradeRequestProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoPreUpgradeRequestProto
 
parseFrom(ByteString) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoPreUpgradeResponseProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoPreUpgradeResponseProto
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoPreUpgradeResponseProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoPreUpgradeResponseProto
 
parseFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoPreUpgradeResponseProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoPreUpgradeResponseProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoPreUpgradeResponseProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoPreUpgradeResponseProto
 
parseFrom(ByteString) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoRollbackRequestProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoRollbackRequestProto
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoRollbackRequestProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoRollbackRequestProto
 
parseFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoRollbackRequestProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoRollbackRequestProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoRollbackRequestProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoRollbackRequestProto
 
parseFrom(ByteString) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoRollbackResponseProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoRollbackResponseProto
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoRollbackResponseProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoRollbackResponseProto
 
parseFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoRollbackResponseProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoRollbackResponseProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoRollbackResponseProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoRollbackResponseProto
 
parseFrom(ByteString) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoUpgradeRequestProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoUpgradeRequestProto
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoUpgradeRequestProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoUpgradeRequestProto
 
parseFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoUpgradeRequestProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoUpgradeRequestProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoUpgradeRequestProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoUpgradeRequestProto
 
parseFrom(ByteString) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoUpgradeResponseProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoUpgradeResponseProto
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoUpgradeResponseProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoUpgradeResponseProto
 
parseFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoUpgradeResponseProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoUpgradeResponseProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoUpgradeResponseProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoUpgradeResponseProto
 
parseFrom(ByteString) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FinalizeLogSegmentRequestProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FinalizeLogSegmentRequestProto
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FinalizeLogSegmentRequestProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FinalizeLogSegmentRequestProto
 
parseFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FinalizeLogSegmentRequestProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FinalizeLogSegmentRequestProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FinalizeLogSegmentRequestProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FinalizeLogSegmentRequestProto
 
parseFrom(ByteString) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FinalizeLogSegmentResponseProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FinalizeLogSegmentResponseProto
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FinalizeLogSegmentResponseProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FinalizeLogSegmentResponseProto
 
parseFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FinalizeLogSegmentResponseProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FinalizeLogSegmentResponseProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FinalizeLogSegmentResponseProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FinalizeLogSegmentResponseProto
 
parseFrom(ByteString) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FormatRequestProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FormatRequestProto
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FormatRequestProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FormatRequestProto
 
parseFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FormatRequestProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FormatRequestProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FormatRequestProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FormatRequestProto
 
parseFrom(ByteString) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FormatResponseProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FormatResponseProto
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FormatResponseProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FormatResponseProto
 
parseFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FormatResponseProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FormatResponseProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FormatResponseProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FormatResponseProto
 
parseFrom(ByteString) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetEditLogManifestRequestProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetEditLogManifestRequestProto
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetEditLogManifestRequestProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetEditLogManifestRequestProto
 
parseFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetEditLogManifestRequestProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetEditLogManifestRequestProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetEditLogManifestRequestProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetEditLogManifestRequestProto
 
parseFrom(ByteString) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetEditLogManifestResponseProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetEditLogManifestResponseProto
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetEditLogManifestResponseProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetEditLogManifestResponseProto
 
parseFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetEditLogManifestResponseProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetEditLogManifestResponseProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetEditLogManifestResponseProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetEditLogManifestResponseProto
 
parseFrom(ByteString) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalCTimeRequestProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalCTimeRequestProto
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalCTimeRequestProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalCTimeRequestProto
 
parseFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalCTimeRequestProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalCTimeRequestProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalCTimeRequestProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalCTimeRequestProto
 
parseFrom(ByteString) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalCTimeResponseProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalCTimeResponseProto
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalCTimeResponseProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalCTimeResponseProto
 
parseFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalCTimeResponseProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalCTimeResponseProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalCTimeResponseProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalCTimeResponseProto
 
parseFrom(ByteString) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalStateRequestProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalStateRequestProto
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalStateRequestProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalStateRequestProto
 
parseFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalStateRequestProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalStateRequestProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalStateRequestProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalStateRequestProto
 
parseFrom(ByteString) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalStateResponseProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalStateResponseProto
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalStateResponseProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalStateResponseProto
 
parseFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalStateResponseProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalStateResponseProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalStateResponseProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalStateResponseProto
 
parseFrom(ByteString) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.HeartbeatRequestProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.HeartbeatRequestProto
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.HeartbeatRequestProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.HeartbeatRequestProto
 
parseFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.HeartbeatRequestProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.HeartbeatRequestProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.HeartbeatRequestProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.HeartbeatRequestProto
 
parseFrom(ByteString) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.HeartbeatResponseProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.HeartbeatResponseProto
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.HeartbeatResponseProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.HeartbeatResponseProto
 
parseFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.HeartbeatResponseProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.HeartbeatResponseProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.HeartbeatResponseProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.HeartbeatResponseProto
 
parseFrom(ByteString) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.IsFormattedRequestProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.IsFormattedRequestProto
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.IsFormattedRequestProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.IsFormattedRequestProto
 
parseFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.IsFormattedRequestProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.IsFormattedRequestProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.IsFormattedRequestProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.IsFormattedRequestProto
 
parseFrom(ByteString) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.IsFormattedResponseProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.IsFormattedResponseProto
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.IsFormattedResponseProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.IsFormattedResponseProto
 
parseFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.IsFormattedResponseProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.IsFormattedResponseProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.IsFormattedResponseProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.IsFormattedResponseProto
 
parseFrom(ByteString) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalIdProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalIdProto
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalIdProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalIdProto
 
parseFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalIdProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalIdProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalIdProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalIdProto
 
parseFrom(ByteString) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalRequestProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalRequestProto
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalRequestProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalRequestProto
 
parseFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalRequestProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalRequestProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalRequestProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalRequestProto
 
parseFrom(ByteString) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalResponseProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalResponseProto
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalResponseProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalResponseProto
 
parseFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalResponseProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalResponseProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalResponseProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalResponseProto
 
parseFrom(ByteString) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.NewEpochRequestProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.NewEpochRequestProto
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.NewEpochRequestProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.NewEpochRequestProto
 
parseFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.NewEpochRequestProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.NewEpochRequestProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.NewEpochRequestProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.NewEpochRequestProto
 
parseFrom(ByteString) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.NewEpochResponseProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.NewEpochResponseProto
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.NewEpochResponseProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.NewEpochResponseProto
 
parseFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.NewEpochResponseProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.NewEpochResponseProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.NewEpochResponseProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.NewEpochResponseProto
 
parseFrom(ByteString) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PersistedRecoveryPaxosData
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PersistedRecoveryPaxosData
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PersistedRecoveryPaxosData
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PersistedRecoveryPaxosData
 
parseFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PersistedRecoveryPaxosData
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PersistedRecoveryPaxosData
 
parseFrom(CodedInputStream) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PersistedRecoveryPaxosData
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PersistedRecoveryPaxosData
 
parseFrom(ByteString) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PrepareRecoveryRequestProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PrepareRecoveryRequestProto
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PrepareRecoveryRequestProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PrepareRecoveryRequestProto
 
parseFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PrepareRecoveryRequestProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PrepareRecoveryRequestProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PrepareRecoveryRequestProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PrepareRecoveryRequestProto
 
parseFrom(ByteString) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PrepareRecoveryResponseProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PrepareRecoveryResponseProto
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PrepareRecoveryResponseProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PrepareRecoveryResponseProto
 
parseFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PrepareRecoveryResponseProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PrepareRecoveryResponseProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PrepareRecoveryResponseProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PrepareRecoveryResponseProto
 
parseFrom(ByteString) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PurgeLogsRequestProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PurgeLogsRequestProto
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PurgeLogsRequestProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PurgeLogsRequestProto
 
parseFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PurgeLogsRequestProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PurgeLogsRequestProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PurgeLogsRequestProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PurgeLogsRequestProto
 
parseFrom(ByteString) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PurgeLogsResponseProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PurgeLogsResponseProto
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PurgeLogsResponseProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PurgeLogsResponseProto
 
parseFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PurgeLogsResponseProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PurgeLogsResponseProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PurgeLogsResponseProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PurgeLogsResponseProto
 
parseFrom(ByteString) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.RequestInfoProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.RequestInfoProto
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.RequestInfoProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.RequestInfoProto
 
parseFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.RequestInfoProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.RequestInfoProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.RequestInfoProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.RequestInfoProto
 
parseFrom(ByteString) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.SegmentStateProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.SegmentStateProto
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.SegmentStateProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.SegmentStateProto
 
parseFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.SegmentStateProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.SegmentStateProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.SegmentStateProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.SegmentStateProto
 
parseFrom(ByteString) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.StartLogSegmentRequestProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.StartLogSegmentRequestProto
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.StartLogSegmentRequestProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.StartLogSegmentRequestProto
 
parseFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.StartLogSegmentRequestProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.StartLogSegmentRequestProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.StartLogSegmentRequestProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.StartLogSegmentRequestProto
 
parseFrom(ByteString) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.StartLogSegmentResponseProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.StartLogSegmentResponseProto
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.StartLogSegmentResponseProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.StartLogSegmentResponseProto
 
parseFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.StartLogSegmentResponseProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.StartLogSegmentResponseProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.StartLogSegmentResponseProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.StartLogSegmentResponseProto
 
parseFrom(ByteString) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.CacheManagerSection
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.CacheManagerSection
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.CacheManagerSection
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.CacheManagerSection
 
parseFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.CacheManagerSection
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.CacheManagerSection
 
parseFrom(CodedInputStream) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.CacheManagerSection
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.CacheManagerSection
 
parseFrom(ByteString) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.ErasureCodingSection
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.ErasureCodingSection
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.ErasureCodingSection
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.ErasureCodingSection
 
parseFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.ErasureCodingSection
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.ErasureCodingSection
 
parseFrom(CodedInputStream) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.ErasureCodingSection
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.ErasureCodingSection
 
parseFrom(ByteString) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FileSummary
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FileSummary
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FileSummary
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FileSummary
 
parseFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FileSummary
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FileSummary
 
parseFrom(CodedInputStream) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FileSummary
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FileSummary
 
parseFrom(ByteString) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FileSummary.Section
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FileSummary.Section
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FileSummary.Section
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FileSummary.Section
 
parseFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FileSummary.Section
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FileSummary.Section
 
parseFrom(CodedInputStream) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FileSummary.Section
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FileSummary.Section
 
parseFrom(ByteString) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FilesUnderConstructionSection.FileUnderConstructionEntry
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FilesUnderConstructionSection.FileUnderConstructionEntry
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FilesUnderConstructionSection.FileUnderConstructionEntry
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FilesUnderConstructionSection.FileUnderConstructionEntry
 
parseFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FilesUnderConstructionSection.FileUnderConstructionEntry
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FilesUnderConstructionSection.FileUnderConstructionEntry
 
parseFrom(CodedInputStream) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FilesUnderConstructionSection.FileUnderConstructionEntry
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FilesUnderConstructionSection.FileUnderConstructionEntry
 
parseFrom(ByteString) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FilesUnderConstructionSection
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FilesUnderConstructionSection
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FilesUnderConstructionSection
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FilesUnderConstructionSection
 
parseFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FilesUnderConstructionSection
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FilesUnderConstructionSection
 
parseFrom(CodedInputStream) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FilesUnderConstructionSection
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FilesUnderConstructionSection
 
parseFrom(ByteString) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeDirectorySection.DirEntry
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeDirectorySection.DirEntry
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeDirectorySection.DirEntry
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeDirectorySection.DirEntry
 
parseFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeDirectorySection.DirEntry
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeDirectorySection.DirEntry
 
parseFrom(CodedInputStream) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeDirectorySection.DirEntry
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeDirectorySection.DirEntry
 
parseFrom(ByteString) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeDirectorySection
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeDirectorySection
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeDirectorySection
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeDirectorySection
 
parseFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeDirectorySection
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeDirectorySection
 
parseFrom(CodedInputStream) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeDirectorySection
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeDirectorySection
 
parseFrom(ByteString) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeReferenceSection.INodeReference
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeReferenceSection.INodeReference
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeReferenceSection.INodeReference
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeReferenceSection.INodeReference
 
parseFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeReferenceSection.INodeReference
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeReferenceSection.INodeReference
 
parseFrom(CodedInputStream) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeReferenceSection.INodeReference
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeReferenceSection.INodeReference
 
parseFrom(ByteString) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeReferenceSection
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeReferenceSection
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeReferenceSection
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeReferenceSection
 
parseFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeReferenceSection
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeReferenceSection
 
parseFrom(CodedInputStream) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeReferenceSection
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeReferenceSection
 
parseFrom(ByteString) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.AclFeatureProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.AclFeatureProto
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.AclFeatureProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.AclFeatureProto
 
parseFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.AclFeatureProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.AclFeatureProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.AclFeatureProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.AclFeatureProto
 
parseFrom(ByteString) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.FileUnderConstructionFeature
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.FileUnderConstructionFeature
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.FileUnderConstructionFeature
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.FileUnderConstructionFeature
 
parseFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.FileUnderConstructionFeature
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.FileUnderConstructionFeature
 
parseFrom(CodedInputStream) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.FileUnderConstructionFeature
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.FileUnderConstructionFeature
 
parseFrom(ByteString) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INode
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INode
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INode
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INode
 
parseFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INode
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INode
 
parseFrom(CodedInputStream) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INode
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INode
 
parseFrom(ByteString) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeDirectory
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeDirectory
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeDirectory
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeDirectory
 
parseFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeDirectory
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeDirectory
 
parseFrom(CodedInputStream) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeDirectory
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeDirectory
 
parseFrom(ByteString) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeFile
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeFile
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeFile
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeFile
 
parseFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeFile
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeFile
 
parseFrom(CodedInputStream) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeFile
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeFile
 
parseFrom(ByteString) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeSymlink
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeSymlink
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeSymlink
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeSymlink
 
parseFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeSymlink
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeSymlink
 
parseFrom(CodedInputStream) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeSymlink
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeSymlink
 
parseFrom(ByteString) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection
 
parseFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection
 
parseFrom(CodedInputStream) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection
 
parseFrom(ByteString) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.QuotaByStorageTypeEntryProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.QuotaByStorageTypeEntryProto
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.QuotaByStorageTypeEntryProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.QuotaByStorageTypeEntryProto
 
parseFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.QuotaByStorageTypeEntryProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.QuotaByStorageTypeEntryProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.QuotaByStorageTypeEntryProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.QuotaByStorageTypeEntryProto
 
parseFrom(ByteString) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.QuotaByStorageTypeFeatureProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.QuotaByStorageTypeFeatureProto
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.QuotaByStorageTypeFeatureProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.QuotaByStorageTypeFeatureProto
 
parseFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.QuotaByStorageTypeFeatureProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.QuotaByStorageTypeFeatureProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.QuotaByStorageTypeFeatureProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.QuotaByStorageTypeFeatureProto
 
parseFrom(ByteString) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.XAttrCompactProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.XAttrCompactProto
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.XAttrCompactProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.XAttrCompactProto
 
parseFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.XAttrCompactProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.XAttrCompactProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.XAttrCompactProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.XAttrCompactProto
 
parseFrom(ByteString) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.XAttrFeatureProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.XAttrFeatureProto
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.XAttrFeatureProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.XAttrFeatureProto
 
parseFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.XAttrFeatureProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.XAttrFeatureProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.XAttrFeatureProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.XAttrFeatureProto
 
parseFrom(ByteString) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.NameSystemSection
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.NameSystemSection
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.NameSystemSection
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.NameSystemSection
 
parseFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.NameSystemSection
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.NameSystemSection
 
parseFrom(CodedInputStream) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.NameSystemSection
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.NameSystemSection
 
parseFrom(ByteString) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.DelegationKey
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.DelegationKey
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.DelegationKey
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.DelegationKey
 
parseFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.DelegationKey
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.DelegationKey
 
parseFrom(CodedInputStream) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.DelegationKey
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.DelegationKey
 
parseFrom(ByteString) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection
 
parseFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection
 
parseFrom(CodedInputStream) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection
 
parseFrom(ByteString) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.PersistToken
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.PersistToken
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.PersistToken
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.PersistToken
 
parseFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.PersistToken
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.PersistToken
 
parseFrom(CodedInputStream) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.PersistToken
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.PersistToken
 
parseFrom(ByteString) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.CreatedListEntry
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.CreatedListEntry
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.CreatedListEntry
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.CreatedListEntry
 
parseFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.CreatedListEntry
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.CreatedListEntry
 
parseFrom(CodedInputStream) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.CreatedListEntry
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.CreatedListEntry
 
parseFrom(ByteString) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DiffEntry
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DiffEntry
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DiffEntry
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DiffEntry
 
parseFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DiffEntry
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DiffEntry
 
parseFrom(CodedInputStream) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DiffEntry
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DiffEntry
 
parseFrom(ByteString) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DirectoryDiff
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DirectoryDiff
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DirectoryDiff
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DirectoryDiff
 
parseFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DirectoryDiff
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DirectoryDiff
 
parseFrom(CodedInputStream) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DirectoryDiff
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DirectoryDiff
 
parseFrom(ByteString) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.FileDiff
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.FileDiff
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.FileDiff
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.FileDiff
 
parseFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.FileDiff
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.FileDiff
 
parseFrom(CodedInputStream) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.FileDiff
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.FileDiff
 
parseFrom(ByteString) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection
 
parseFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection
 
parseFrom(CodedInputStream) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection
 
parseFrom(ByteString) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotSection
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotSection
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotSection
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotSection
 
parseFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotSection
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotSection
 
parseFrom(CodedInputStream) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotSection
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotSection
 
parseFrom(ByteString) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotSection.Snapshot
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotSection.Snapshot
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotSection.Snapshot
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotSection.Snapshot
 
parseFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotSection.Snapshot
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotSection.Snapshot
 
parseFrom(CodedInputStream) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotSection.Snapshot
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotSection.Snapshot
 
parseFrom(ByteString) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.StringTableSection.Entry
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.StringTableSection.Entry
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.StringTableSection.Entry
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.StringTableSection.Entry
 
parseFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.StringTableSection.Entry
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.StringTableSection.Entry
 
parseFrom(CodedInputStream) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.StringTableSection.Entry
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.StringTableSection.Entry
 
parseFrom(ByteString) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.StringTableSection
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.StringTableSection
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.StringTableSection
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.StringTableSection
 
parseFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.StringTableSection
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.StringTableSection
 
parseFrom(CodedInputStream) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.StringTableSection
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.StringTableSection
 
parseFrom(ByteString) - Static method in class org.apache.hadoop.hdfs.server.namenode.ha.proto.HAZKInfoProtos.ActiveNodeInfo
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.server.namenode.ha.proto.HAZKInfoProtos.ActiveNodeInfo
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.hdfs.server.namenode.ha.proto.HAZKInfoProtos.ActiveNodeInfo
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.server.namenode.ha.proto.HAZKInfoProtos.ActiveNodeInfo
 
parseFrom(InputStream) - Static method in class org.apache.hadoop.hdfs.server.namenode.ha.proto.HAZKInfoProtos.ActiveNodeInfo
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.server.namenode.ha.proto.HAZKInfoProtos.ActiveNodeInfo
 
parseFrom(CodedInputStream) - Static method in class org.apache.hadoop.hdfs.server.namenode.ha.proto.HAZKInfoProtos.ActiveNodeInfo
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hdfs.server.namenode.ha.proto.HAZKInfoProtos.ActiveNodeInfo
 
parseJson(String) - Static method in class org.apache.hadoop.hdfs.server.diskbalancer.datamodel.DiskBalancerCluster
Parses a Json string and converts to DiskBalancerCluster.
parseJson(String) - Static method in class org.apache.hadoop.hdfs.server.diskbalancer.datamodel.DiskBalancerVolume
Parses a Json string and converts to DiskBalancerVolume.
parseJson(String) - Static method in class org.apache.hadoop.hdfs.server.diskbalancer.planner.NodePlan
Parses a Json string and converts to NodePlan.
PARSER - Static variable in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.AddMountTableEntryRequestProto
 
PARSER - Static variable in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.AddMountTableEntryResponseProto
 
PARSER - Static variable in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.FederationNamespaceInfoProto
 
PARSER - Static variable in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetExpiredRegistrationsRequestProto
 
PARSER - Static variable in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetMountTableEntriesRequestProto
 
PARSER - Static variable in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetMountTableEntriesResponseProto
 
PARSER - Static variable in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamenodeRegistrationsRequestProto
 
PARSER - Static variable in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamenodeRegistrationsResponseProto
 
PARSER - Static variable in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamespaceInfoRequestProto
 
PARSER - Static variable in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamespaceInfoResponseProto
 
PARSER - Static variable in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationRequestProto
 
PARSER - Static variable in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationResponseProto
 
PARSER - Static variable in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationsRequestProto
 
PARSER - Static variable in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationsResponseProto
 
PARSER - Static variable in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.MountTableRecordProto
 
PARSER - Static variable in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeHeartbeatRequestProto
 
PARSER - Static variable in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeHeartbeatResponseProto
 
PARSER - Static variable in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProto
 
PARSER - Static variable in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipStatsRecordProto
 
PARSER - Static variable in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RemoteLocationProto
 
PARSER - Static variable in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RemoveMountTableEntryRequestProto
 
PARSER - Static variable in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RemoveMountTableEntryResponseProto
 
PARSER - Static variable in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterHeartbeatRequestProto
 
PARSER - Static variable in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterHeartbeatResponseProto
 
PARSER - Static variable in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterRecordProto
 
PARSER - Static variable in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.StateStoreVersionRecordProto
 
PARSER - Static variable in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateMountTableEntryRequestProto
 
PARSER - Static variable in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateMountTableEntryResponseProto
 
PARSER - Static variable in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateNamenodeRegistrationRequestProto
 
PARSER - Static variable in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateNamenodeRegistrationResponseProto
 
PARSER - Static variable in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.AcceptRecoveryRequestProto
 
PARSER - Static variable in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.AcceptRecoveryResponseProto
 
PARSER - Static variable in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.CanRollBackRequestProto
 
PARSER - Static variable in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.CanRollBackResponseProto
 
PARSER - Static variable in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DiscardSegmentsRequestProto
 
PARSER - Static variable in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DiscardSegmentsResponseProto
 
PARSER - Static variable in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoFinalizeRequestProto
 
PARSER - Static variable in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoFinalizeResponseProto
 
PARSER - Static variable in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoPreUpgradeRequestProto
 
PARSER - Static variable in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoPreUpgradeResponseProto
 
PARSER - Static variable in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoRollbackRequestProto
 
PARSER - Static variable in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoRollbackResponseProto
 
PARSER - Static variable in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoUpgradeRequestProto
 
PARSER - Static variable in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoUpgradeResponseProto
 
PARSER - Static variable in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FinalizeLogSegmentRequestProto
 
PARSER - Static variable in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FinalizeLogSegmentResponseProto
 
PARSER - Static variable in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FormatRequestProto
 
PARSER - Static variable in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FormatResponseProto
 
PARSER - Static variable in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetEditLogManifestRequestProto
 
PARSER - Static variable in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetEditLogManifestResponseProto
 
PARSER - Static variable in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalCTimeRequestProto
 
PARSER - Static variable in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalCTimeResponseProto
 
PARSER - Static variable in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalStateRequestProto
 
PARSER - Static variable in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalStateResponseProto
 
PARSER - Static variable in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.HeartbeatRequestProto
 
PARSER - Static variable in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.HeartbeatResponseProto
 
PARSER - Static variable in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.IsFormattedRequestProto
 
PARSER - Static variable in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.IsFormattedResponseProto
 
PARSER - Static variable in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalIdProto
 
PARSER - Static variable in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalRequestProto
 
PARSER - Static variable in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalResponseProto
 
PARSER - Static variable in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.NewEpochRequestProto
 
PARSER - Static variable in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.NewEpochResponseProto
 
PARSER - Static variable in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PersistedRecoveryPaxosData
 
PARSER - Static variable in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PrepareRecoveryRequestProto
 
PARSER - Static variable in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PrepareRecoveryResponseProto
 
PARSER - Static variable in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PurgeLogsRequestProto
 
PARSER - Static variable in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PurgeLogsResponseProto
 
PARSER - Static variable in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.RequestInfoProto
 
PARSER - Static variable in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.SegmentStateProto
 
PARSER - Static variable in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.StartLogSegmentRequestProto
 
PARSER - Static variable in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.StartLogSegmentResponseProto
 
PARSER - Static variable in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.CacheManagerSection
 
PARSER - Static variable in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.ErasureCodingSection
 
PARSER - Static variable in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FileSummary
 
PARSER - Static variable in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FileSummary.Section
 
PARSER - Static variable in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FilesUnderConstructionSection.FileUnderConstructionEntry
 
PARSER - Static variable in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FilesUnderConstructionSection
 
PARSER - Static variable in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeDirectorySection.DirEntry
 
PARSER - Static variable in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeDirectorySection
 
PARSER - Static variable in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeReferenceSection.INodeReference
 
PARSER - Static variable in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeReferenceSection
 
PARSER - Static variable in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.AclFeatureProto
 
PARSER - Static variable in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.FileUnderConstructionFeature
 
PARSER - Static variable in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INode
 
PARSER - Static variable in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeDirectory
 
PARSER - Static variable in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeFile
 
PARSER - Static variable in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeSymlink
 
PARSER - Static variable in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection
 
PARSER - Static variable in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.QuotaByStorageTypeEntryProto
 
PARSER - Static variable in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.QuotaByStorageTypeFeatureProto
 
PARSER - Static variable in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.XAttrCompactProto
 
PARSER - Static variable in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.XAttrFeatureProto
 
PARSER - Static variable in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.NameSystemSection
 
PARSER - Static variable in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.DelegationKey
 
PARSER - Static variable in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection
 
PARSER - Static variable in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.PersistToken
 
PARSER - Static variable in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.CreatedListEntry
 
PARSER - Static variable in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DiffEntry
 
PARSER - Static variable in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DirectoryDiff
 
PARSER - Static variable in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.FileDiff
 
PARSER - Static variable in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection
 
PARSER - Static variable in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotSection
 
PARSER - Static variable in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotSection.Snapshot
 
PARSER - Static variable in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.StringTableSection.Entry
 
PARSER - Static variable in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.StringTableSection
 
PARSER - Static variable in class org.apache.hadoop.hdfs.server.namenode.ha.proto.HAZKInfoProtos.ActiveNodeInfo
 
parseTopNodes(CommandLine, StrBuilder) - Method in class org.apache.hadoop.hdfs.server.diskbalancer.command.Command
Parse top number of nodes to be processed.
PATH_COMPARATOR - Static variable in class org.apache.hadoop.hdfs.server.federation.store.records.MountTable
Comparator for paths which considers the /.
PATH_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RemoteLocationProto
 
PathComponentTooLongException() - Constructor for exception org.apache.hadoop.hdfs.protocol.FSLimitException.PathComponentTooLongException
 
PathComponentTooLongException(String) - Constructor for exception org.apache.hadoop.hdfs.protocol.FSLimitException.PathComponentTooLongException
 
PathComponentTooLongException(long, long, String, String) - Constructor for exception org.apache.hadoop.hdfs.protocol.FSLimitException.PathComponentTooLongException
 
PathLocation - Class in org.apache.hadoop.hdfs.server.federation.resolver
A map of the properties and target destinations (name space + path) for a path in the global/federated name space.
PathLocation(String, List<RemoteLocation>, DestinationOrder) - Constructor for class org.apache.hadoop.hdfs.server.federation.resolver.PathLocation
Create a new PathLocation.
PathLocation(String, List<RemoteLocation>) - Constructor for class org.apache.hadoop.hdfs.server.federation.resolver.PathLocation
Create a new PathLocation with default HASH order.
PathLocation(PathLocation) - Constructor for class org.apache.hadoop.hdfs.server.federation.resolver.PathLocation
Create a path location from another path.
PathLocation(PathLocation, String) - Constructor for class org.apache.hadoop.hdfs.server.federation.resolver.PathLocation
Create a path location from another path with the destinations sorted.
pauseForTestingAfterNthCheckpoint(String, int) - Method in class org.apache.hadoop.hdfs.server.namenode.EncryptionZoneManager
 
pauseForTestingAfterNthSubmission(int) - Method in class org.apache.hadoop.hdfs.server.namenode.EncryptionZoneManager
 
pauseReencryptForTesting() - Method in class org.apache.hadoop.hdfs.server.namenode.EncryptionZoneManager
 
pauseReencryptUpdaterForTesting() - Method in class org.apache.hadoop.hdfs.server.namenode.EncryptionZoneManager
 
PBHelper - Class in org.apache.hadoop.hdfs.protocolPB
Utilities for converting protobuf classes to and from implementation classes and other helper utilities to help in dealing with protobuf.
PBImageDelimitedTextWriter - Class in org.apache.hadoop.hdfs.tools.offlineImageViewer
A PBImageDelimitedTextWriter generates a text representation of the PB fsimage, with each element separated by a delimiter string.
PBRecord - Interface in org.apache.hadoop.hdfs.server.federation.store.records.impl.pb
A record implementation using Protobuf.
periodicInvoke() - Method in class org.apache.hadoop.hdfs.server.federation.router.NamenodeHeartbeatService
 
periodicInvoke() - Method in class org.apache.hadoop.hdfs.server.federation.router.PeriodicService
Method that the service will run periodically.
periodicInvoke() - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterHeartbeatService
 
periodicInvoke() - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterSafemodeService
 
periodicInvoke() - Method in class org.apache.hadoop.hdfs.server.federation.store.StateStoreCacheUpdateService
 
periodicInvoke() - Method in class org.apache.hadoop.hdfs.server.federation.store.StateStoreConnectionMonitorService
 
PeriodicService - Class in org.apache.hadoop.hdfs.server.federation.router
Service to periodically execute a runnable.
PeriodicService(String) - Constructor for class org.apache.hadoop.hdfs.server.federation.router.PeriodicService
Create a new periodic update service.
PeriodicService(String, long) - Constructor for class org.apache.hadoop.hdfs.server.federation.router.PeriodicService
Create a new periodic update service.
PERMISSION_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeDirectory
 
PERMISSION_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeFile
 
PERMISSION_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeSymlink
 
PersistState(FsImageProto.CacheManagerSection, List<ClientNamenodeProtocolProtos.CachePoolInfoProto>, List<ClientNamenodeProtocolProtos.CacheDirectiveInfoProto>) - Constructor for class org.apache.hadoop.hdfs.server.namenode.CacheManager.PersistState
 
pickupReplicaSet(Collection<DatanodeStorageInfo>, Collection<DatanodeStorageInfo>, Map<String, List<DatanodeStorageInfo>>) - Method in class org.apache.hadoop.hdfs.server.blockmanagement.BlockPlacementPolicyWithNodeGroup
Pick up replica node set for deleting replica as over-replicated.
plan(DiskBalancerDataNode) - Method in class org.apache.hadoop.hdfs.server.diskbalancer.planner.GreedyPlanner
Computes a node plan for the given node.
plan(DiskBalancerDataNode) - Method in interface org.apache.hadoop.hdfs.server.diskbalancer.planner.Planner
 
PLAN - Static variable in class org.apache.hadoop.hdfs.tools.DiskBalancerCLI
Computes a plan for a given set of nodes.
PLAN_TEMPLATE - Static variable in class org.apache.hadoop.hdfs.tools.DiskBalancerCLI
Template for the plan file.
PLAN_VERSION - Static variable in class org.apache.hadoop.hdfs.tools.DiskBalancerCLI
 
PlanCommand - Class in org.apache.hadoop.hdfs.server.diskbalancer.command
Class that implements Plan Command.
PlanCommand(Configuration) - Constructor for class org.apache.hadoop.hdfs.server.diskbalancer.command.PlanCommand
Constructs a plan command.
PlanCommand(Configuration, PrintStream) - Constructor for class org.apache.hadoop.hdfs.server.diskbalancer.command.PlanCommand
Constructs a plan command.
Planner - Interface in org.apache.hadoop.hdfs.server.diskbalancer.planner
Planner interface allows different planners to be created.
PlannerFactory - Class in org.apache.hadoop.hdfs.server.diskbalancer.planner
Returns a planner based on the user defined tags.
POLICIES_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.ErasureCodingSection
 
pollAll() - Method in class org.apache.hadoop.hdfs.util.LightWeightHashSet
Remove all elements from the set and return them.
pollAll() - Method in class org.apache.hadoop.hdfs.util.LightWeightLinkedSet
Remove all elements from the set and return them in order.
pollFirst() - Method in class org.apache.hadoop.hdfs.util.LightWeightLinkedSet
Remove and return first element on the linked list of all elements.
pollN(int) - Method in class org.apache.hadoop.hdfs.util.LightWeightHashSet
Remove and return n elements from the hashtable.
pollN(int) - Method in class org.apache.hadoop.hdfs.util.LightWeightLinkedSet
Remove and return n elements from the hashtable.
pollToArray(T[]) - Method in class org.apache.hadoop.hdfs.util.LightWeightHashSet
Get array.length elements from the set, and put them into the array.
pools - Variable in class org.apache.hadoop.hdfs.server.namenode.CacheManager.PersistState
 
populatePathNames(DiskBalancerDataNode) - Method in class org.apache.hadoop.hdfs.server.diskbalancer.command.Command
Reads the Physical path of the disks we are balancing.
PORT_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.server.namenode.ha.proto.HAZKInfoProtos.ActiveNodeInfo
 
PositionTrackingInputStream(InputStream) - Constructor for class org.apache.hadoop.hdfs.server.namenode.FSEditLogLoader.PositionTrackingInputStream
 
post(UserGroupInformation, DelegationParam, UserParam, DoAsParam, UriFsPathParam, PostOpParam, ConcatSourcesParam, BufferSizeParam, ExcludeDatanodesParam, NewLengthParam, NoRedirectParam) - Method in class org.apache.hadoop.hdfs.server.namenode.web.resources.NamenodeWebHdfsMethods
Handle HTTP POST request.
postRoot(UserGroupInformation, DelegationParam, UserParam, DoAsParam, PostOpParam, ConcatSourcesParam, BufferSizeParam, ExcludeDatanodesParam, NewLengthParam, NoRedirectParam) - Method in class org.apache.hadoop.hdfs.server.namenode.web.resources.NamenodeWebHdfsMethods
Handle HTTP POST request for the root.
PREFERREDBLOCKSIZE_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeFile
 
prepareRecovery(RpcController, QJournalProtocolProtos.PrepareRecoveryRequestProto) - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.QJournalProtocolService.BlockingInterface
 
prepareRecovery(RpcController, QJournalProtocolProtos.PrepareRecoveryRequestProto, RpcCallback<QJournalProtocolProtos.PrepareRecoveryResponseProto>) - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.QJournalProtocolService.Interface
rpc prepareRecovery(.hadoop.hdfs.qjournal.PrepareRecoveryRequestProto) returns (.hadoop.hdfs.qjournal.PrepareRecoveryResponseProto);
prepareRecovery(RpcController, QJournalProtocolProtos.PrepareRecoveryRequestProto, RpcCallback<QJournalProtocolProtos.PrepareRecoveryResponseProto>) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.QJournalProtocolService
rpc prepareRecovery(.hadoop.hdfs.qjournal.PrepareRecoveryRequestProto) returns (.hadoop.hdfs.qjournal.PrepareRecoveryResponseProto);
prepareRecovery(RpcController, QJournalProtocolProtos.PrepareRecoveryRequestProto, RpcCallback<QJournalProtocolProtos.PrepareRecoveryResponseProto>) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.QJournalProtocolService.Stub
 
prepareRecovery(RequestInfo, long) - Method in class org.apache.hadoop.hdfs.qjournal.server.Journal
 
prepareToStopStandbyServices() - Method in class org.apache.hadoop.hdfs.server.namenode.NameNode.NameNodeHAContext
 
PREVSTORAGE_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.CanRollBackRequestProto
 
printDetails(PrintStream) - Method in class org.apache.hadoop.hdfs.util.LightWeightHashSet
Print detailed information of this object.
printHelp() - Method in class org.apache.hadoop.hdfs.server.diskbalancer.command.CancelCommand
Gets extended help for this command.
printHelp() - Method in class org.apache.hadoop.hdfs.server.diskbalancer.command.Command
Gets extended help for this command.
printHelp() - Method in class org.apache.hadoop.hdfs.server.diskbalancer.command.ExecuteCommand
Gets extended help for this command.
printHelp() - Method in class org.apache.hadoop.hdfs.server.diskbalancer.command.HelpCommand
Gets extended help for this command.
printHelp() - Method in class org.apache.hadoop.hdfs.server.diskbalancer.command.PlanCommand
Gets extended help for this command.
printHelp() - Method in class org.apache.hadoop.hdfs.server.diskbalancer.command.QueryCommand
Gets extended help for this command.
printHelp() - Method in class org.apache.hadoop.hdfs.server.diskbalancer.command.ReportCommand
Prints the help message.
printStats(StringBuilder) - Method in class org.apache.hadoop.hdfs.server.datanode.VolumeScanner
 
process(E) - Method in interface org.apache.hadoop.hdfs.util.Diff.Processor
Process the given element.
processBlockInvalidation(ExtendedBlockId) - Method in class org.apache.hadoop.hdfs.server.datanode.ShortCircuitRegistry
Invalidate any slot associated with a blockId that we are invalidating (deleting) from this DataNode.
processBlockMlockEvent(ExtendedBlockId) - Method in class org.apache.hadoop.hdfs.server.datanode.ShortCircuitRegistry
Process a block mlock event from the FsDatasetCache.
processBlockMunlockRequest(ExtendedBlockId) - Method in class org.apache.hadoop.hdfs.server.datanode.ShortCircuitRegistry
Mark any slots associated with this blockId as unanchorable.
proxyOp() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.FederationRPCPerformanceMonitor
 
proxyOp() - Method in interface org.apache.hadoop.hdfs.server.federation.router.RouterRpcMonitor
Start proxying an operation to the Namenode.
proxyOpComplete(boolean) - Method in class org.apache.hadoop.hdfs.server.federation.metrics.FederationRPCPerformanceMonitor
 
proxyOpComplete(boolean) - Method in interface org.apache.hadoop.hdfs.server.federation.router.RouterRpcMonitor
Mark a proxy operation as completed.
proxyOpFailureCommunicate() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.FederationRPCPerformanceMonitor
 
proxyOpFailureCommunicate() - Method in interface org.apache.hadoop.hdfs.server.federation.router.RouterRpcMonitor
Failed to proxy an operation to a Namenode because of an unexpected exception.
proxyOpFailureStandby() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.FederationRPCPerformanceMonitor
 
proxyOpFailureStandby() - Method in interface org.apache.hadoop.hdfs.server.federation.router.RouterRpcMonitor
Failed to proxy an operation to a Namenode because it was in standby.
proxyOpNotImplemented() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.FederationRPCPerformanceMonitor
 
proxyOpNotImplemented() - Method in interface org.apache.hadoop.hdfs.server.federation.router.RouterRpcMonitor
Failed to proxy an operation because it is not implemented.
purgeLogs(RpcController, QJournalProtocolProtos.PurgeLogsRequestProto) - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.QJournalProtocolService.BlockingInterface
 
purgeLogs(RpcController, QJournalProtocolProtos.PurgeLogsRequestProto, RpcCallback<QJournalProtocolProtos.PurgeLogsResponseProto>) - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.QJournalProtocolService.Interface
rpc purgeLogs(.hadoop.hdfs.qjournal.PurgeLogsRequestProto) returns (.hadoop.hdfs.qjournal.PurgeLogsResponseProto);
purgeLogs(RpcController, QJournalProtocolProtos.PurgeLogsRequestProto, RpcCallback<QJournalProtocolProtos.PurgeLogsResponseProto>) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.QJournalProtocolService
rpc purgeLogs(.hadoop.hdfs.qjournal.PurgeLogsRequestProto) returns (.hadoop.hdfs.qjournal.PurgeLogsResponseProto);
purgeLogs(RpcController, QJournalProtocolProtos.PurgeLogsRequestProto, RpcCallback<QJournalProtocolProtos.PurgeLogsResponseProto>) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.QJournalProtocolService.Stub
 
purgeLogsOlderThan(RequestInfo, long) - Method in class org.apache.hadoop.hdfs.qjournal.server.Journal
 
put(G) - Method in class org.apache.hadoop.hdfs.server.balancer.Dispatcher.StorageGroupMap
 
put(MovedBlocks.Locations<L>) - Method in class org.apache.hadoop.hdfs.server.balancer.MovedBlocks
add a block thus marking a block to be moved
put(T, boolean, boolean) - Method in class org.apache.hadoop.hdfs.server.federation.store.driver.impl.StateStoreBaseImpl
 
put(INode) - Method in class org.apache.hadoop.hdfs.server.namenode.INodeMap
Add an INode into the INode map.
put(UserGroupInformation, DelegationParam, UserParam, DoAsParam, UriFsPathParam, PutOpParam, DestinationParam, OwnerParam, GroupParam, PermissionParam, UnmaskedPermissionParam, OverwriteParam, BufferSizeParam, ReplicationParam, BlockSizeParam, ModificationTimeParam, AccessTimeParam, RenameOptionSetParam, CreateParentParam, TokenArgumentParam, AclPermissionParam, XAttrNameParam, XAttrValueParam, XAttrSetFlagParam, SnapshotNameParam, OldSnapshotNameParam, ExcludeDatanodesParam, CreateFlagParam, NoRedirectParam, StoragePolicyParam) - Method in class org.apache.hadoop.hdfs.server.namenode.web.resources.NamenodeWebHdfsMethods
Handle HTTP PUT request.
putAll(List<T>, boolean, boolean) - Method in class org.apache.hadoop.hdfs.server.federation.store.driver.impl.StateStoreFileBaseImpl
 
putAll(List<T>, boolean, boolean) - Method in class org.apache.hadoop.hdfs.server.federation.store.driver.impl.StateStoreZooKeeperImpl
 
putRoot(UserGroupInformation, DelegationParam, UserParam, DoAsParam, PutOpParam, DestinationParam, OwnerParam, GroupParam, PermissionParam, UnmaskedPermissionParam, OverwriteParam, BufferSizeParam, ReplicationParam, BlockSizeParam, ModificationTimeParam, AccessTimeParam, RenameOptionSetParam, CreateParentParam, TokenArgumentParam, AclPermissionParam, XAttrNameParam, XAttrValueParam, XAttrSetFlagParam, SnapshotNameParam, OldSnapshotNameParam, ExcludeDatanodesParam, CreateFlagParam, NoRedirectParam, StoragePolicyParam) - Method in class org.apache.hadoop.hdfs.server.namenode.web.resources.NamenodeWebHdfsMethods
Handle HTTP PUT request for the root.

Q

QJournalProtocolProtos - Class in org.apache.hadoop.hdfs.qjournal.protocol
 
QJournalProtocolProtos.AcceptRecoveryRequestProto - Class in org.apache.hadoop.hdfs.qjournal.protocol
Protobuf type hadoop.hdfs.qjournal.AcceptRecoveryRequestProto
QJournalProtocolProtos.AcceptRecoveryRequestProto.Builder - Class in org.apache.hadoop.hdfs.qjournal.protocol
Protobuf type hadoop.hdfs.qjournal.AcceptRecoveryRequestProto
QJournalProtocolProtos.AcceptRecoveryRequestProtoOrBuilder - Interface in org.apache.hadoop.hdfs.qjournal.protocol
 
QJournalProtocolProtos.AcceptRecoveryResponseProto - Class in org.apache.hadoop.hdfs.qjournal.protocol
Protobuf type hadoop.hdfs.qjournal.AcceptRecoveryResponseProto
QJournalProtocolProtos.AcceptRecoveryResponseProto.Builder - Class in org.apache.hadoop.hdfs.qjournal.protocol
Protobuf type hadoop.hdfs.qjournal.AcceptRecoveryResponseProto
QJournalProtocolProtos.AcceptRecoveryResponseProtoOrBuilder - Interface in org.apache.hadoop.hdfs.qjournal.protocol
 
QJournalProtocolProtos.CanRollBackRequestProto - Class in org.apache.hadoop.hdfs.qjournal.protocol
Protobuf type hadoop.hdfs.qjournal.CanRollBackRequestProto
QJournalProtocolProtos.CanRollBackRequestProto.Builder - Class in org.apache.hadoop.hdfs.qjournal.protocol
Protobuf type hadoop.hdfs.qjournal.CanRollBackRequestProto
QJournalProtocolProtos.CanRollBackRequestProtoOrBuilder - Interface in org.apache.hadoop.hdfs.qjournal.protocol
 
QJournalProtocolProtos.CanRollBackResponseProto - Class in org.apache.hadoop.hdfs.qjournal.protocol
Protobuf type hadoop.hdfs.qjournal.CanRollBackResponseProto
QJournalProtocolProtos.CanRollBackResponseProto.Builder - Class in org.apache.hadoop.hdfs.qjournal.protocol
Protobuf type hadoop.hdfs.qjournal.CanRollBackResponseProto
QJournalProtocolProtos.CanRollBackResponseProtoOrBuilder - Interface in org.apache.hadoop.hdfs.qjournal.protocol
 
QJournalProtocolProtos.DiscardSegmentsRequestProto - Class in org.apache.hadoop.hdfs.qjournal.protocol
Protobuf type hadoop.hdfs.qjournal.DiscardSegmentsRequestProto
QJournalProtocolProtos.DiscardSegmentsRequestProto.Builder - Class in org.apache.hadoop.hdfs.qjournal.protocol
Protobuf type hadoop.hdfs.qjournal.DiscardSegmentsRequestProto
QJournalProtocolProtos.DiscardSegmentsRequestProtoOrBuilder - Interface in org.apache.hadoop.hdfs.qjournal.protocol
 
QJournalProtocolProtos.DiscardSegmentsResponseProto - Class in org.apache.hadoop.hdfs.qjournal.protocol
Protobuf type hadoop.hdfs.qjournal.DiscardSegmentsResponseProto
QJournalProtocolProtos.DiscardSegmentsResponseProto.Builder - Class in org.apache.hadoop.hdfs.qjournal.protocol
Protobuf type hadoop.hdfs.qjournal.DiscardSegmentsResponseProto
QJournalProtocolProtos.DiscardSegmentsResponseProtoOrBuilder - Interface in org.apache.hadoop.hdfs.qjournal.protocol
 
QJournalProtocolProtos.DoFinalizeRequestProto - Class in org.apache.hadoop.hdfs.qjournal.protocol
Protobuf type hadoop.hdfs.qjournal.DoFinalizeRequestProto
QJournalProtocolProtos.DoFinalizeRequestProto.Builder - Class in org.apache.hadoop.hdfs.qjournal.protocol
Protobuf type hadoop.hdfs.qjournal.DoFinalizeRequestProto
QJournalProtocolProtos.DoFinalizeRequestProtoOrBuilder - Interface in org.apache.hadoop.hdfs.qjournal.protocol
 
QJournalProtocolProtos.DoFinalizeResponseProto - Class in org.apache.hadoop.hdfs.qjournal.protocol
Protobuf type hadoop.hdfs.qjournal.DoFinalizeResponseProto
QJournalProtocolProtos.DoFinalizeResponseProto.Builder - Class in org.apache.hadoop.hdfs.qjournal.protocol
Protobuf type hadoop.hdfs.qjournal.DoFinalizeResponseProto
QJournalProtocolProtos.DoFinalizeResponseProtoOrBuilder - Interface in org.apache.hadoop.hdfs.qjournal.protocol
 
QJournalProtocolProtos.DoPreUpgradeRequestProto - Class in org.apache.hadoop.hdfs.qjournal.protocol
Protobuf type hadoop.hdfs.qjournal.DoPreUpgradeRequestProto
QJournalProtocolProtos.DoPreUpgradeRequestProto.Builder - Class in org.apache.hadoop.hdfs.qjournal.protocol
Protobuf type hadoop.hdfs.qjournal.DoPreUpgradeRequestProto
QJournalProtocolProtos.DoPreUpgradeRequestProtoOrBuilder - Interface in org.apache.hadoop.hdfs.qjournal.protocol
 
QJournalProtocolProtos.DoPreUpgradeResponseProto - Class in org.apache.hadoop.hdfs.qjournal.protocol
Protobuf type hadoop.hdfs.qjournal.DoPreUpgradeResponseProto
QJournalProtocolProtos.DoPreUpgradeResponseProto.Builder - Class in org.apache.hadoop.hdfs.qjournal.protocol
Protobuf type hadoop.hdfs.qjournal.DoPreUpgradeResponseProto
QJournalProtocolProtos.DoPreUpgradeResponseProtoOrBuilder - Interface in org.apache.hadoop.hdfs.qjournal.protocol
 
QJournalProtocolProtos.DoRollbackRequestProto - Class in org.apache.hadoop.hdfs.qjournal.protocol
Protobuf type hadoop.hdfs.qjournal.DoRollbackRequestProto
QJournalProtocolProtos.DoRollbackRequestProto.Builder - Class in org.apache.hadoop.hdfs.qjournal.protocol
Protobuf type hadoop.hdfs.qjournal.DoRollbackRequestProto
QJournalProtocolProtos.DoRollbackRequestProtoOrBuilder - Interface in org.apache.hadoop.hdfs.qjournal.protocol
 
QJournalProtocolProtos.DoRollbackResponseProto - Class in org.apache.hadoop.hdfs.qjournal.protocol
Protobuf type hadoop.hdfs.qjournal.DoRollbackResponseProto
QJournalProtocolProtos.DoRollbackResponseProto.Builder - Class in org.apache.hadoop.hdfs.qjournal.protocol
Protobuf type hadoop.hdfs.qjournal.DoRollbackResponseProto
QJournalProtocolProtos.DoRollbackResponseProtoOrBuilder - Interface in org.apache.hadoop.hdfs.qjournal.protocol
 
QJournalProtocolProtos.DoUpgradeRequestProto - Class in org.apache.hadoop.hdfs.qjournal.protocol
Protobuf type hadoop.hdfs.qjournal.DoUpgradeRequestProto
QJournalProtocolProtos.DoUpgradeRequestProto.Builder - Class in org.apache.hadoop.hdfs.qjournal.protocol
Protobuf type hadoop.hdfs.qjournal.DoUpgradeRequestProto
QJournalProtocolProtos.DoUpgradeRequestProtoOrBuilder - Interface in org.apache.hadoop.hdfs.qjournal.protocol
 
QJournalProtocolProtos.DoUpgradeResponseProto - Class in org.apache.hadoop.hdfs.qjournal.protocol
Protobuf type hadoop.hdfs.qjournal.DoUpgradeResponseProto
QJournalProtocolProtos.DoUpgradeResponseProto.Builder - Class in org.apache.hadoop.hdfs.qjournal.protocol
Protobuf type hadoop.hdfs.qjournal.DoUpgradeResponseProto
QJournalProtocolProtos.DoUpgradeResponseProtoOrBuilder - Interface in org.apache.hadoop.hdfs.qjournal.protocol
 
QJournalProtocolProtos.FinalizeLogSegmentRequestProto - Class in org.apache.hadoop.hdfs.qjournal.protocol
Protobuf type hadoop.hdfs.qjournal.FinalizeLogSegmentRequestProto
QJournalProtocolProtos.FinalizeLogSegmentRequestProto.Builder - Class in org.apache.hadoop.hdfs.qjournal.protocol
Protobuf type hadoop.hdfs.qjournal.FinalizeLogSegmentRequestProto
QJournalProtocolProtos.FinalizeLogSegmentRequestProtoOrBuilder - Interface in org.apache.hadoop.hdfs.qjournal.protocol
 
QJournalProtocolProtos.FinalizeLogSegmentResponseProto - Class in org.apache.hadoop.hdfs.qjournal.protocol
Protobuf type hadoop.hdfs.qjournal.FinalizeLogSegmentResponseProto
QJournalProtocolProtos.FinalizeLogSegmentResponseProto.Builder - Class in org.apache.hadoop.hdfs.qjournal.protocol
Protobuf type hadoop.hdfs.qjournal.FinalizeLogSegmentResponseProto
QJournalProtocolProtos.FinalizeLogSegmentResponseProtoOrBuilder - Interface in org.apache.hadoop.hdfs.qjournal.protocol
 
QJournalProtocolProtos.FormatRequestProto - Class in org.apache.hadoop.hdfs.qjournal.protocol
Protobuf type hadoop.hdfs.qjournal.FormatRequestProto
QJournalProtocolProtos.FormatRequestProto.Builder - Class in org.apache.hadoop.hdfs.qjournal.protocol
Protobuf type hadoop.hdfs.qjournal.FormatRequestProto
QJournalProtocolProtos.FormatRequestProtoOrBuilder - Interface in org.apache.hadoop.hdfs.qjournal.protocol
 
QJournalProtocolProtos.FormatResponseProto - Class in org.apache.hadoop.hdfs.qjournal.protocol
Protobuf type hadoop.hdfs.qjournal.FormatResponseProto
QJournalProtocolProtos.FormatResponseProto.Builder - Class in org.apache.hadoop.hdfs.qjournal.protocol
Protobuf type hadoop.hdfs.qjournal.FormatResponseProto
QJournalProtocolProtos.FormatResponseProtoOrBuilder - Interface in org.apache.hadoop.hdfs.qjournal.protocol
 
QJournalProtocolProtos.GetEditLogManifestRequestProto - Class in org.apache.hadoop.hdfs.qjournal.protocol
Protobuf type hadoop.hdfs.qjournal.GetEditLogManifestRequestProto
QJournalProtocolProtos.GetEditLogManifestRequestProto.Builder - Class in org.apache.hadoop.hdfs.qjournal.protocol
Protobuf type hadoop.hdfs.qjournal.GetEditLogManifestRequestProto
QJournalProtocolProtos.GetEditLogManifestRequestProtoOrBuilder - Interface in org.apache.hadoop.hdfs.qjournal.protocol
 
QJournalProtocolProtos.GetEditLogManifestResponseProto - Class in org.apache.hadoop.hdfs.qjournal.protocol
Protobuf type hadoop.hdfs.qjournal.GetEditLogManifestResponseProto
QJournalProtocolProtos.GetEditLogManifestResponseProto.Builder - Class in org.apache.hadoop.hdfs.qjournal.protocol
Protobuf type hadoop.hdfs.qjournal.GetEditLogManifestResponseProto
QJournalProtocolProtos.GetEditLogManifestResponseProtoOrBuilder - Interface in org.apache.hadoop.hdfs.qjournal.protocol
 
QJournalProtocolProtos.GetJournalCTimeRequestProto - Class in org.apache.hadoop.hdfs.qjournal.protocol
Protobuf type hadoop.hdfs.qjournal.GetJournalCTimeRequestProto
QJournalProtocolProtos.GetJournalCTimeRequestProto.Builder - Class in org.apache.hadoop.hdfs.qjournal.protocol
Protobuf type hadoop.hdfs.qjournal.GetJournalCTimeRequestProto
QJournalProtocolProtos.GetJournalCTimeRequestProtoOrBuilder - Interface in org.apache.hadoop.hdfs.qjournal.protocol
 
QJournalProtocolProtos.GetJournalCTimeResponseProto - Class in org.apache.hadoop.hdfs.qjournal.protocol
Protobuf type hadoop.hdfs.qjournal.GetJournalCTimeResponseProto
QJournalProtocolProtos.GetJournalCTimeResponseProto.Builder - Class in org.apache.hadoop.hdfs.qjournal.protocol
Protobuf type hadoop.hdfs.qjournal.GetJournalCTimeResponseProto
QJournalProtocolProtos.GetJournalCTimeResponseProtoOrBuilder - Interface in org.apache.hadoop.hdfs.qjournal.protocol
 
QJournalProtocolProtos.GetJournalStateRequestProto - Class in org.apache.hadoop.hdfs.qjournal.protocol
Protobuf type hadoop.hdfs.qjournal.GetJournalStateRequestProto
QJournalProtocolProtos.GetJournalStateRequestProto.Builder - Class in org.apache.hadoop.hdfs.qjournal.protocol
Protobuf type hadoop.hdfs.qjournal.GetJournalStateRequestProto
QJournalProtocolProtos.GetJournalStateRequestProtoOrBuilder - Interface in org.apache.hadoop.hdfs.qjournal.protocol
 
QJournalProtocolProtos.GetJournalStateResponseProto - Class in org.apache.hadoop.hdfs.qjournal.protocol
Protobuf type hadoop.hdfs.qjournal.GetJournalStateResponseProto
QJournalProtocolProtos.GetJournalStateResponseProto.Builder - Class in org.apache.hadoop.hdfs.qjournal.protocol
Protobuf type hadoop.hdfs.qjournal.GetJournalStateResponseProto
QJournalProtocolProtos.GetJournalStateResponseProtoOrBuilder - Interface in org.apache.hadoop.hdfs.qjournal.protocol
 
QJournalProtocolProtos.HeartbeatRequestProto - Class in org.apache.hadoop.hdfs.qjournal.protocol
Protobuf type hadoop.hdfs.qjournal.HeartbeatRequestProto
QJournalProtocolProtos.HeartbeatRequestProto.Builder - Class in org.apache.hadoop.hdfs.qjournal.protocol
Protobuf type hadoop.hdfs.qjournal.HeartbeatRequestProto
QJournalProtocolProtos.HeartbeatRequestProtoOrBuilder - Interface in org.apache.hadoop.hdfs.qjournal.protocol
 
QJournalProtocolProtos.HeartbeatResponseProto - Class in org.apache.hadoop.hdfs.qjournal.protocol
Protobuf type hadoop.hdfs.qjournal.HeartbeatResponseProto
QJournalProtocolProtos.HeartbeatResponseProto.Builder - Class in org.apache.hadoop.hdfs.qjournal.protocol
Protobuf type hadoop.hdfs.qjournal.HeartbeatResponseProto
QJournalProtocolProtos.HeartbeatResponseProtoOrBuilder - Interface in org.apache.hadoop.hdfs.qjournal.protocol
 
QJournalProtocolProtos.IsFormattedRequestProto - Class in org.apache.hadoop.hdfs.qjournal.protocol
Protobuf type hadoop.hdfs.qjournal.IsFormattedRequestProto
QJournalProtocolProtos.IsFormattedRequestProto.Builder - Class in org.apache.hadoop.hdfs.qjournal.protocol
Protobuf type hadoop.hdfs.qjournal.IsFormattedRequestProto
QJournalProtocolProtos.IsFormattedRequestProtoOrBuilder - Interface in org.apache.hadoop.hdfs.qjournal.protocol
 
QJournalProtocolProtos.IsFormattedResponseProto - Class in org.apache.hadoop.hdfs.qjournal.protocol
Protobuf type hadoop.hdfs.qjournal.IsFormattedResponseProto
QJournalProtocolProtos.IsFormattedResponseProto.Builder - Class in org.apache.hadoop.hdfs.qjournal.protocol
Protobuf type hadoop.hdfs.qjournal.IsFormattedResponseProto
QJournalProtocolProtos.IsFormattedResponseProtoOrBuilder - Interface in org.apache.hadoop.hdfs.qjournal.protocol
 
QJournalProtocolProtos.JournalIdProto - Class in org.apache.hadoop.hdfs.qjournal.protocol
Protobuf type hadoop.hdfs.qjournal.JournalIdProto
QJournalProtocolProtos.JournalIdProto.Builder - Class in org.apache.hadoop.hdfs.qjournal.protocol
Protobuf type hadoop.hdfs.qjournal.JournalIdProto
QJournalProtocolProtos.JournalIdProtoOrBuilder - Interface in org.apache.hadoop.hdfs.qjournal.protocol
 
QJournalProtocolProtos.JournalRequestProto - Class in org.apache.hadoop.hdfs.qjournal.protocol
Protobuf type hadoop.hdfs.qjournal.JournalRequestProto
QJournalProtocolProtos.JournalRequestProto.Builder - Class in org.apache.hadoop.hdfs.qjournal.protocol
Protobuf type hadoop.hdfs.qjournal.JournalRequestProto
QJournalProtocolProtos.JournalRequestProtoOrBuilder - Interface in org.apache.hadoop.hdfs.qjournal.protocol
 
QJournalProtocolProtos.JournalResponseProto - Class in org.apache.hadoop.hdfs.qjournal.protocol
Protobuf type hadoop.hdfs.qjournal.JournalResponseProto
QJournalProtocolProtos.JournalResponseProto.Builder - Class in org.apache.hadoop.hdfs.qjournal.protocol
Protobuf type hadoop.hdfs.qjournal.JournalResponseProto
QJournalProtocolProtos.JournalResponseProtoOrBuilder - Interface in org.apache.hadoop.hdfs.qjournal.protocol
 
QJournalProtocolProtos.NewEpochRequestProto - Class in org.apache.hadoop.hdfs.qjournal.protocol
Protobuf type hadoop.hdfs.qjournal.NewEpochRequestProto
QJournalProtocolProtos.NewEpochRequestProto.Builder - Class in org.apache.hadoop.hdfs.qjournal.protocol
Protobuf type hadoop.hdfs.qjournal.NewEpochRequestProto
QJournalProtocolProtos.NewEpochRequestProtoOrBuilder - Interface in org.apache.hadoop.hdfs.qjournal.protocol
 
QJournalProtocolProtos.NewEpochResponseProto - Class in org.apache.hadoop.hdfs.qjournal.protocol
Protobuf type hadoop.hdfs.qjournal.NewEpochResponseProto
QJournalProtocolProtos.NewEpochResponseProto.Builder - Class in org.apache.hadoop.hdfs.qjournal.protocol
Protobuf type hadoop.hdfs.qjournal.NewEpochResponseProto
QJournalProtocolProtos.NewEpochResponseProtoOrBuilder - Interface in org.apache.hadoop.hdfs.qjournal.protocol
 
QJournalProtocolProtos.PersistedRecoveryPaxosData - Class in org.apache.hadoop.hdfs.qjournal.protocol
Protobuf type hadoop.hdfs.qjournal.PersistedRecoveryPaxosData
QJournalProtocolProtos.PersistedRecoveryPaxosData.Builder - Class in org.apache.hadoop.hdfs.qjournal.protocol
Protobuf type hadoop.hdfs.qjournal.PersistedRecoveryPaxosData
QJournalProtocolProtos.PersistedRecoveryPaxosDataOrBuilder - Interface in org.apache.hadoop.hdfs.qjournal.protocol
 
QJournalProtocolProtos.PrepareRecoveryRequestProto - Class in org.apache.hadoop.hdfs.qjournal.protocol
Protobuf type hadoop.hdfs.qjournal.PrepareRecoveryRequestProto
QJournalProtocolProtos.PrepareRecoveryRequestProto.Builder - Class in org.apache.hadoop.hdfs.qjournal.protocol
Protobuf type hadoop.hdfs.qjournal.PrepareRecoveryRequestProto
QJournalProtocolProtos.PrepareRecoveryRequestProtoOrBuilder - Interface in org.apache.hadoop.hdfs.qjournal.protocol
 
QJournalProtocolProtos.PrepareRecoveryResponseProto - Class in org.apache.hadoop.hdfs.qjournal.protocol
Protobuf type hadoop.hdfs.qjournal.PrepareRecoveryResponseProto
QJournalProtocolProtos.PrepareRecoveryResponseProto.Builder - Class in org.apache.hadoop.hdfs.qjournal.protocol
Protobuf type hadoop.hdfs.qjournal.PrepareRecoveryResponseProto
QJournalProtocolProtos.PrepareRecoveryResponseProtoOrBuilder - Interface in org.apache.hadoop.hdfs.qjournal.protocol
 
QJournalProtocolProtos.PurgeLogsRequestProto - Class in org.apache.hadoop.hdfs.qjournal.protocol
Protobuf type hadoop.hdfs.qjournal.PurgeLogsRequestProto
QJournalProtocolProtos.PurgeLogsRequestProto.Builder - Class in org.apache.hadoop.hdfs.qjournal.protocol
Protobuf type hadoop.hdfs.qjournal.PurgeLogsRequestProto
QJournalProtocolProtos.PurgeLogsRequestProtoOrBuilder - Interface in org.apache.hadoop.hdfs.qjournal.protocol
 
QJournalProtocolProtos.PurgeLogsResponseProto - Class in org.apache.hadoop.hdfs.qjournal.protocol
Protobuf type hadoop.hdfs.qjournal.PurgeLogsResponseProto
QJournalProtocolProtos.PurgeLogsResponseProto.Builder - Class in org.apache.hadoop.hdfs.qjournal.protocol
Protobuf type hadoop.hdfs.qjournal.PurgeLogsResponseProto
QJournalProtocolProtos.PurgeLogsResponseProtoOrBuilder - Interface in org.apache.hadoop.hdfs.qjournal.protocol
 
QJournalProtocolProtos.QJournalProtocolService - Class in org.apache.hadoop.hdfs.qjournal.protocol
Protobuf service hadoop.hdfs.qjournal.QJournalProtocolService
QJournalProtocolProtos.QJournalProtocolService.BlockingInterface - Interface in org.apache.hadoop.hdfs.qjournal.protocol
 
QJournalProtocolProtos.QJournalProtocolService.Interface - Interface in org.apache.hadoop.hdfs.qjournal.protocol
 
QJournalProtocolProtos.QJournalProtocolService.Stub - Class in org.apache.hadoop.hdfs.qjournal.protocol
 
QJournalProtocolProtos.RequestInfoProto - Class in org.apache.hadoop.hdfs.qjournal.protocol
Protobuf type hadoop.hdfs.qjournal.RequestInfoProto
QJournalProtocolProtos.RequestInfoProto.Builder - Class in org.apache.hadoop.hdfs.qjournal.protocol
Protobuf type hadoop.hdfs.qjournal.RequestInfoProto
QJournalProtocolProtos.RequestInfoProtoOrBuilder - Interface in org.apache.hadoop.hdfs.qjournal.protocol
 
QJournalProtocolProtos.SegmentStateProto - Class in org.apache.hadoop.hdfs.qjournal.protocol
Protobuf type hadoop.hdfs.qjournal.SegmentStateProto
QJournalProtocolProtos.SegmentStateProto.Builder - Class in org.apache.hadoop.hdfs.qjournal.protocol
Protobuf type hadoop.hdfs.qjournal.SegmentStateProto
QJournalProtocolProtos.SegmentStateProtoOrBuilder - Interface in org.apache.hadoop.hdfs.qjournal.protocol
 
QJournalProtocolProtos.StartLogSegmentRequestProto - Class in org.apache.hadoop.hdfs.qjournal.protocol
Protobuf type hadoop.hdfs.qjournal.StartLogSegmentRequestProto
QJournalProtocolProtos.StartLogSegmentRequestProto.Builder - Class in org.apache.hadoop.hdfs.qjournal.protocol
Protobuf type hadoop.hdfs.qjournal.StartLogSegmentRequestProto
QJournalProtocolProtos.StartLogSegmentRequestProtoOrBuilder - Interface in org.apache.hadoop.hdfs.qjournal.protocol
 
QJournalProtocolProtos.StartLogSegmentResponseProto - Class in org.apache.hadoop.hdfs.qjournal.protocol
Protobuf type hadoop.hdfs.qjournal.StartLogSegmentResponseProto
QJournalProtocolProtos.StartLogSegmentResponseProto.Builder - Class in org.apache.hadoop.hdfs.qjournal.protocol
Protobuf type hadoop.hdfs.qjournal.StartLogSegmentResponseProto
QJournalProtocolProtos.StartLogSegmentResponseProtoOrBuilder - Interface in org.apache.hadoop.hdfs.qjournal.protocol
 
QJournalProtocolService() - Constructor for class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.QJournalProtocolService
 
Query<T extends BaseRecord> - Class in org.apache.hadoop.hdfs.server.federation.store.records
Check if a record matches a query.
Query(T) - Constructor for class org.apache.hadoop.hdfs.server.federation.store.records.Query
Create a query to search for a partial record.
QUERY - Static variable in class org.apache.hadoop.hdfs.tools.DiskBalancerCLI
Reports the status of disk balancer operation.
QueryCommand - Class in org.apache.hadoop.hdfs.server.diskbalancer.command
Gets the current status of disk balancer command.
QueryCommand(Configuration) - Constructor for class org.apache.hadoop.hdfs.server.diskbalancer.command.QueryCommand
Constructs QueryCommand.
QueryResult<T extends BaseRecord> - Class in org.apache.hadoop.hdfs.server.federation.store.records
Encapsulates a state store query result that includes a set of records and a time stamp for the result.
QueryResult(List<T>, long) - Constructor for class org.apache.hadoop.hdfs.server.federation.store.records.QueryResult
 
Quota - Enum in org.apache.hadoop.hdfs.server.namenode
Quota types.
Quota.Counts - Class in org.apache.hadoop.hdfs.server.namenode
Counters for quota counts.
QUOTA_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.QuotaByStorageTypeEntryProto
 
QuotaByStorageTypeEntry - Class in org.apache.hadoop.hdfs.server.namenode
 
QuotaByStorageTypeEntry.Builder - Class in org.apache.hadoop.hdfs.server.namenode
 
quotaCount(QuotaCounts) - Method in class org.apache.hadoop.hdfs.server.namenode.QuotaCounts.Builder
 
QuotaCounts - Class in org.apache.hadoop.hdfs.server.namenode
Counters for namespace, storage space and storage type space quota and usage.
QuotaCounts.Builder - Class in org.apache.hadoop.hdfs.server.namenode
 
QuotaDelta() - Constructor for class org.apache.hadoop.hdfs.server.namenode.INode.QuotaDelta
 
quotaDelta() - Method in class org.apache.hadoop.hdfs.server.namenode.INode.ReclaimContext
 
QUOTAS_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.QuotaByStorageTypeFeatureProto
 

R

RANDOM_VALUE - Static variable in enum org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.MountTableRecordProto.DestOrder
RANDOM = 2;
read(DataInput) - Static method in enum org.apache.hadoop.hdfs.server.common.HdfsServerConstants.ReplicaState
Read from in
read() - Method in class org.apache.hadoop.hdfs.server.namenode.FSEditLogLoader.PositionTrackingInputStream
 
read(byte[]) - Method in class org.apache.hadoop.hdfs.server.namenode.FSEditLogLoader.PositionTrackingInputStream
 
read(byte[], int, int) - Method in class org.apache.hadoop.hdfs.server.namenode.FSEditLogLoader.PositionTrackingInputStream
 
read(DataInput, FSImageFormat.Loader) - Method in class org.apache.hadoop.hdfs.server.namenode.snapshot.SnapshotManager
Read values of SnapshotManager.snapshotCounter, SnapshotManager.numSnapshots, and all snapshots from the DataInput
readChecksumFully(byte[], int, int) - Method in class org.apache.hadoop.hdfs.server.datanode.fsdataset.ReplicaInputStreams
 
readClusterInfo(CommandLine) - Method in class org.apache.hadoop.hdfs.server.diskbalancer.command.Command
Process the URI and return the cluster with nodes setup.
readClusterInfo() - Method in class org.apache.hadoop.hdfs.server.diskbalancer.datamodel.DiskBalancerCluster
readClusterInfo connects to the cluster and reads the node's data.
readDataFully(byte[], int, int) - Method in class org.apache.hadoop.hdfs.server.datanode.fsdataset.ReplicaInputStreams
 
readInstance(String) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.AddMountTableEntryRequestPBImpl
 
readInstance(String) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.AddMountTableEntryResponsePBImpl
 
readInstance(String) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.FederationProtocolPBTranslator
Read instance from base64 data.
readInstance(String) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.GetMountTableEntriesRequestPBImpl
 
readInstance(String) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.GetMountTableEntriesResponsePBImpl
 
readInstance(String) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.GetNamenodeRegistrationsRequestPBImpl
 
readInstance(String) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.GetNamenodeRegistrationsResponsePBImpl
 
readInstance(String) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.GetNamespaceInfoRequestPBImpl
 
readInstance(String) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.GetNamespaceInfoResponsePBImpl
 
readInstance(String) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.GetRouterRegistrationRequestPBImpl
 
readInstance(String) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.GetRouterRegistrationResponsePBImpl
 
readInstance(String) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.GetRouterRegistrationsRequestPBImpl
 
readInstance(String) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.GetRouterRegistrationsResponsePBImpl
 
readInstance(String) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.NamenodeHeartbeatRequestPBImpl
 
readInstance(String) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.NamenodeHeartbeatResponsePBImpl
 
readInstance(String) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.RemoveMountTableEntryRequestPBImpl
 
readInstance(String) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.RemoveMountTableEntryResponsePBImpl
 
readInstance(String) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.RouterHeartbeatRequestPBImpl
 
readInstance(String) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.RouterHeartbeatResponsePBImpl
 
readInstance(String) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.UpdateMountTableEntryRequestPBImpl
 
readInstance(String) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.UpdateMountTableEntryResponsePBImpl
 
readInstance(String) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.UpdateNamenodeRegistrationRequestPBImpl
 
readInstance(String) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.UpdateNamenodeRegistrationResponsePBImpl
 
readInstance(String) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MembershipStatePBImpl
 
readInstance(String) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MembershipStatsPBImpl
 
readInstance(String) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MountTablePBImpl
 
readInstance(String) - Method in interface org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.PBRecord
Populate this record with serialized data.
readInstance(String) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.RouterStatePBImpl
 
readInstance(String) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.StateStoreVersionPBImpl
 
readLock() - Method in interface org.apache.hadoop.hdfs.util.RwLock
Acquire read lock.
readLockInterruptibly() - Method in interface org.apache.hadoop.hdfs.util.RwLock
Acquire read lock, unless interrupted while waiting
READONLY_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.MountTableRecordProto
 
ReadOnlyList.Util - Class in org.apache.hadoop.hdfs.util
Utilities for ReadOnlyList
readOnlyReplicas() - Method in class org.apache.hadoop.hdfs.server.blockmanagement.NumberReplicas
 
readOp(boolean) - Method in class org.apache.hadoop.hdfs.server.namenode.FSEditLogOp.Reader
Read an operation from the input stream.
readStoredMd5ForFile(File) - Static method in class org.apache.hadoop.hdfs.util.MD5FileUtils
Read the md5 checksum stored alongside the given data file.
readUnlock() - Method in interface org.apache.hadoop.hdfs.util.RwLock
Release read lock.
REALUSER_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.PersistToken
 
ReceivedDeletedBlockInfo - Class in org.apache.hadoop.hdfs.server.protocol
A data structure to store the blocks in an incremental block report.
ReceivedDeletedBlockInfo() - Constructor for class org.apache.hadoop.hdfs.server.protocol.ReceivedDeletedBlockInfo
 
ReceivedDeletedBlockInfo(Block, ReceivedDeletedBlockInfo.BlockStatus, String) - Constructor for class org.apache.hadoop.hdfs.server.protocol.ReceivedDeletedBlockInfo
 
ReceivedDeletedBlockInfo.BlockStatus - Enum in org.apache.hadoop.hdfs.server.protocol
 
ReclaimContext(BlockStoragePolicySuite, INode.BlocksMapUpdateInfo, List<INode>, List<Long>) - Constructor for class org.apache.hadoop.hdfs.server.namenode.INode.ReclaimContext
 
ReconfigurationProtocolServerSideTranslatorPB - Class in org.apache.hadoop.hdfs.protocolPB
This class is used on the server side.
ReconfigurationProtocolServerSideTranslatorPB(ReconfigurationProtocol) - Constructor for class org.apache.hadoop.hdfs.protocolPB.ReconfigurationProtocolServerSideTranslatorPB
 
ReconfigurationProtocolServerSideUtils - Class in org.apache.hadoop.hdfs.protocolPB
This is a server side utility class that handles common logic to to parameter reconfiguration.
recordModification(int) - Method in class org.apache.hadoop.hdfs.server.namenode.INodeDirectory
 
recordOutput(StrBuilder, String) - Method in class org.apache.hadoop.hdfs.server.diskbalancer.command.Command
Put output line to log and string buffer.
RECORDS_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalRequestProto
 
recover() - Method in class org.apache.hadoop.hdfs.server.datanode.BlockRecoveryWorker.RecoveryTaskStriped
 
RecoveringStripedBlock(BlockRecoveryCommand.RecoveringBlock, byte[], ErasureCodingPolicy) - Constructor for class org.apache.hadoop.hdfs.server.protocol.BlockRecoveryCommand.RecoveringStripedBlock
 
recoverLease(String, String) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
redundantInternalBlocks() - Method in class org.apache.hadoop.hdfs.server.blockmanagement.NumberReplicas
 
reencryptEncryptedKeys() - Method in class org.apache.hadoop.hdfs.server.namenode.EncryptionFaultInjector
 
reencryptEncryptionZone(String, HdfsConstants.ReencryptAction) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
reencryptUpdaterProcessCheckpoint() - Method in class org.apache.hadoop.hdfs.server.namenode.EncryptionFaultInjector
 
reencryptUpdaterProcessOneTask() - Method in class org.apache.hadoop.hdfs.server.namenode.EncryptionFaultInjector
 
REFCHILDREN_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeDirectorySection.DirEntry
 
ReferenceCountMap.ReferenceCounter - Interface in org.apache.hadoop.hdfs.util
Interface for the reference count holder
ReferenceMap() - Constructor for class org.apache.hadoop.hdfs.server.namenode.snapshot.SnapshotFSImageFormat.ReferenceMap
 
REFERREDID_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeReferenceSection.INodeReference
 
refresh() - Method in class org.apache.hadoop.hdfs.server.blockmanagement.CombinedHostFileManager
 
refresh() - Method in class org.apache.hadoop.hdfs.server.blockmanagement.HostFileManager
 
refreshEntries(Collection<MountTable>) - Method in class org.apache.hadoop.hdfs.server.federation.resolver.MountTableResolver
Updates the mount path tree with a new set of mount table entries.
refreshNodes() - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
registerAllExtensions(ExtensionRegistry) - Static method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos
 
registerAllExtensions(ExtensionRegistry) - Static method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos
 
registerAllExtensions(ExtensionRegistry) - Static method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto
 
registerAllExtensions(ExtensionRegistry) - Static method in class org.apache.hadoop.hdfs.server.namenode.ha.proto.HAZKInfoProtos
 
registerDatanode(RpcController, DatanodeProtocolProtos.RegisterDatanodeRequestProto) - Method in class org.apache.hadoop.hdfs.protocolPB.DatanodeProtocolServerSideTranslatorPB
 
registerMXBean() - Method in class org.apache.hadoop.hdfs.server.namenode.snapshot.SnapshotManager
 
registerNamenode(NamenodeStatusReport) - Method in class org.apache.hadoop.hdfs.server.federation.resolver.MembershipNamenodeResolver
 
registerSlot(ExtendedBlockId, ShortCircuitShm.SlotId, boolean) - Method in class org.apache.hadoop.hdfs.server.datanode.ShortCircuitRegistry
 
registerSubordinateNamenode(RpcController, NamenodeProtocolProtos.RegisterRequestProto) - Method in class org.apache.hadoop.hdfs.protocolPB.NamenodeProtocolServerSideTranslatorPB
 
registrationValid() - Method in class org.apache.hadoop.hdfs.server.federation.resolver.NamenodeStatusReport
If the registration is valid.
release() - Method in class org.apache.hadoop.hdfs.server.federation.router.ConnectionContext
Release this connection.
releaseAllBytesReserved() - Method in class org.apache.hadoop.hdfs.server.datanode.LocalReplicaInPipeline
 
releaseAllBytesReserved() - Method in interface org.apache.hadoop.hdfs.server.datanode.ReplicaInPipeline
Release any disk space reserved for this replica.
releaseLockedMemory(long) - Method in interface org.apache.hadoop.hdfs.server.datanode.fsdataset.FsVolumeSpi
Release reserved memory for an RBW block written to transient storage i.e.
releaseReservedSpace(long) - Method in interface org.apache.hadoop.hdfs.server.datanode.fsdataset.FsVolumeSpi
Release disk space previously reserved for block opened for write.
RemoteEditLog - Class in org.apache.hadoop.hdfs.server.protocol
 
RemoteEditLog() - Constructor for class org.apache.hadoop.hdfs.server.protocol.RemoteEditLog
 
RemoteEditLog(long, long) - Constructor for class org.apache.hadoop.hdfs.server.protocol.RemoteEditLog
 
RemoteEditLog(long, long, boolean) - Constructor for class org.apache.hadoop.hdfs.server.protocol.RemoteEditLog
 
RemoteEditLogManifest - Class in org.apache.hadoop.hdfs.server.protocol
An enumeration of logs available on a remote NameNode.
RemoteEditLogManifest() - Constructor for class org.apache.hadoop.hdfs.server.protocol.RemoteEditLogManifest
 
RemoteEditLogManifest(List<RemoteEditLog>) - Constructor for class org.apache.hadoop.hdfs.server.protocol.RemoteEditLogManifest
 
RemoteEditLogManifest(List<RemoteEditLog>, long) - Constructor for class org.apache.hadoop.hdfs.server.protocol.RemoteEditLogManifest
 
RemoteLocation - Class in org.apache.hadoop.hdfs.server.federation.resolver
A single in a remote namespace consisting of a nameservice ID and a HDFS path.
RemoteLocation(String, String) - Constructor for class org.apache.hadoop.hdfs.server.federation.resolver.RemoteLocation
Create a new remote location.
RemoteLocation(String, String, String) - Constructor for class org.apache.hadoop.hdfs.server.federation.resolver.RemoteLocation
Create a new remote location pointing to a particular namenode in the namespace.
RemoteLocationContext - Class in org.apache.hadoop.hdfs.server.federation.router
Base class for objects that are unique to a namespace.
RemoteLocationContext() - Constructor for class org.apache.hadoop.hdfs.server.federation.router.RemoteLocationContext
 
RemoteMethod - Class in org.apache.hadoop.hdfs.server.federation.router
Determines the remote client protocol method and the parameter list for a specific location.
RemoteMethod(String) - Constructor for class org.apache.hadoop.hdfs.server.federation.router.RemoteMethod
Create a method with no parameters.
RemoteMethod(String, Class<?>[], Object...) - Constructor for class org.apache.hadoop.hdfs.server.federation.router.RemoteMethod
Creates a remote method generator.
RemoteNameNodeInfo - Class in org.apache.hadoop.hdfs.server.namenode.ha
Information about a single remote NameNode
RemoteParam - Class in org.apache.hadoop.hdfs.server.federation.router
A dynamically assignable parameter that is location-specific.
RemoteParam() - Constructor for class org.apache.hadoop.hdfs.server.federation.router.RemoteParam
Constructs a default remote parameter.
RemoteParam(Map<? extends RemoteLocationContext, ? extends Object>) - Constructor for class org.apache.hadoop.hdfs.server.federation.router.RemoteParam
Constructs a map based remote parameter.
remove(Node) - Method in class org.apache.hadoop.hdfs.net.DFSTopologyNodeImpl
 
remove(T) - Method in class org.apache.hadoop.hdfs.server.federation.store.driver.impl.StateStoreBaseImpl
 
remove(Class<T>, Query<T>) - Method in class org.apache.hadoop.hdfs.server.federation.store.driver.impl.StateStoreFileBaseImpl
 
remove(Class<T>, Query<T>) - Method in class org.apache.hadoop.hdfs.server.federation.store.driver.impl.StateStoreZooKeeperImpl
 
remove(INode) - Method in class org.apache.hadoop.hdfs.server.namenode.INodeMap
Remove a INode from the map.
remove(Object, Comparator<?>) - Method in class org.apache.hadoop.hdfs.util.FoldedTreeSet
Remove object using a provided comparator.
remove(Object) - Method in class org.apache.hadoop.hdfs.util.FoldedTreeSet
 
remove(Object) - Method in class org.apache.hadoop.hdfs.util.LightWeightHashSet
Remove the element corresponding to the key.
removeAcl(String) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
removeAclEntries(String, List<AclEntry>) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
removeAll(Class<T>) - Method in class org.apache.hadoop.hdfs.server.federation.store.driver.impl.StateStoreFileBaseImpl
 
removeAll(Class<T>) - Method in class org.apache.hadoop.hdfs.server.federation.store.driver.impl.StateStoreZooKeeperImpl
 
removeAll(Collection<?>) - Method in class org.apache.hadoop.hdfs.util.FoldedTreeSet
 
removeAll(Collection<?>) - Method in class org.apache.hadoop.hdfs.util.LightWeightHashSet
 
removeAndGet(Object, Comparator<?>) - Method in class org.apache.hadoop.hdfs.util.FoldedTreeSet
Remove object using a provided comparator, and return the removed entry.
removeAndGet(Object) - Method in class org.apache.hadoop.hdfs.util.FoldedTreeSet
Remove object and return the removed entry.
removeBlockReportLease(DatanodeDescriptor, long) - Method in class org.apache.hadoop.hdfs.server.blockmanagement.BlockManagerFaultInjector
 
removeBlocks(int) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeFile.Builder
repeated .hadoop.hdfs.BlockProto blocks = 6;
removeBlocks(int) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.FileDiff.Builder
repeated .hadoop.hdfs.BlockProto blocks = 5;
removeCacheDirective(long) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
removeCachePool(String) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
removeChild(INode, int) - Method in class org.apache.hadoop.hdfs.server.namenode.INodeDirectory
Remove the specified child from this directory.
removeChild(INode) - Method in class org.apache.hadoop.hdfs.server.namenode.INodeDirectory
Remove the specified child from this directory.
removeChild(Diff.ListType, INode) - Method in class org.apache.hadoop.hdfs.server.namenode.snapshot.DirectoryWithSnapshotFeature.DirectoryDiffList
Remove the given child in the created/deleted list, if there is any.
removeDefaultAcl(String) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
removeDestinations(int) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.MountTableRecordProto.Builder
repeated .hadoop.hdfs.RemoteLocationProto destinations = 2;
removedINodes - Variable in class org.apache.hadoop.hdfs.server.namenode.INode.ReclaimContext
 
removedUCFiles - Variable in class org.apache.hadoop.hdfs.server.namenode.INode.ReclaimContext
 
removeElem(T) - Method in class org.apache.hadoop.hdfs.util.LightWeightHashSet
Remove the element corresponding to the key, given key.hashCode() == index.
removeElem(T) - Method in class org.apache.hadoop.hdfs.util.LightWeightLinkedSet
Remove the element corresponding to the key, given key.hashCode() == index.
removeEntries(int) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetMountTableEntriesResponseProto.Builder
repeated .hadoop.hdfs.MountTableRecordProto entries = 1;
removeEntry(String) - Method in class org.apache.hadoop.hdfs.server.federation.resolver.MountTableResolver
Remove a mount table entry.
removeErasureCodingPolicy(String) - Method in class org.apache.hadoop.hdfs.server.federation.router.ErasureCoding
 
removeErasureCodingPolicy(String) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
removeMountTableEntry(RemoveMountTableEntryRequest) - Method in interface org.apache.hadoop.hdfs.server.federation.resolver.MountTableManager
Remove an entry from the mount table.
removeMountTableEntry(RemoveMountTableEntryRequest) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterAdminServer
 
RemoveMountTableEntryRequest - Class in org.apache.hadoop.hdfs.server.federation.store.protocol
API request for removing a mount table path present in the state store.
RemoveMountTableEntryRequest() - Constructor for class org.apache.hadoop.hdfs.server.federation.store.protocol.RemoveMountTableEntryRequest
 
RemoveMountTableEntryRequestPBImpl - Class in org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb
Protobuf implementation of the state store API object RemoveMountTableEntryRequest.
RemoveMountTableEntryRequestPBImpl() - Constructor for class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.RemoveMountTableEntryRequestPBImpl
 
RemoveMountTableEntryRequestPBImpl(HdfsServerFederationProtos.RemoveMountTableEntryRequestProto) - Constructor for class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.RemoveMountTableEntryRequestPBImpl
 
RemoveMountTableEntryResponse - Class in org.apache.hadoop.hdfs.server.federation.store.protocol
API response for removing a mount table path present in the state store.
RemoveMountTableEntryResponse() - Constructor for class org.apache.hadoop.hdfs.server.federation.store.protocol.RemoveMountTableEntryResponse
 
RemoveMountTableEntryResponsePBImpl - Class in org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb
Protobuf implementation of the state store API object RemoveMountTableEntryResponse.
RemoveMountTableEntryResponsePBImpl() - Constructor for class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.RemoveMountTableEntryResponsePBImpl
 
RemoveMountTableEntryResponsePBImpl(HdfsServerFederationProtos.RemoveMountTableEntryResponseProto) - Constructor for class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.RemoveMountTableEntryResponsePBImpl
 
removeNamenodeMemberships(int) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamenodeRegistrationsResponseProto.Builder
repeated .hadoop.hdfs.NamenodeMembershipRecordProto namenodeMemberships = 1;
removeNamespaceInfos(int) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamespaceInfoResponseProto.Builder
repeated .hadoop.hdfs.FederationNamespaceInfoProto namespaceInfos = 1;
removePolicies(int) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.ErasureCodingSection.Builder
repeated .hadoop.hdfs.ErasureCodingPolicyProto policies = 1;
removeQuotas(int) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.QuotaByStorageTypeFeatureProto.Builder
repeated .hadoop.hdfs.fsimage.INodeSection.QuotaByStorageTypeEntryProto quotas = 1;
removeReference(INodeReference) - Method in class org.apache.hadoop.hdfs.server.namenode.INodeReference.WithCount
Decrement and then return the reference count.
removeRouters(int) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationsResponseProto.Builder
repeated .hadoop.hdfs.RouterRecordProto routers = 2;
removeSections(int) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FileSummary.Builder
repeated .hadoop.hdfs.fsimage.FileSummary.Section sections = 4;
removeShm(ShortCircuitShm) - Method in class org.apache.hadoop.hdfs.server.datanode.ShortCircuitRegistry
 
removeSnapshot(INode.ReclaimContext, String) - Method in class org.apache.hadoop.hdfs.server.namenode.INodeDirectory
 
removeSnapshottable(List<INodeDirectory>) - Method in class org.apache.hadoop.hdfs.server.namenode.snapshot.SnapshotManager
Remove snapshottable directories from SnapshotManager.snapshottables
removeSnapshottableFeature() - Method in class org.apache.hadoop.hdfs.server.namenode.INodeDirectory
remove DirectorySnapshottableFeature
removeVolume(DiskBalancerVolume) - Method in class org.apache.hadoop.hdfs.server.diskbalancer.datamodel.DiskBalancerVolumeSet
Remove a volume from the current set.
removeXAttr(String, XAttr) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
removeXAttrs(int) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.XAttrFeatureProto.Builder
repeated .hadoop.hdfs.fsimage.INodeSection.XAttrCompactProto xAttrs = 1;
rename(String, String) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
Deprecated.
rename2(String, String, Options.Rename...) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
renameCurToTmp(Storage.StorageDirectory) - Static method in class org.apache.hadoop.hdfs.server.namenode.NNUpgradeUtil
Rename the existing current dir to previous.tmp, and create a new empty current dir.
renameData(URI) - Method in class org.apache.hadoop.hdfs.server.datanode.LocalReplica
 
renameMD5File(File, File) - Static method in class org.apache.hadoop.hdfs.util.MD5FileUtils
 
renameMeta(URI) - Method in class org.apache.hadoop.hdfs.server.datanode.LocalReplica
 
renameSnapshot(String, String, String) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
renameSnapshot(String, String, String) - Method in class org.apache.hadoop.hdfs.server.namenode.INodeDirectory
 
renameSnapshot(INodesInPath, String, String, String) - Method in class org.apache.hadoop.hdfs.server.namenode.snapshot.SnapshotManager
Rename the given snapshot
renewDelegationToken(Token<DelegationTokenIdentifier>) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
RENEWER_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.PersistToken
 
renewLease(String) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
replace(INodesInPath, int, INode) - Static method in class org.apache.hadoop.hdfs.server.namenode.INodesInPath
Replace an inode of the given INodesInPath in the given position.
replaceChild(INode, INode, INodeMap) - Method in class org.apache.hadoop.hdfs.server.namenode.INodeDirectory
Replace the given child with a new child.
replaceChild(Diff.ListType, INode, INode) - Method in class org.apache.hadoop.hdfs.server.namenode.snapshot.DirectoryWithSnapshotFeature.DirectoryDiffList
Replace the given child in the created/deleted list, if there is any.
ReplicaAlreadyExistsException - Exception in org.apache.hadoop.hdfs.server.datanode
Exception indicating that the target block already exists and is not set to be recovered/overwritten.
ReplicaAlreadyExistsException() - Constructor for exception org.apache.hadoop.hdfs.server.datanode.ReplicaAlreadyExistsException
 
ReplicaAlreadyExistsException(String) - Constructor for exception org.apache.hadoop.hdfs.server.datanode.ReplicaAlreadyExistsException
 
ReplicaBeingWritten - Class in org.apache.hadoop.hdfs.server.datanode
This class represents replicas being written.
ReplicaBeingWritten(long, long, FsVolumeSpi, File, long) - Constructor for class org.apache.hadoop.hdfs.server.datanode.ReplicaBeingWritten
Constructor for a zero length replica.
ReplicaBeingWritten(Block, FsVolumeSpi, File, Thread) - Constructor for class org.apache.hadoop.hdfs.server.datanode.ReplicaBeingWritten
Constructor.
ReplicaBeingWritten(long, long, long, FsVolumeSpi, File, Thread, long) - Constructor for class org.apache.hadoop.hdfs.server.datanode.ReplicaBeingWritten
Constructor.
ReplicaBeingWritten(ReplicaBeingWritten) - Constructor for class org.apache.hadoop.hdfs.server.datanode.ReplicaBeingWritten
Copy constructor.
ReplicaBuilder - Class in org.apache.hadoop.hdfs.server.datanode
This class is to be used as a builder for ReplicaInfo objects.
ReplicaBuilder(HdfsServerConstants.ReplicaState) - Constructor for class org.apache.hadoop.hdfs.server.datanode.ReplicaBuilder
 
ReplicaDirInfo(String, boolean) - Constructor for class org.apache.hadoop.hdfs.server.datanode.LocalReplica.ReplicaDirInfo
 
ReplicaHandler - Class in org.apache.hadoop.hdfs.server.datanode
This class includes a replica being actively written and the reference to the fs volume where this replica is located.
ReplicaHandler(ReplicaInPipeline, FsVolumeReference) - Constructor for class org.apache.hadoop.hdfs.server.datanode.ReplicaHandler
 
ReplicaInPipeline - Interface in org.apache.hadoop.hdfs.server.datanode
This defines the interface of a replica in Pipeline that's being written to
ReplicaInputStreams - Class in org.apache.hadoop.hdfs.server.datanode.fsdataset
Contains the input streams for the data and checksum of a replica.
ReplicaInputStreams(InputStream, InputStream, FsVolumeReference, FileIoProvider) - Constructor for class org.apache.hadoop.hdfs.server.datanode.fsdataset.ReplicaInputStreams
Create an object with a data input stream and a checksum input stream.
ReplicaOutputStreams - Class in org.apache.hadoop.hdfs.server.datanode.fsdataset
Contains the output streams for the data and checksum of a replica.
ReplicaOutputStreams(OutputStream, OutputStream, DataChecksum, FsVolumeSpi, FileIoProvider) - Constructor for class org.apache.hadoop.hdfs.server.datanode.fsdataset.ReplicaOutputStreams
Create an object with a data output stream, a checksum output stream and a checksum.
replicasOnStaleNodes() - Method in class org.apache.hadoop.hdfs.server.blockmanagement.NumberReplicas
 
REPLICATION_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeFile
 
ReplicaUnderRecovery - Class in org.apache.hadoop.hdfs.server.datanode
This class represents replicas that are under block recovery It has a recovery id that is equal to the generation stamp that the replica will be bumped to after recovery The recovery id is used to handle multiple concurrent block recoveries.
ReplicaUnderRecovery(ReplicaInfo, long) - Constructor for class org.apache.hadoop.hdfs.server.datanode.ReplicaUnderRecovery
 
ReplicaUnderRecovery(ReplicaUnderRecovery) - Constructor for class org.apache.hadoop.hdfs.server.datanode.ReplicaUnderRecovery
Copy constructor.
ReplicaWaitingToBeRecovered - Class in org.apache.hadoop.hdfs.server.datanode
This class represents a replica that is waiting to be recovered.
ReplicaWaitingToBeRecovered(long, long, long, FsVolumeSpi, File) - Constructor for class org.apache.hadoop.hdfs.server.datanode.ReplicaWaitingToBeRecovered
Constructor
ReplicaWaitingToBeRecovered(Block, FsVolumeSpi, File) - Constructor for class org.apache.hadoop.hdfs.server.datanode.ReplicaWaitingToBeRecovered
Constructor
ReplicaWaitingToBeRecovered(ReplicaWaitingToBeRecovered) - Constructor for class org.apache.hadoop.hdfs.server.datanode.ReplicaWaitingToBeRecovered
Copy constructor.
REPORT - Static variable in class org.apache.hadoop.hdfs.tools.DiskBalancerCLI
The report command prints out a disk fragmentation report about the data cluster.
ReportBadBlockAction - Class in org.apache.hadoop.hdfs.server.datanode
ReportBadBlockAction is an instruction issued by {{BPOfferService}} to {{BPServiceActor}} to report bad block to namenode
ReportBadBlockAction(ExtendedBlock, String, StorageType) - Constructor for class org.apache.hadoop.hdfs.server.datanode.ReportBadBlockAction
 
reportBadBlocks(RpcController, DatanodeProtocolProtos.ReportBadBlocksRequestProto) - Method in class org.apache.hadoop.hdfs.protocolPB.DatanodeProtocolServerSideTranslatorPB
 
reportBadBlocks(LocatedBlock[]) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
ReportCommand - Class in org.apache.hadoop.hdfs.server.diskbalancer.command
Executes the report command.
ReportCommand(Configuration) - Constructor for class org.apache.hadoop.hdfs.server.diskbalancer.command.ReportCommand
 
ReportCommand(Configuration, PrintStream) - Constructor for class org.apache.hadoop.hdfs.server.diskbalancer.command.ReportCommand
 
ReportCompiler(DataNode, FsVolumeSpi) - Constructor for class org.apache.hadoop.hdfs.server.datanode.DirectoryScanner.ReportCompiler
Create a report compiler for the given volume on the given datanode.
ReportForJson(String, SortedSet<String>) - Constructor for class org.apache.hadoop.hdfs.server.blockmanagement.SlowPeerTracker.ReportForJson
 
reportTo(DatanodeProtocolClientSideTranslatorPB, DatanodeRegistration) - Method in interface org.apache.hadoop.hdfs.server.datanode.BPServiceActorAction
 
reportTo(DatanodeProtocolClientSideTranslatorPB, DatanodeRegistration) - Method in class org.apache.hadoop.hdfs.server.datanode.ErrorReportAction
 
reportTo(DatanodeProtocolClientSideTranslatorPB, DatanodeRegistration) - Method in class org.apache.hadoop.hdfs.server.datanode.ReportBadBlockAction
 
REQINFO_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.AcceptRecoveryRequestProto
 
REQINFO_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FinalizeLogSegmentRequestProto
 
REQINFO_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.HeartbeatRequestProto
 
REQINFO_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalRequestProto
 
REQINFO_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PrepareRecoveryRequestProto
 
REQINFO_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PurgeLogsRequestProto
 
REQINFO_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.StartLogSegmentRequestProto
 
requestBlockReportLease(DatanodeDescriptor, long) - Method in class org.apache.hadoop.hdfs.server.blockmanagement.BlockManagerFaultInjector
 
RequestStopException(String) - Constructor for exception org.apache.hadoop.hdfs.server.namenode.MetaRecoveryContext.RequestStopException
 
reserveSpaceForReplica(long) - Method in interface org.apache.hadoop.hdfs.server.datanode.fsdataset.FsVolumeSpi
Reserve disk space for a block (RBW or Re-replicating) so a writer does not run out of space before the block is full.
reset() - Static method in class org.apache.hadoop.hdfs.server.federation.metrics.FederationRPCMetrics
Reset the metrics system.
reset() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.StateStoreMetrics
 
reset() - Method in class org.apache.hadoop.hdfs.server.namenode.FSEditLogLoader.PositionTrackingInputStream
 
reset() - Method in class org.apache.hadoop.hdfs.util.EnumCounters
Reset all counters to zero.
reset(long) - Method in class org.apache.hadoop.hdfs.util.EnumCounters
 
reset() - Method in class org.apache.hadoop.hdfs.util.EnumDoubles
Reset all values to zero.
resetBookmark() - Method in class org.apache.hadoop.hdfs.util.LightWeightLinkedSet
Resets the bookmark to the beginning of the list.
resetMetricsForTesting() - Method in class org.apache.hadoop.hdfs.server.namenode.EncryptionZoneManager
 
resetPerfCounters() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.FederationRPCPerformanceMonitor
Resets all RPC service performance counters to their defaults.
resetSnapshottable(String) - Method in class org.apache.hadoop.hdfs.server.namenode.snapshot.SnapshotManager
Set the given snapshottable directory to non-snapshottable.
resolveTarget(String) - Method in class org.apache.hadoop.hdfs.tools.DFSHAAdmin
Try to map the given namenode ID to its service address.
restoreFailedStorage(String) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
RESULTCTIME_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalCTimeResponseProto
 
resumeReencryptForTesting() - Method in class org.apache.hadoop.hdfs.server.namenode.EncryptionZoneManager
 
resumeReencryptUpdaterForTesting() - Method in class org.apache.hadoop.hdfs.server.namenode.EncryptionZoneManager
 
retainAll(Collection<?>) - Method in class org.apache.hadoop.hdfs.util.FoldedTreeSet
 
retainAll(Collection<?>) - Method in class org.apache.hadoop.hdfs.util.LightWeightHashSet
 
retrieveDataEncryptionKey(int, String, byte[]) - Method in class org.apache.hadoop.hdfs.security.token.block.BlockPoolTokenSecretManager
 
retrievePassword(BlockTokenIdentifier) - Method in class org.apache.hadoop.hdfs.security.token.block.BlockPoolTokenSecretManager
 
rewind() - Method in interface org.apache.hadoop.hdfs.server.datanode.fsdataset.FsVolumeSpi.BlockIterator
Repositions the iterator at the beginning of the block pool.
rollEditLog(RpcController, NamenodeProtocolProtos.RollEditLogRequestProto) - Method in class org.apache.hadoop.hdfs.protocolPB.NamenodeProtocolServerSideTranslatorPB
 
rollEdits() - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
rollingUpgrade(HdfsConstants.RollingUpgradeAction) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
ROLLINGUPGRADESTARTTIME_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.NameSystemSection
 
RollingWindowManager.Op - Class in org.apache.hadoop.hdfs.server.namenode.top.window
Represents an operation within a TopWindow.
RollingWindowManager.TopWindow - Class in org.apache.hadoop.hdfs.server.namenode.top.window
Represents a snapshot of the rolling window.
RollingWindowManager.User - Class in org.apache.hadoop.hdfs.server.namenode.top.window
Represents a user who called an Op within a TopWindow.
ROOT_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotSection.Snapshot
 
roundDown(long) - Method in class org.apache.hadoop.hdfs.server.datanode.fsdataset.impl.FsDatasetCache.PageRounder
Round down a number to the operating system page size.
RoundRobinVolumeChoosingPolicy<V extends FsVolumeSpi> - Class in org.apache.hadoop.hdfs.server.datanode.fsdataset
Choose volumes with the same storage type in round-robin order.
RoundRobinVolumeChoosingPolicy() - Constructor for class org.apache.hadoop.hdfs.server.datanode.fsdataset.RoundRobinVolumeChoosingPolicy
 
roundUp(long) - Method in class org.apache.hadoop.hdfs.server.datanode.fsdataset.impl.FsDatasetCache.PageRounder
Round up a number to the operating system page size.
ROUTER_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationResponseProto
 
ROUTER_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterHeartbeatRequestProto
 
RouterAdminServer - Class in org.apache.hadoop.hdfs.server.federation.router
This class is responsible for handling all of the Admin calls to the HDFS router.
RouterAdminServer(Configuration, Router) - Constructor for class org.apache.hadoop.hdfs.server.federation.router.RouterAdminServer
 
routerFailureLocked() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.FederationRPCPerformanceMonitor
 
routerFailureLocked() - Method in interface org.apache.hadoop.hdfs.server.federation.router.RouterRpcMonitor
If a path is locked.
routerFailureReadOnly() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.FederationRPCPerformanceMonitor
 
routerFailureReadOnly() - Method in interface org.apache.hadoop.hdfs.server.federation.router.RouterRpcMonitor
If a path is in a read only mount point.
routerFailureSafemode() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.FederationRPCPerformanceMonitor
 
routerFailureSafemode() - Method in interface org.apache.hadoop.hdfs.server.federation.router.RouterRpcMonitor
If the Router is in safe mode.
routerFailureStateStore() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.FederationRPCPerformanceMonitor
 
routerFailureStateStore() - Method in interface org.apache.hadoop.hdfs.server.federation.router.RouterRpcMonitor
If the Router cannot contact the State Store in an operation.
RouterHeartbeatRequest - Class in org.apache.hadoop.hdfs.server.federation.store.protocol
API request for registering a router with the state store.
RouterHeartbeatRequest() - Constructor for class org.apache.hadoop.hdfs.server.federation.store.protocol.RouterHeartbeatRequest
 
RouterHeartbeatRequestPBImpl - Class in org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb
Protobuf implementation of the state store API object RouterHeartbeatRequest.
RouterHeartbeatRequestPBImpl() - Constructor for class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.RouterHeartbeatRequestPBImpl
 
RouterHeartbeatResponse - Class in org.apache.hadoop.hdfs.server.federation.store.protocol
API response for registering a router with the state store.
RouterHeartbeatResponse() - Constructor for class org.apache.hadoop.hdfs.server.federation.store.protocol.RouterHeartbeatResponse
 
RouterHeartbeatResponsePBImpl - Class in org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb
Protobuf implementation of the state store API object RouterHeartbeatResponse.
RouterHeartbeatResponsePBImpl() - Constructor for class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.RouterHeartbeatResponsePBImpl
 
RouterHeartbeatService - Class in org.apache.hadoop.hdfs.server.federation.router
Service to periodically update the Router current state in the State Store.
RouterHeartbeatService(Router) - Constructor for class org.apache.hadoop.hdfs.server.federation.router.RouterHeartbeatService
Create a new Router heartbeat service.
RouterHttpServer - Class in org.apache.hadoop.hdfs.server.federation.router
Web interface for the Router.
RouterHttpServer(Router) - Constructor for class org.apache.hadoop.hdfs.server.federation.router.RouterHttpServer
 
ROUTERID_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationRequestProto
 
ROUTERID_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProto
 
RouterMetrics - Class in org.apache.hadoop.hdfs.server.federation.router
This class is for maintaining the various Router activity statistics and publishing them through the metrics interfaces.
RouterMetricsService - Class in org.apache.hadoop.hdfs.server.federation.router
Service to manage the metrics of the Router.
RouterMetricsService(Router) - Constructor for class org.apache.hadoop.hdfs.server.federation.router.RouterMetricsService
 
RouterRpcClient - Class in org.apache.hadoop.hdfs.server.federation.router
A client proxy for Router -> NN communication using the NN ClientProtocol.
RouterRpcClient(Configuration, String, ActiveNamenodeResolver, RouterRpcMonitor) - Constructor for class org.apache.hadoop.hdfs.server.federation.router.RouterRpcClient
Create a router RPC client to manage remote procedure calls to NNs.
RouterRpcMonitor - Interface in org.apache.hadoop.hdfs.server.federation.router
Metrics and monitoring interface for the router RPC server.
RouterRpcServer - Class in org.apache.hadoop.hdfs.server.federation.router
This class is responsible for handling all of the RPC calls to the It is created, started, and stopped by Router.
RouterRpcServer(Configuration, Router, ActiveNamenodeResolver, FileSubclusterResolver) - Constructor for class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
Construct a router RPC server.
ROUTERS_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationsResponseProto
 
RouterSafeModeException - Exception in org.apache.hadoop.hdfs.server.federation.router
Exception that the Router throws when it is in safe mode.
RouterSafeModeException(String, NameNode.OperationCategory) - Constructor for exception org.apache.hadoop.hdfs.server.federation.router.RouterSafeModeException
Build a new Router safe mode exception.
RouterSafemodeService - Class in org.apache.hadoop.hdfs.server.federation.router
Service to periodically check if the {@link org.apache.hadoop.hdfs.server.
RouterSafemodeService(Router) - Constructor for class org.apache.hadoop.hdfs.server.federation.router.RouterSafemodeService
Create a new Cache update service.
RouterServiceState - Enum in org.apache.hadoop.hdfs.server.federation.router
States of the Router.
RouterState - Class in org.apache.hadoop.hdfs.server.federation.store.records
Entry to log the state of a Router in the FederationStateStoreService.
RouterState() - Constructor for class org.apache.hadoop.hdfs.server.federation.store.records.RouterState
Constructors.
RouterStatePBImpl - Class in org.apache.hadoop.hdfs.server.federation.store.records.impl.pb
Protobuf implementation of the RouterState record.
RouterStatePBImpl() - Constructor for class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.RouterStatePBImpl
 
RouterStatePBImpl(HdfsServerFederationProtos.RouterRecordProto) - Constructor for class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.RouterStatePBImpl
 
RPCADDRESS_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProto
 
run() - Method in class org.apache.hadoop.hdfs.server.common.MetricsLoggerTask
Write metrics to the metrics appender when invoked.
run() - Method in class org.apache.hadoop.hdfs.server.datanode.VolumeScanner
 
run(String[]) - Method in class org.apache.hadoop.hdfs.tools.DiskBalancerCLI
Execute the command with the given arguments.
run(String[]) - Method in class org.apache.hadoop.hdfs.tools.GetConf
 
run(String[]) - Method in class org.apache.hadoop.hdfs.tools.StoragePolicyAdmin
 
runCmd(String[]) - Method in class org.apache.hadoop.hdfs.tools.DFSHAAdmin
 
RwLock - Interface in org.apache.hadoop.hdfs.util
Read-write lock interface.

S

SAME_NODE_GROUP - Static variable in interface org.apache.hadoop.hdfs.server.balancer.Matcher
Match datanodes in the same node group.
SAME_RACK - Static variable in interface org.apache.hadoop.hdfs.server.balancer.Matcher
Match datanodes in the same rack.
save() - Method in interface org.apache.hadoop.hdfs.server.datanode.fsdataset.FsVolumeSpi.BlockIterator
Save this block iterator to the underlying volume.
saveChild2Snapshot(INode, int, INode) - Method in class org.apache.hadoop.hdfs.server.namenode.INodeDirectory
Save the child to the latest snapshot.
saveDirectoryDiffList(INodeDirectory, DataOutput, SnapshotFSImageFormat.ReferenceMap) - Static method in class org.apache.hadoop.hdfs.server.namenode.snapshot.SnapshotFSImageFormat
 
saveFileDiffList(INodeFile, DataOutput) - Static method in class org.apache.hadoop.hdfs.server.namenode.snapshot.SnapshotFSImageFormat
 
saveMD5File(File, MD5Hash) - Static method in class org.apache.hadoop.hdfs.util.MD5FileUtils
Save the ".md5" file that lists the md5sum of another file.
saveNamespace(long, long) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
Saver(FSImageFormatProtobuf.Saver, FsImageProto.FileSummary.Builder, SaveNamespaceContext, FSNamesystem) - Constructor for class org.apache.hadoop.hdfs.server.namenode.snapshot.FSImageFormatPBSnapshot.Saver
 
SaverContext() - Constructor for class org.apache.hadoop.hdfs.server.namenode.FSImageFormatProtobuf.SaverContext
 
saveSelf2Snapshot(int, INodeFile, INodeFileAttributes, boolean) - Method in class org.apache.hadoop.hdfs.server.namenode.snapshot.FileDiffList
 
saveSnapshots(INodeDirectory, DataOutput) - Static method in class org.apache.hadoop.hdfs.server.namenode.snapshot.SnapshotFSImageFormat
Save snapshots and snapshot quota for a snapshottable directory.
ScanInfo(long, File, File, FsVolumeSpi) - Constructor for class org.apache.hadoop.hdfs.server.datanode.fsdataset.FsVolumeSpi.ScanInfo
Create a ScanInfo object for a block.
scanOp() - Method in class org.apache.hadoop.hdfs.server.namenode.FSEditLogOp.Reader
Similar to decodeOp(), but we only retrieve the transaction ID of the Op rather than reading it.
search(List<E>, K) - Static method in class org.apache.hadoop.hdfs.util.Diff
Search the element from the list.
search(Diff.ListType, K) - Method in class org.apache.hadoop.hdfs.util.Diff
 
searchChild(INode) - Method in class org.apache.hadoop.hdfs.server.namenode.INodeDirectory
Search for the given INode in the children list and the deleted lists of snapshots.
searchIndex(Diff.ListType, K) - Method in class org.apache.hadoop.hdfs.util.Diff
 
SecretManagerState(FsImageProto.SecretManagerSection, List<FsImageProto.SecretManagerSection.DelegationKey>, List<FsImageProto.SecretManagerSection.PersistToken>) - Constructor for class org.apache.hadoop.hdfs.security.token.delegation.DelegationTokenSecretManager.SecretManagerState
 
section - Variable in class org.apache.hadoop.hdfs.security.token.delegation.DelegationTokenSecretManager.SecretManagerState
 
section - Variable in class org.apache.hadoop.hdfs.server.namenode.CacheManager.PersistState
 
SECTIONS_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FileSummary
 
SecureDataNodeStarter - Class in org.apache.hadoop.hdfs.server.datanode
Utility class to start a datanode in a secure cluster, first obtaining privileged resources before main startup and handing them to the datanode.
SecureDataNodeStarter() - Constructor for class org.apache.hadoop.hdfs.server.datanode.SecureDataNodeStarter
 
SecureDataNodeStarter.SecureResources - Class in org.apache.hadoop.hdfs.server.datanode
Stash necessary resources needed for datanode operation in a secure env.
SecureResources(ServerSocket, ServerSocketChannel) - Constructor for class org.apache.hadoop.hdfs.server.datanode.SecureDataNodeStarter.SecureResources
 
SEGMENTSTATE_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PersistedRecoveryPaxosData
 
SEGMENTSTATE_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PrepareRecoveryResponseProto
 
SEGMENTTXID_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PrepareRecoveryRequestProto
 
SEGMENTTXNID_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalRequestProto
 
sendHeartbeat(RpcController, DatanodeProtocolProtos.HeartbeatRequestProto) - Method in class org.apache.hadoop.hdfs.protocolPB.DatanodeProtocolServerSideTranslatorPB
 
SEQUENCENUMBER_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.PersistToken
 
serialize(T) - Method in class org.apache.hadoop.hdfs.server.federation.store.driver.impl.StateStoreSerializableImpl
Serialize a record using the serializer.
serialize(BaseRecord) - Method in class org.apache.hadoop.hdfs.server.federation.store.driver.impl.StateStoreSerializerPBImpl
 
serialize(BaseRecord) - Method in class org.apache.hadoop.hdfs.server.federation.store.driver.StateStoreSerializer
Serialize a record into a byte array.
serializeINodeReferenceSection(OutputStream) - Method in class org.apache.hadoop.hdfs.server.namenode.snapshot.FSImageFormatPBSnapshot.Saver
This can only be called after serializing both INode_Dir and SnapshotDiff
serializeSnapshotDiffSection(OutputStream) - Method in class org.apache.hadoop.hdfs.server.namenode.snapshot.FSImageFormatPBSnapshot.Saver
save all the snapshot diff to fsimage
serializeSnapshotSection(OutputStream) - Method in class org.apache.hadoop.hdfs.server.namenode.snapshot.FSImageFormatPBSnapshot.Saver
save all the snapshottable directories and snapshots to fsimage
serializeString(T) - Method in class org.apache.hadoop.hdfs.server.federation.store.driver.impl.StateStoreSerializableImpl
Serialize a record using the serializer.
serializeString(BaseRecord) - Method in class org.apache.hadoop.hdfs.server.federation.store.driver.impl.StateStoreSerializerPBImpl
 
serializeString(BaseRecord) - Method in class org.apache.hadoop.hdfs.server.federation.store.driver.StateStoreSerializer
Serialize a record into a string.
serialVersionUID - Static variable in exception org.apache.hadoop.hdfs.protocol.FSLimitException.MaxDirectoryItemsExceededException
 
serialVersionUID - Static variable in exception org.apache.hadoop.hdfs.protocol.FSLimitException.PathComponentTooLongException
 
SERVICEADDRESS_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProto
 
ServiceComparator() - Constructor for class org.apache.hadoop.hdfs.DFSUtil.ServiceComparator
 
serviceInit(Configuration) - Method in class org.apache.hadoop.hdfs.server.federation.router.NamenodeHeartbeatService
 
serviceInit(Configuration) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterAdminServer
 
serviceInit(Configuration) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterHeartbeatService
 
serviceInit(Configuration) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterHttpServer
 
serviceInit(Configuration) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterMetricsService
 
serviceInit(Configuration) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
serviceInit(Configuration) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterSafemodeService
 
serviceInit(Configuration) - Method in class org.apache.hadoop.hdfs.server.federation.store.StateStoreCacheUpdateService
 
serviceInit(Configuration) - Method in class org.apache.hadoop.hdfs.server.federation.store.StateStoreConnectionMonitorService
 
serviceStart() - Method in class org.apache.hadoop.hdfs.server.federation.router.PeriodicService
 
serviceStart() - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterAdminServer
 
serviceStart() - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterHttpServer
 
serviceStart() - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterMetricsService
 
serviceStart() - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
serviceStop() - Method in class org.apache.hadoop.hdfs.server.federation.router.PeriodicService
 
serviceStop() - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterAdminServer
 
serviceStop() - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterHttpServer
 
serviceStop() - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterMetricsService
 
serviceStop() - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
set(V) - Method in class org.apache.hadoop.hdfs.server.datanode.checker.AbstractFuture
Sets the result of this Future unless this Future has already been cancelled or set (including set asynchronously).
set(CheckpointFaultInjector) - Static method in class org.apache.hadoop.hdfs.server.namenode.CheckpointFaultInjector
 
set(E, long) - Method in class org.apache.hadoop.hdfs.util.EnumCounters
Set counter e to the given value.
set(EnumCounters<E>) - Method in class org.apache.hadoop.hdfs.util.EnumCounters
Set this counters to that counters.
set(E, double) - Method in class org.apache.hadoop.hdfs.util.EnumDoubles
Set e to the given value.
set(EnumDoubles<E>) - Method in class org.apache.hadoop.hdfs.util.EnumDoubles
Set the values of this object to that object.
setAcceptedInEpoch(long) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PersistedRecoveryPaxosData.Builder
required uint64 acceptedInEpoch = 2;
setAcceptedInEpoch(long) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PrepareRecoveryResponseProto.Builder
optional uint64 acceptedInEpoch = 2;
setAccessTime(long) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeFile.Builder
optional uint64 accessTime = 3;
setAccessTime(long) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeSymlink.Builder
optional uint64 accessTime = 4;
setAccessTime(long) - Method in class org.apache.hadoop.hdfs.server.namenode.INodeReference
 
setAcl(String, List<AclEntry>) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
setAcl(FsImageProto.INodeSection.AclFeatureProto) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeDirectory.Builder
optional .hadoop.hdfs.fsimage.INodeSection.AclFeatureProto acl = 5;
setAcl(FsImageProto.INodeSection.AclFeatureProto.Builder) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeDirectory.Builder
optional .hadoop.hdfs.fsimage.INodeSection.AclFeatureProto acl = 5;
setAcl(FsImageProto.INodeSection.AclFeatureProto) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeFile.Builder
optional .hadoop.hdfs.fsimage.INodeSection.AclFeatureProto acl = 8;
setAcl(FsImageProto.INodeSection.AclFeatureProto.Builder) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeFile.Builder
optional .hadoop.hdfs.fsimage.INodeSection.AclFeatureProto acl = 8;
setAddress(String) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterRecordProto.Builder
optional string address = 3;
setAddress(String) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.RouterStatePBImpl
 
setAddress(String) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.RouterState
 
setAddressBytes(ByteString) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterRecordProto.Builder
optional string address = 3;
setAvailableSpace(long) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipStatsRecordProto.Builder
optional uint64 availableSpace = 2;
setAvailableSpace(long) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MembershipStatsPBImpl
 
setAvailableSpace(long) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MembershipStats
 
setBalancerBandwidth(long) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
setBandwidth(long) - Method in class org.apache.hadoop.hdfs.server.diskbalancer.planner.MoveStep
Sets the maximum disk bandwidth per sec to use for this step.
setBandwidth(long) - Method in interface org.apache.hadoop.hdfs.server.diskbalancer.planner.Step
Set Bandwidth on a specific step.
setBandwidth(long) - Method in class org.apache.hadoop.hdfs.util.DataTransferThrottler
Sets throttle bandwidth.
setBlock(Block) - Method in class org.apache.hadoop.hdfs.server.datanode.ReplicaBuilder
 
setBlock(Block) - Method in class org.apache.hadoop.hdfs.server.protocol.ReceivedDeletedBlockInfo
 
setBlockId(long) - Method in class org.apache.hadoop.hdfs.server.datanode.ReplicaBuilder
 
setBlockId(long) - Method in class org.apache.hadoop.hdfs.server.datanode.ReplicaUnderRecovery
 
setBlockOpsQueued(int) - Method in class org.apache.hadoop.hdfs.server.namenode.metrics.NameNodeMetrics
 
setBlockPoolId(String) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.FederationNamespaceInfoProto.Builder
optional string blockPoolId = 1;
setBlockPoolId(String) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProto.Builder
optional string blockPoolId = 8;
setBlockPoolId(String) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MembershipStatePBImpl
 
setBlockPoolId(String) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MembershipState
 
setBlockPoolIdBytes(ByteString) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.FederationNamespaceInfoProto.Builder
optional string blockPoolId = 1;
setBlockPoolIdBytes(ByteString) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProto.Builder
optional string blockPoolId = 8;
setBlocks(int, HdfsProtos.BlockProto) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeFile.Builder
repeated .hadoop.hdfs.BlockProto blocks = 6;
setBlocks(int, HdfsProtos.BlockProto.Builder) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeFile.Builder
repeated .hadoop.hdfs.BlockProto blocks = 6;
setBlocks(int, HdfsProtos.BlockProto) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.FileDiff.Builder
repeated .hadoop.hdfs.BlockProto blocks = 5;
setBlocks(int, HdfsProtos.BlockProto.Builder) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.FileDiff.Builder
repeated .hadoop.hdfs.BlockProto blocks = 5;
setBlocks(BlockInfo[]) - Method in class org.apache.hadoop.hdfs.server.namenode.snapshot.FileDiff
Copy block references into the snapshot up to the current FileDiff.fileSize.
setBlockType(HdfsProtos.BlockTypeProto) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeFile.Builder
optional .hadoop.hdfs.BlockTypeProto blockType = 11;
setBytesAcked(long) - Method in class org.apache.hadoop.hdfs.server.datanode.LocalReplicaInPipeline
 
setBytesAcked(long) - Method in interface org.apache.hadoop.hdfs.server.datanode.ReplicaInPipeline
Set the number bytes that have acked
setBytesToMove(long) - Method in class org.apache.hadoop.hdfs.server.diskbalancer.planner.MoveStep
Sets bytes to move.
setBytesToReserve(long) - Method in class org.apache.hadoop.hdfs.server.datanode.ReplicaBuilder
 
setCacheSize(String, int) - Method in class org.apache.hadoop.hdfs.server.federation.metrics.StateStoreMetrics
Set the size of the cache for a State Store interface.
setCanRollBack(boolean) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.CanRollBackResponseProto.Builder
required bool canRollBack = 1;
setCapacity(long) - Method in class org.apache.hadoop.hdfs.server.diskbalancer.datamodel.DiskBalancerVolume
Sets the capacity of this volume.
setChildren(int, long) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeDirectorySection.DirEntry.Builder
repeated uint64 children = 2 [packed = true];
setChildrenSize(int) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DirectoryDiff.Builder
optional uint32 childrenSize = 2;
setClientMachine(String) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.FileUnderConstructionFeature.Builder
optional string clientMachine = 2;
setClientMachineBytes(ByteString) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.FileUnderConstructionFeature.Builder
optional string clientMachine = 2;
setClientName(String) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.FileUnderConstructionFeature.Builder
optional string clientName = 1;
setClientNameBytes(ByteString) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.FileUnderConstructionFeature.Builder
optional string clientName = 1;
setCluster(DiskBalancerCluster) - Method in class org.apache.hadoop.hdfs.server.diskbalancer.command.Command
Set DiskBalancer cluster
setClusterId(String) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.FederationNamespaceInfoProto.Builder
optional string clusterId = 2;
setClusterId(String) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProto.Builder
optional string clusterId = 7;
setClusterId(String) - Method in enum org.apache.hadoop.hdfs.server.common.HdfsServerConstants.StartupOption
 
setClusterId(String) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MembershipStatePBImpl
 
setClusterId(String) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MembershipState
 
setClusterIdBytes(ByteString) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.FederationNamespaceInfoProto.Builder
optional string clusterId = 2;
setClusterIdBytes(ByteString) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProto.Builder
optional string clusterId = 7;
setClusterURI(URI) - Method in class org.apache.hadoop.hdfs.server.diskbalancer.command.Command
Set cluster URL.
setCodec(String) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FileSummary.Builder
optional string codec = 3;
setCodecBytes(ByteString) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FileSummary.Builder
optional string codec = 3;
setCommittedTxId(long) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.RequestInfoProto.Builder
optional uint64 committedTxId = 4;
setCompileInfo(String) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterRecordProto.Builder
optional string compileInfo = 7;
setCompileInfo(String) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.RouterStatePBImpl
 
setCompileInfo(String) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.RouterState
 
setCompileInfoBytes(ByteString) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterRecordProto.Builder
optional string compileInfo = 7;
setConf(Configuration) - Method in class org.apache.hadoop.hdfs.protocol.datatransfer.BlackListBasedTrustedChannelResolver
 
setConf(Configuration) - Method in class org.apache.hadoop.hdfs.protocol.datatransfer.WhitelistBasedTrustedChannelResolver
 
setConf(Configuration) - Method in class org.apache.hadoop.hdfs.server.blockmanagement.CombinedHostFileManager
 
setConf(Configuration) - Method in class org.apache.hadoop.hdfs.server.blockmanagement.HostFileManager
 
setConf(Configuration) - Method in class org.apache.hadoop.hdfs.server.datanode.fsdataset.AvailableSpaceVolumeChoosingPolicy
 
setConf(Configuration) - Method in class org.apache.hadoop.hdfs.tools.DFSHAAdmin
 
setCounts(QuotaCounts) - Method in class org.apache.hadoop.hdfs.server.namenode.INode.QuotaDelta
 
setCreatedListSize(int) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DirectoryDiff.Builder
optional uint32 createdListSize = 6;
setCurrentId(int) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.Builder
optional uint32 currentId = 1;
setDatanodeInfo(int, int, int, int, int) - Method in class org.apache.hadoop.hdfs.server.federation.resolver.NamenodeStatusReport
Set the datanode information.
setDataNodeIP(String) - Method in class org.apache.hadoop.hdfs.server.diskbalancer.datamodel.DiskBalancerDataNode
Sets the IP address of this Node.
setDataNodeName(String) - Method in class org.apache.hadoop.hdfs.server.diskbalancer.datamodel.DiskBalancerDataNode
Sets node's DNS name.
setDataNodePort(int) - Method in class org.apache.hadoop.hdfs.server.diskbalancer.datamodel.DiskBalancerDataNode
Sets the DataNode Port number.
setDataNodeUUID(String) - Method in class org.apache.hadoop.hdfs.server.diskbalancer.datamodel.DiskBalancerDataNode
Sets Datanode UUID.
setDateCreated(long) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.MountTableRecordProto.Builder
optional uint64 dateCreated = 3;
setDateCreated(long) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProto.Builder
optional uint64 dateCreated = 1;
setDateCreated(long) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterRecordProto.Builder
optional uint64 dateCreated = 1;
setDateCreated(long) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.BaseRecord
Set the creation time for the record.
setDateCreated(long) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MembershipStatePBImpl
 
setDateCreated(long) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MountTablePBImpl
 
setDateCreated(long) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.RouterStatePBImpl
 
setDateCreated(long) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MembershipStats
 
setDateCreated(long) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.StateStoreVersion
 
setDateModified(long) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.MountTableRecordProto.Builder
optional uint64 dateModified = 4;
setDateModified(long) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProto.Builder
optional uint64 dateModified = 2;
setDateModified(long) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterRecordProto.Builder
optional uint64 dateModified = 2;
setDateModified(long) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.BaseRecord
Set the modification time for the record.
setDateModified(long) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MembershipStatePBImpl
 
setDateModified(long) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MountTablePBImpl
 
setDateModified(long) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.RouterStatePBImpl
 
setDateModified(long) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MembershipStats
 
setDateModified(long) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.StateStoreVersion
 
setDateStarted(long) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterRecordProto.Builder
optional uint64 dateStarted = 8;
setDateStarted(long) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.RouterStatePBImpl
 
setDateStarted(long) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.RouterState
 
setDeletedINode(int, long) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DirectoryDiff.Builder
repeated uint64 deletedINode = 7 [packed = true];
setDeletedINodeRef(int, int) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DirectoryDiff.Builder
repeated uint32 deletedINodeRef = 8 [packed = true];
setDelHints(String) - Method in class org.apache.hadoop.hdfs.server.protocol.ReceivedDeletedBlockInfo
 
setDestinations(int, HdfsServerFederationProtos.RemoteLocationProto) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.MountTableRecordProto.Builder
repeated .hadoop.hdfs.RemoteLocationProto destinations = 2;
setDestinations(int, HdfsServerFederationProtos.RemoteLocationProto.Builder) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.MountTableRecordProto.Builder
repeated .hadoop.hdfs.RemoteLocationProto destinations = 2;
setDestinations(List<RemoteLocation>) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MountTablePBImpl
 
setDestinations(List<RemoteLocation>) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MountTable
Set the destination paths.
setDestinationVolume(DiskBalancerVolume) - Method in class org.apache.hadoop.hdfs.server.diskbalancer.planner.MoveStep
Sets destination volume.
setDestOrder(HdfsServerFederationProtos.MountTableRecordProto.DestOrder) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.MountTableRecordProto.Builder
optional .hadoop.hdfs.MountTableRecordProto.DestOrder destOrder = 6 [default = HASH];
setDestOrder(DestinationOrder) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MountTablePBImpl
 
setDestOrder(DestinationOrder) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MountTable
Set the order of the destinations for this mount table entry.
setDirectory(FsImageProto.INodeSection.INodeDirectory) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INode.Builder
optional .hadoop.hdfs.fsimage.INodeSection.INodeDirectory directory = 5;
setDirectory(FsImageProto.INodeSection.INodeDirectory.Builder) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INode.Builder
optional .hadoop.hdfs.fsimage.INodeSection.INodeDirectory directory = 5;
setDirectoryToUse(File) - Method in class org.apache.hadoop.hdfs.server.datanode.ReplicaBuilder
 
setDsQuota(long) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeDirectory.Builder
optional uint64 dsQuota = 3;
setDstSnapshotId(int) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeReferenceSection.INodeReference.Builder
optional uint32 dstSnapshotId = 3;
setEndTxId(long) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FinalizeLogSegmentRequestProto.Builder
required uint64 endTxId = 3;
setEndTxId(long) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.SegmentStateProto.Builder
required uint64 endTxId = 2;
setEntries(int, HdfsServerFederationProtos.MountTableRecordProto) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetMountTableEntriesResponseProto.Builder
repeated .hadoop.hdfs.MountTableRecordProto entries = 1;
setEntries(int, HdfsServerFederationProtos.MountTableRecordProto.Builder) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetMountTableEntriesResponseProto.Builder
repeated .hadoop.hdfs.MountTableRecordProto entries = 1;
setEntries(List<MountTable>) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.GetMountTableEntriesResponse
 
setEntries(List<MountTable>) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.GetMountTableEntriesResponsePBImpl
 
setEntries(int, int) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.AclFeatureProto.Builder
repeated fixed32 entries = 2 [packed = true];
setEntry(HdfsServerFederationProtos.MountTableRecordProto) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.AddMountTableEntryRequestProto.Builder
optional .hadoop.hdfs.MountTableRecordProto entry = 1;
setEntry(HdfsServerFederationProtos.MountTableRecordProto.Builder) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.AddMountTableEntryRequestProto.Builder
optional .hadoop.hdfs.MountTableRecordProto entry = 1;
setEntry(HdfsServerFederationProtos.MountTableRecordProto) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateMountTableEntryRequestProto.Builder
optional .hadoop.hdfs.MountTableRecordProto entry = 1;
setEntry(HdfsServerFederationProtos.MountTableRecordProto.Builder) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateMountTableEntryRequestProto.Builder
optional .hadoop.hdfs.MountTableRecordProto entry = 1;
setEntry(MountTable) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.AddMountTableEntryRequest
 
setEntry(MountTable) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.AddMountTableEntryRequestPBImpl
 
setEntry(MountTable) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.UpdateMountTableEntryRequestPBImpl
 
setEntry(MountTable) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.UpdateMountTableEntryRequest
 
setEpoch(long) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.NewEpochRequestProto.Builder
required uint64 epoch = 3;
setEpoch(long) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.RequestInfoProto.Builder
required uint64 epoch = 2;
setErasureCodingPolicy(String, String) - Method in class org.apache.hadoop.hdfs.server.federation.router.ErasureCoding
 
setErasureCodingPolicy(String, String) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
setErasureCodingPolicyID(int) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeFile.Builder
optional uint32 erasureCodingPolicyID = 12;
setErrOut(PrintStream) - Method in class org.apache.hadoop.hdfs.tools.DFSHAAdmin
 
setException(Throwable) - Method in class org.apache.hadoop.hdfs.server.datanode.checker.AbstractFuture
Sets the failed result of this Future unless this Future has already been cancelled or set (including set asynchronously).
setExclusionList(Set<String>) - Method in class org.apache.hadoop.hdfs.server.diskbalancer.datamodel.DiskBalancerCluster
sets the list of nodes to exclude from process of diskBalancer.
setExitFlag() - Method in interface org.apache.hadoop.hdfs.server.datanode.DiskBalancer.BlockMover
Tells copyBlocks to exit from the copy routine.
setExitFlag() - Method in class org.apache.hadoop.hdfs.server.datanode.DiskBalancer.DiskBalancerMover
Signals copy block to exit.
setExpectedLocations(Block, DatanodeStorageInfo[], BlockType) - Method in class org.apache.hadoop.hdfs.server.blockmanagement.BlockUnderConstructionFeature
Set expected locations
setExpirationMs(long) - Static method in class org.apache.hadoop.hdfs.server.federation.store.records.MembershipState
Set the expiration time for this class.
setExpirationMs(long) - Static method in class org.apache.hadoop.hdfs.server.federation.store.records.RouterState
 
setExpiryDate(long) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.DelegationKey.Builder
optional uint64 expiryDate = 2;
setExpiryDate(long) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.PersistToken.Builder
optional uint64 expiryDate = 9;
setFailed(boolean) - Method in class org.apache.hadoop.hdfs.server.diskbalancer.datamodel.DiskBalancerVolume
Sets the failed flag for this volume.
setFile(FsImageProto.INodeSection.INodeFile) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INode.Builder
optional .hadoop.hdfs.fsimage.INodeSection.INodeFile file = 4;
setFile(FsImageProto.INodeSection.INodeFile.Builder) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INode.Builder
optional .hadoop.hdfs.fsimage.INodeSection.INodeFile file = 4;
setFileSize(long) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.FileDiff.Builder
optional uint64 fileSize = 2;
setFileUC(FsImageProto.INodeSection.FileUnderConstructionFeature) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeFile.Builder
optional .hadoop.hdfs.fsimage.INodeSection.FileUnderConstructionFeature fileUC = 7;
setFileUC(FsImageProto.INodeSection.FileUnderConstructionFeature.Builder) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeFile.Builder
optional .hadoop.hdfs.fsimage.INodeSection.FileUnderConstructionFeature fileUC = 7;
setFirstTxnId(long) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalRequestProto.Builder
required uint64 firstTxnId = 2;
setFixTxIds() - Method in class org.apache.hadoop.hdfs.tools.offlineEditsViewer.OfflineEditsViewer.Flags
 
setForce(int) - Method in enum org.apache.hadoop.hdfs.server.common.HdfsServerConstants.StartupOption
 
setForceFormat(boolean) - Method in enum org.apache.hadoop.hdfs.server.common.HdfsServerConstants.StartupOption
 
setFromURL(String) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.AcceptRecoveryRequestProto.Builder
required string fromURL = 3;
setFromURL(String) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetEditLogManifestResponseProto.Builder
optional string fromURL = 3;
setFromURL(String) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalStateResponseProto.Builder
optional string fromURL = 3;
setFromURLBytes(ByteString) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.AcceptRecoveryRequestProto.Builder
required string fromURL = 3;
setFromURLBytes(ByteString) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetEditLogManifestResponseProto.Builder
optional string fromURL = 3;
setFromURLBytes(ByteString) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalStateResponseProto.Builder
optional string fromURL = 3;
setFsImageLoadTime(long) - Method in class org.apache.hadoop.hdfs.server.namenode.metrics.NameNodeMetrics
 
setFsVolume(FsVolumeSpi) - Method in class org.apache.hadoop.hdfs.server.datanode.ReplicaBuilder
 
setFullPath(String) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FilesUnderConstructionSection.FileUnderConstructionEntry.Builder
optional string fullPath = 2;
setFullPathBytes(ByteString) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FilesUnderConstructionSection.FileUnderConstructionEntry.Builder
optional string fullPath = 2;
setFuture(ListenableFuture<? extends V>) - Method in class org.apache.hadoop.hdfs.server.datanode.checker.AbstractFuture
Sets the result of this Future to match the supplied input Future once the supplied Future is done, unless this Future has already been cancelled or set (including "set asynchronously," defined below).
setGenerationStamp(long) - Method in class org.apache.hadoop.hdfs.server.blockmanagement.BlockIdManager
Gets the current generation stamp for this filesystem
setGenerationStamp(long) - Method in class org.apache.hadoop.hdfs.server.datanode.ReplicaBuilder
 
setGenerationStamp(long) - Method in class org.apache.hadoop.hdfs.server.datanode.ReplicaUnderRecovery
 
setGenstampV1(long) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.NameSystemSection.Builder
optional uint64 genstampV1 = 2;
setGenstampV1Limit(long) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.NameSystemSection.Builder
optional uint64 genstampV1Limit = 4;
setGenstampV2(long) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.NameSystemSection.Builder
optional uint64 genstampV2 = 3;
setHAServiceState(HAServiceProtocol.HAServiceState) - Method in class org.apache.hadoop.hdfs.server.federation.resolver.NamenodeStatusReport
Get the HA service state.
setHostname(String) - Method in class org.apache.hadoop.hdfs.server.namenode.ha.proto.HAZKInfoProtos.ActiveNodeInfo.Builder
required string hostname = 3;
setHostnameBytes(ByteString) - Method in class org.apache.hadoop.hdfs.server.namenode.ha.proto.HAZKInfoProtos.ActiveNodeInfo.Builder
required string hostname = 3;
setHttpPort(int) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetEditLogManifestResponseProto.Builder
required uint32 httpPort = 2;
setHttpPort(int) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalStateResponseProto.Builder
required uint32 httpPort = 2;
setId(long) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INode.Builder
required uint64 id = 2;
setId(int) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.DelegationKey.Builder
optional uint32 id = 1;
setId(int) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.StringTableSection.Entry.Builder
optional uint32 id = 1;
setIdealStorage(double) - Method in class org.apache.hadoop.hdfs.server.diskbalancer.planner.MoveStep
Sets Ideal Storage.
setIdentifier(String) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalIdProto.Builder
required string identifier = 1;
setIdentifierBytes(ByteString) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalIdProto.Builder
required string identifier = 1;
setInclusionList(Set<String>) - Method in class org.apache.hadoop.hdfs.server.diskbalancer.datamodel.DiskBalancerCluster
Sets the inclusionList.
setInitialized(boolean) - Method in class org.apache.hadoop.hdfs.server.federation.store.driver.impl.StateStoreFileBaseImpl
Set the driver as initialized.
setInodeId(long) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FilesUnderConstructionSection.FileUnderConstructionEntry.Builder
optional uint64 inodeId = 1;
setInodeId(long) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DiffEntry.Builder
optional uint64 inodeId = 2;
setInProgressOk(boolean) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetEditLogManifestRequestProto.Builder
optional bool inProgressOk = 4 [default = false];
setInteractiveFormat(boolean) - Method in enum org.apache.hadoop.hdfs.server.common.HdfsServerConstants.StartupOption
 
setIntervalMs(long) - Method in class org.apache.hadoop.hdfs.server.federation.router.PeriodicService
Set the interval for the periodic service.
setIpcAddress(InetSocketAddress) - Method in class org.apache.hadoop.hdfs.server.namenode.ha.RemoteNameNodeInfo
 
setIpcSerialNumber(long) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.RequestInfoProto.Builder
required uint64 ipcSerialNumber = 3;
setIsFormatted(boolean) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.IsFormattedResponseProto.Builder
required bool isFormatted = 1;
setIsInProgress(boolean) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.SegmentStateProto.Builder
required bool isInProgress = 3;
setIsSafeMode(boolean) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProto.Builder
optional bool isSafeMode = 14;
setIsSafeMode(boolean) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MembershipStatePBImpl
 
setIsSafeMode(boolean) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MembershipState
 
setIsSnapshotRoot(boolean) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DirectoryDiff.Builder
optional bool isSnapshotRoot = 3;
setIssueDate(long) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.PersistToken.Builder
optional uint64 issueDate = 5;
setIsTransient(boolean) - Method in class org.apache.hadoop.hdfs.server.diskbalancer.datamodel.DiskBalancerVolume
Tells us if a volume is transient.
setJid(QJournalProtocolProtos.JournalIdProto) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.CanRollBackRequestProto.Builder
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
setJid(QJournalProtocolProtos.JournalIdProto.Builder) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.CanRollBackRequestProto.Builder
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
setJid(QJournalProtocolProtos.JournalIdProto) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DiscardSegmentsRequestProto.Builder
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
setJid(QJournalProtocolProtos.JournalIdProto.Builder) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DiscardSegmentsRequestProto.Builder
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
setJid(QJournalProtocolProtos.JournalIdProto) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoFinalizeRequestProto.Builder
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
setJid(QJournalProtocolProtos.JournalIdProto.Builder) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoFinalizeRequestProto.Builder
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
setJid(QJournalProtocolProtos.JournalIdProto) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoPreUpgradeRequestProto.Builder
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
setJid(QJournalProtocolProtos.JournalIdProto.Builder) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoPreUpgradeRequestProto.Builder
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
setJid(QJournalProtocolProtos.JournalIdProto) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoRollbackRequestProto.Builder
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
setJid(QJournalProtocolProtos.JournalIdProto.Builder) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoRollbackRequestProto.Builder
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
setJid(QJournalProtocolProtos.JournalIdProto) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoUpgradeRequestProto.Builder
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
setJid(QJournalProtocolProtos.JournalIdProto.Builder) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoUpgradeRequestProto.Builder
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
setJid(QJournalProtocolProtos.JournalIdProto) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FormatRequestProto.Builder
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
setJid(QJournalProtocolProtos.JournalIdProto.Builder) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FormatRequestProto.Builder
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
setJid(QJournalProtocolProtos.JournalIdProto) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetEditLogManifestRequestProto.Builder
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
setJid(QJournalProtocolProtos.JournalIdProto.Builder) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetEditLogManifestRequestProto.Builder
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
setJid(QJournalProtocolProtos.JournalIdProto) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalCTimeRequestProto.Builder
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
setJid(QJournalProtocolProtos.JournalIdProto.Builder) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalCTimeRequestProto.Builder
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
setJid(QJournalProtocolProtos.JournalIdProto) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalStateRequestProto.Builder
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
setJid(QJournalProtocolProtos.JournalIdProto.Builder) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalStateRequestProto.Builder
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
setJid(QJournalProtocolProtos.JournalIdProto) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.IsFormattedRequestProto.Builder
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
setJid(QJournalProtocolProtos.JournalIdProto.Builder) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.IsFormattedRequestProto.Builder
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
setJid(QJournalProtocolProtos.JournalIdProto) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.NewEpochRequestProto.Builder
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
setJid(QJournalProtocolProtos.JournalIdProto.Builder) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.NewEpochRequestProto.Builder
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
setJournalId(QJournalProtocolProtos.JournalIdProto) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.RequestInfoProto.Builder
required .hadoop.hdfs.qjournal.JournalIdProto journalId = 1;
setJournalId(QJournalProtocolProtos.JournalIdProto.Builder) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.RequestInfoProto.Builder
required .hadoop.hdfs.qjournal.JournalIdProto journalId = 1;
setKey(ByteString) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.DelegationKey.Builder
optional bytes key = 3;
setLastAllocatedBlockId(long) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.NameSystemSection.Builder
optional uint64 lastAllocatedBlockId = 5;
setLastAllocatedContiguousBlockId(long) - Method in class org.apache.hadoop.hdfs.server.blockmanagement.BlockIdManager
Sets the maximum allocated contiguous block ID for this filesystem.
setLastAllocatedStripedBlockId(long) - Method in class org.apache.hadoop.hdfs.server.blockmanagement.BlockIdManager
Sets the maximum allocated striped block ID for this filesystem.
setLastAllocatedStripedBlockId(long) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.NameSystemSection.Builder
optional uint64 lastAllocatedStripedBlockId = 8;
setLastChecksumAndDataLen(long, byte[]) - Method in class org.apache.hadoop.hdfs.server.datanode.LocalReplicaInPipeline
 
setLastChecksumAndDataLen(long, byte[]) - Method in interface org.apache.hadoop.hdfs.server.datanode.ReplicaInPipeline
store the checksum for the last chunk along with the data length
setLastCommittedTxId(long) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PrepareRecoveryResponseProto.Builder
optional uint64 lastCommittedTxId = 4;
setLastContact(long) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProto.Builder
optional uint64 lastContact = 3;
setLastContact(long) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MembershipStatePBImpl
 
setLastContact(long) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MembershipState
 
setLastInodeId(long) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.Builder
optional uint64 lastInodeId = 1;
setLastPromisedEpoch(long) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalStateResponseProto.Builder
required uint64 lastPromisedEpoch = 1;
setLastSegmentTxId(long) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.NewEpochResponseProto.Builder
optional uint64 lastSegmentTxId = 1;
setLastSnapshotId(int) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeReferenceSection.INodeReference.Builder
optional uint32 lastSnapshotId = 4;
setLastWriterEpoch(long) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PrepareRecoveryResponseProto.Builder
required uint64 lastWriterEpoch = 3;
setLayoutVersion(int) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.StartLogSegmentRequestProto.Builder
optional sint32 layoutVersion = 3;
setLayoutVersion(int) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FileSummary.Builder
required uint32 layoutVersion = 2;
setLegacyGenerationStamp(long) - Method in class org.apache.hadoop.hdfs.server.blockmanagement.BlockIdManager
Sets the current generation stamp for legacy blocks
setLegacyGenerationStampLimit(long) - Method in class org.apache.hadoop.hdfs.server.blockmanagement.BlockIdManager
Sets the generation stamp that delineates random and sequentially allocated block IDs.
setLength(long) - Method in class org.apache.hadoop.hdfs.server.datanode.ReplicaBuilder
 
setLength(long) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FileSummary.Section.Builder
optional uint64 length = 2;
setLifelineAddress(String) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProto.Builder
optional string lifelineAddress = 12;
setLifelineAddress(String) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MembershipStatePBImpl
 
setLifelineAddress(String) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MembershipState
 
setLifelineAddressBytes(ByteString) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProto.Builder
optional string lifelineAddress = 12;
setLimit(long) - Method in class org.apache.hadoop.hdfs.server.namenode.FSEditLogLoader.PositionTrackingInputStream
 
setLocalName(byte[]) - Method in class org.apache.hadoop.hdfs.server.namenode.INodeReference
 
setLocalName(byte[]) - Method in class org.apache.hadoop.hdfs.server.namenode.INodeReference.WithName
 
setManifest(HdfsServerProtos.RemoteEditLogManifestProto) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetEditLogManifestResponseProto.Builder
required .hadoop.hdfs.RemoteEditLogManifestProto manifest = 1;
setManifest(HdfsServerProtos.RemoteEditLogManifestProto.Builder) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetEditLogManifestResponseProto.Builder
required .hadoop.hdfs.RemoteEditLogManifestProto manifest = 1;
setMasterKeyId(int) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.PersistToken.Builder
optional uint32 masterKeyId = 8;
setMaxDate(long) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.PersistToken.Builder
optional uint64 maxDate = 6;
setMaxDiskErrors(long) - Method in class org.apache.hadoop.hdfs.server.diskbalancer.planner.MoveStep
Sets the maximum numbers of Errors to be tolerated before this step is aborted.
setMaxDiskErrors(long) - Method in interface org.apache.hadoop.hdfs.server.diskbalancer.planner.Step
Set maximum errors to tolerate before disk balancer step fails.
setMaxOpSize(int) - Method in class org.apache.hadoop.hdfs.server.namenode.FSEditLogOp.Reader
 
setMaxStalenessMs(long) - Method in interface org.apache.hadoop.hdfs.server.datanode.fsdataset.FsVolumeSpi.BlockIterator
Set the maximum staleness of entries that we will return.

A maximum staleness of 0 means we will never return stale entries; a larger value will allow us to reduce resource consumption in exchange for returning more potentially stale entries.

setMembership(HdfsServerFederationProtos.NamenodeMembershipRecordProto) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamenodeRegistrationsRequestProto.Builder
optional .hadoop.hdfs.NamenodeMembershipRecordProto membership = 1;
setMembership(HdfsServerFederationProtos.NamenodeMembershipRecordProto.Builder) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamenodeRegistrationsRequestProto.Builder
optional .hadoop.hdfs.NamenodeMembershipRecordProto membership = 1;
setMembershipVersion(long) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.StateStoreVersionRecordProto.Builder
optional uint64 membershipVersion = 1;
setMembershipVersion(long) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.StateStoreVersionPBImpl
 
setMembershipVersion(long) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.StateStoreVersion
 
setMinTxIdToKeep(long) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PurgeLogsRequestProto.Builder
required uint64 minTxIdToKeep = 2;
setModificationTime(long) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeDirectory.Builder
optional uint64 modificationTime = 1;
setModificationTime(long) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeFile.Builder
optional uint64 modificationTime = 2;
setModificationTime(long) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeSymlink.Builder
optional uint64 modificationTime = 3;
setModificationTime(long) - Method in class org.apache.hadoop.hdfs.server.namenode.INodeReference
 
setMountTableVersion(long) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.StateStoreVersionRecordProto.Builder
optional uint64 mountTableVersion = 2;
setMountTableVersion(long) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.StateStoreVersionPBImpl
 
setMountTableVersion(long) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.StateStoreVersion
 
setName(String) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FileSummary.Section.Builder
optional string name = 1;
setName(ByteString) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeReferenceSection.INodeReference.Builder
optional bytes name = 2;
setName(ByteString) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INode.Builder
optional bytes name = 3;
setName(int) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.XAttrCompactProto.Builder
required fixed32 name = 1;
setName(ByteString) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.CreatedListEntry.Builder
optional bytes name = 1;
setName(ByteString) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DirectoryDiff.Builder
optional bytes name = 4;
setName(ByteString) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.FileDiff.Builder
optional bytes name = 3;
setNameBytes(ByteString) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FileSummary.Section.Builder
optional string name = 1;
setNamenodeId(String) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProto.Builder
optional string namenodeId = 6;
setNamenodeId(String) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateNamenodeRegistrationRequestProto.Builder
optional string namenodeId = 2;
setNamenodeId(String) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.UpdateNamenodeRegistrationRequestPBImpl
 
setNamenodeId(String) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MembershipStatePBImpl
 
setNamenodeId(String) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MembershipState
 
setNamenodeId(String) - Method in class org.apache.hadoop.hdfs.server.namenode.ha.proto.HAZKInfoProtos.ActiveNodeInfo.Builder
required string namenodeId = 2;
setNamenodeIdBytes(ByteString) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProto.Builder
optional string namenodeId = 6;
setNamenodeIdBytes(ByteString) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateNamenodeRegistrationRequestProto.Builder
optional string namenodeId = 2;
setNamenodeIdBytes(ByteString) - Method in class org.apache.hadoop.hdfs.server.namenode.ha.proto.HAZKInfoProtos.ActiveNodeInfo.Builder
required string namenodeId = 2;
setNamenodeMembership(HdfsServerFederationProtos.NamenodeMembershipRecordProto) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeHeartbeatRequestProto.Builder
optional .hadoop.hdfs.NamenodeMembershipRecordProto namenodeMembership = 1;
setNamenodeMembership(HdfsServerFederationProtos.NamenodeMembershipRecordProto.Builder) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeHeartbeatRequestProto.Builder
optional .hadoop.hdfs.NamenodeMembershipRecordProto namenodeMembership = 1;
setNamenodeMembership(MembershipState) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.NamenodeHeartbeatRequestPBImpl
 
setNamenodeMemberships(int, HdfsServerFederationProtos.NamenodeMembershipRecordProto) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamenodeRegistrationsResponseProto.Builder
repeated .hadoop.hdfs.NamenodeMembershipRecordProto namenodeMemberships = 1;
setNamenodeMemberships(int, HdfsServerFederationProtos.NamenodeMembershipRecordProto.Builder) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamenodeRegistrationsResponseProto.Builder
repeated .hadoop.hdfs.NamenodeMembershipRecordProto namenodeMemberships = 1;
setNamenodeMemberships(List<MembershipState>) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.GetNamenodeRegistrationsResponse
 
setNamenodeMemberships(List<MembershipState>) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.GetNamenodeRegistrationsResponsePBImpl
 
setNameserviceId(String) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.FederationNamespaceInfoProto.Builder
optional string nameserviceId = 3;
setNameserviceId(String) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProto.Builder
optional string nameserviceId = 5;
setNameserviceId(String) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RemoteLocationProto.Builder
optional string nameserviceId = 1;
setNameserviceId(String) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateNamenodeRegistrationRequestProto.Builder
optional string nameserviceId = 1;
setNameServiceId(String) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.CanRollBackRequestProto.Builder
optional string nameServiceId = 5;
setNameServiceId(String) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DiscardSegmentsRequestProto.Builder
optional string nameServiceId = 3;
setNameServiceId(String) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoFinalizeRequestProto.Builder
optional string nameServiceId = 2;
setNameserviceId(String) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoRollbackRequestProto.Builder
optional string nameserviceId = 2;
setNameServiceId(String) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FormatRequestProto.Builder
optional string nameServiceId = 3;
setNameServiceId(String) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetEditLogManifestRequestProto.Builder
optional string nameServiceId = 5;
setNameServiceId(String) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalCTimeRequestProto.Builder
optional string nameServiceId = 2;
setNameServiceId(String) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalStateRequestProto.Builder
optional string nameServiceId = 2;
setNameServiceId(String) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.IsFormattedRequestProto.Builder
optional string nameServiceId = 2;
setNameServiceId(String) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalRequestProto.Builder
optional string nameServiceId = 6;
setNameServiceId(String) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.NewEpochRequestProto.Builder
optional string nameServiceId = 4;
setNameServiceId(String) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.RequestInfoProto.Builder
optional string nameServiceId = 5;
setNameserviceId(String) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.UpdateNamenodeRegistrationRequestPBImpl
 
setNameserviceId(String) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MembershipStatePBImpl
 
setNameserviceId(String) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MembershipState
 
setNameserviceId(String) - Method in class org.apache.hadoop.hdfs.server.namenode.ha.proto.HAZKInfoProtos.ActiveNodeInfo.Builder
required string nameserviceId = 1;
setNameserviceIdBytes(ByteString) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.FederationNamespaceInfoProto.Builder
optional string nameserviceId = 3;
setNameserviceIdBytes(ByteString) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProto.Builder
optional string nameserviceId = 5;
setNameserviceIdBytes(ByteString) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RemoteLocationProto.Builder
optional string nameserviceId = 1;
setNameserviceIdBytes(ByteString) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateNamenodeRegistrationRequestProto.Builder
optional string nameserviceId = 1;
setNameServiceIdBytes(ByteString) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.CanRollBackRequestProto.Builder
optional string nameServiceId = 5;
setNameServiceIdBytes(ByteString) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DiscardSegmentsRequestProto.Builder
optional string nameServiceId = 3;
setNameServiceIdBytes(ByteString) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoFinalizeRequestProto.Builder
optional string nameServiceId = 2;
setNameserviceIdBytes(ByteString) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoRollbackRequestProto.Builder
optional string nameserviceId = 2;
setNameServiceIdBytes(ByteString) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FormatRequestProto.Builder
optional string nameServiceId = 3;
setNameServiceIdBytes(ByteString) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetEditLogManifestRequestProto.Builder
optional string nameServiceId = 5;
setNameServiceIdBytes(ByteString) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalCTimeRequestProto.Builder
optional string nameServiceId = 2;
setNameServiceIdBytes(ByteString) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalStateRequestProto.Builder
optional string nameServiceId = 2;
setNameServiceIdBytes(ByteString) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.IsFormattedRequestProto.Builder
optional string nameServiceId = 2;
setNameServiceIdBytes(ByteString) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalRequestProto.Builder
optional string nameServiceId = 6;
setNameServiceIdBytes(ByteString) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.NewEpochRequestProto.Builder
optional string nameServiceId = 4;
setNameServiceIdBytes(ByteString) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.RequestInfoProto.Builder
optional string nameServiceId = 5;
setNameserviceIdBytes(ByteString) - Method in class org.apache.hadoop.hdfs.server.namenode.ha.proto.HAZKInfoProtos.ActiveNodeInfo.Builder
required string nameserviceId = 1;
setNameSpace(long) - Method in class org.apache.hadoop.hdfs.server.namenode.QuotaCounts
 
setNamespaceId(int) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.NameSystemSection.Builder
optional uint32 namespaceId = 1;
setNamespaceInfo(NamespaceInfo) - Method in class org.apache.hadoop.hdfs.server.federation.resolver.NamenodeStatusReport
Set the namespace information.
setNamespaceInfo(Set<FederationNamespaceInfo>) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.GetNamespaceInfoResponse
 
setNamespaceInfo(Set<FederationNamespaceInfo>) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.GetNamespaceInfoResponsePBImpl
 
setNamespaceInfos(int, HdfsServerFederationProtos.FederationNamespaceInfoProto) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamespaceInfoResponseProto.Builder
repeated .hadoop.hdfs.FederationNamespaceInfoProto namespaceInfos = 1;
setNamespaceInfos(int, HdfsServerFederationProtos.FederationNamespaceInfoProto.Builder) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamespaceInfoResponseProto.Builder
repeated .hadoop.hdfs.FederationNamespaceInfoProto namespaceInfos = 1;
setNamesystemInfo(long, long, long, long, long, long, long, long) - Method in class org.apache.hadoop.hdfs.server.federation.resolver.NamenodeStatusReport
Set the filesystem information.
setNextDirectiveId(long) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.CacheManagerSection.Builder
required uint64 nextDirectiveId = 1;
setNodeName(String) - Method in class org.apache.hadoop.hdfs.server.diskbalancer.planner.NodePlan
Sets Node Name.
setNodes(List<DiskBalancerDataNode>) - Method in class org.apache.hadoop.hdfs.server.diskbalancer.datamodel.DiskBalancerCluster
Sets the list of nodes of this cluster.
setNodesToProcess(DiskBalancerDataNode) - Method in class org.apache.hadoop.hdfs.server.diskbalancer.command.Command
Sets the nodes to process.
setNodesToProcess(List<DiskBalancerDataNode>) - Method in class org.apache.hadoop.hdfs.server.diskbalancer.command.Command
Sets the list of Nodes to process.
setNodesToProcess(List<DiskBalancerDataNode>) - Method in class org.apache.hadoop.hdfs.server.diskbalancer.datamodel.DiskBalancerCluster
Sets the nodes to process.
setNodeUUID(String) - Method in class org.apache.hadoop.hdfs.server.diskbalancer.planner.NodePlan
Sets the Node UUID.
setNsInfo(HdfsServerProtos.NamespaceInfoProto) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FormatRequestProto.Builder
required .hadoop.hdfs.NamespaceInfoProto nsInfo = 2;
setNsInfo(HdfsServerProtos.NamespaceInfoProto.Builder) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FormatRequestProto.Builder
required .hadoop.hdfs.NamespaceInfoProto nsInfo = 2;
setNsInfo(HdfsServerProtos.NamespaceInfoProto) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.NewEpochRequestProto.Builder
required .hadoop.hdfs.NamespaceInfoProto nsInfo = 2;
setNsInfo(HdfsServerProtos.NamespaceInfoProto.Builder) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.NewEpochRequestProto.Builder
required .hadoop.hdfs.NamespaceInfoProto nsInfo = 2;
setNsQuota(long) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeDirectory.Builder
optional uint64 nsQuota = 2;
setNumBytes(long) - Method in interface org.apache.hadoop.hdfs.server.datanode.ReplicaInPipeline
Set the number of bytes received
setNumBytes(long) - Method in class org.apache.hadoop.hdfs.server.datanode.ReplicaUnderRecovery
 
setNumDirectives(int) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.CacheManagerSection.Builder
required uint32 numDirectives = 3;
setNumEntry(int) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.StringTableSection.Builder
optional uint32 numEntry = 1;
setNumInodes(long) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.Builder
optional uint64 numInodes = 2;
setNumKeys(int) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.Builder
optional uint32 numKeys = 3;
setNumOfActiveDatanodes(int) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipStatsRecordProto.Builder
optional uint32 numOfActiveDatanodes = 20;
setNumOfActiveDatanodes(int) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MembershipStatsPBImpl
 
setNumOfActiveDatanodes(int) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MembershipStats
 
setNumOfBlocks(long) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipStatsRecordProto.Builder
optional uint64 numOfBlocks = 11;
setNumOfBlocks(long) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MembershipStatsPBImpl
 
setNumOfBlocks(long) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MembershipStats
 
setNumOfBlocksMissing(long) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipStatsRecordProto.Builder
optional uint64 numOfBlocksMissing = 12;
setNumOfBlocksMissing(long) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MembershipStatsPBImpl
 
setNumOfBlocksMissing(long) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MembershipStats
 
setNumOfBlocksPendingDeletion(long) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipStatsRecordProto.Builder
optional uint64 numOfBlocksPendingDeletion = 15;
setNumOfBlocksPendingDeletion(long) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MembershipStatsPBImpl
 
setNumOfBlocksPendingDeletion(long) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MembershipStats
 
setNumOfBlocksPendingReplication(long) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipStatsRecordProto.Builder
optional uint64 numOfBlocksPendingReplication = 13;
setNumOfBlocksPendingReplication(long) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MembershipStatsPBImpl
 
setNumOfBlocksPendingReplication(long) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MembershipStats
 
setNumOfBlocksUnderReplicated(long) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipStatsRecordProto.Builder
optional uint64 numOfBlocksUnderReplicated = 14;
setNumOfBlocksUnderReplicated(long) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MembershipStatsPBImpl
 
setNumOfBlocksUnderReplicated(long) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MembershipStats
 
setNumOfDeadDatanodes(int) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipStatsRecordProto.Builder
optional uint32 numOfDeadDatanodes = 21;
setNumOfDeadDatanodes(int) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MembershipStatsPBImpl
 
setNumOfDeadDatanodes(int) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MembershipStats
 
setNumOfDecomActiveDatanodes(int) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipStatsRecordProto.Builder
optional uint32 numOfDecomActiveDatanodes = 23;
setNumOfDecomActiveDatanodes(int) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MembershipStatsPBImpl
 
setNumOfDecomActiveDatanodes(int) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MembershipStats
 
setNumOfDecomDeadDatanodes(int) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipStatsRecordProto.Builder
optional uint32 numOfDecomDeadDatanodes = 24;
setNumOfDecomDeadDatanodes(int) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MembershipStatsPBImpl
 
setNumOfDecomDeadDatanodes(int) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MembershipStats
 
setNumOfDecommissioningDatanodes(int) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipStatsRecordProto.Builder
optional uint32 numOfDecommissioningDatanodes = 22;
setNumOfDecommissioningDatanodes(int) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MembershipStatsPBImpl
 
setNumOfDecommissioningDatanodes(int) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MembershipStats
 
setNumOfDiff(int) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DiffEntry.Builder
optional uint32 numOfDiff = 3;
setNumOfFiles(long) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipStatsRecordProto.Builder
optional uint64 numOfFiles = 10;
setNumOfFiles(long) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MembershipStatsPBImpl
 
setNumOfFiles(long) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MembershipStats
 
setNumPools(int) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.CacheManagerSection.Builder
required uint32 numPools = 2;
setNumSnapshots(int) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotSection.Builder
optional uint32 numSnapshots = 3;
setNumTokens(int) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.Builder
optional uint32 numTokens = 4;
setNumTxns(int) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalRequestProto.Builder
required uint32 numTxns = 3;
setOffset(long) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FileSummary.Section.Builder
optional uint64 offset = 3;
setOndiskVersion(int) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FileSummary.Builder
required uint32 ondiskVersion = 1;
setOut(PrintStream) - Method in class org.apache.hadoop.hdfs.tools.DFSHAAdmin
 
setOutput(String) - Method in class org.apache.hadoop.hdfs.server.diskbalancer.datamodel.DiskBalancerCluster
Sets the output path for this run.
setOutputPath(String) - Method in class org.apache.hadoop.hdfs.server.diskbalancer.command.Command
Setup the outpath.
setOwner(String, String, String) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
setOwner(String) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.PersistToken.Builder
optional string owner = 2;
setOwnerBytes(ByteString) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.PersistToken.Builder
optional string owner = 2;
setParent(long) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeDirectorySection.DirEntry.Builder
optional uint64 parent = 1;
setPartialMembership(MembershipState) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.GetNamenodeRegistrationsRequest
 
setPartialMembership(MembershipState) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.GetNamenodeRegistrationsRequestPBImpl
 
setPath(String) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RemoteLocationProto.Builder
optional string path = 2;
setPath(String) - Method in class org.apache.hadoop.hdfs.server.diskbalancer.datamodel.DiskBalancerVolume
Sets the path for this volume.
setPathBytes(ByteString) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RemoteLocationProto.Builder
optional string path = 2;
setPermission(String, FsPermission) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
setPermission(long) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeDirectory.Builder
optional fixed64 permission = 4;
setPermission(long) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeFile.Builder
optional fixed64 permission = 5;
setPermission(long) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeSymlink.Builder
optional fixed64 permission = 1;
setPinning(LocalFileSystem) - Method in class org.apache.hadoop.hdfs.server.datanode.LocalReplica
 
setPinning(LocalFileSystem, Path) - Method in class org.apache.hadoop.hdfs.server.datanode.LocalReplica
Set sticky bit on path to pin file.
setPolicies(int, HdfsProtos.ErasureCodingPolicyProto) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.ErasureCodingSection.Builder
repeated .hadoop.hdfs.ErasureCodingPolicyProto policies = 1;
setPolicies(int, HdfsProtos.ErasureCodingPolicyProto.Builder) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.ErasureCodingSection.Builder
repeated .hadoop.hdfs.ErasureCodingPolicyProto policies = 1;
setPort(int) - Method in class org.apache.hadoop.hdfs.server.diskbalancer.planner.NodePlan
Sets the DataNode RPC Port.
setPort(int) - Method in class org.apache.hadoop.hdfs.server.namenode.ha.proto.HAZKInfoProtos.ActiveNodeInfo.Builder
required int32 port = 4;
setPreferredBlockSize(long) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeFile.Builder
optional uint64 preferredBlockSize = 4;
setPrevStorage(HdfsServerProtos.StorageInfoProto) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.CanRollBackRequestProto.Builder
required .hadoop.hdfs.StorageInfoProto prevStorage = 3;
setPrevStorage(HdfsServerProtos.StorageInfoProto.Builder) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.CanRollBackRequestProto.Builder
required .hadoop.hdfs.StorageInfoProto prevStorage = 3;
setPrintToScreen() - Method in class org.apache.hadoop.hdfs.tools.offlineEditsViewer.OfflineEditsViewer.Flags
 
setProto(Message) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.AddMountTableEntryRequestPBImpl
 
setProto(Message) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.AddMountTableEntryResponsePBImpl
 
setProto(Message) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.FederationProtocolPBTranslator
Called if this translator is to be created from an existing protobuf byte stream.
setProto(Message) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.GetMountTableEntriesRequestPBImpl
 
setProto(Message) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.GetMountTableEntriesResponsePBImpl
 
setProto(Message) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.GetNamenodeRegistrationsRequestPBImpl
 
setProto(Message) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.GetNamenodeRegistrationsResponsePBImpl
 
setProto(Message) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.GetNamespaceInfoRequestPBImpl
 
setProto(Message) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.GetNamespaceInfoResponsePBImpl
 
setProto(Message) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.GetRouterRegistrationRequestPBImpl
 
setProto(Message) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.GetRouterRegistrationResponsePBImpl
 
setProto(Message) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.GetRouterRegistrationsRequestPBImpl
 
setProto(Message) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.GetRouterRegistrationsResponsePBImpl
 
setProto(Message) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.NamenodeHeartbeatRequestPBImpl
 
setProto(Message) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.NamenodeHeartbeatResponsePBImpl
 
setProto(Message) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.RemoveMountTableEntryRequestPBImpl
 
setProto(Message) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.RemoveMountTableEntryResponsePBImpl
 
setProto(Message) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.RouterHeartbeatRequestPBImpl
 
setProto(Message) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.RouterHeartbeatResponsePBImpl
 
setProto(Message) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.UpdateMountTableEntryRequestPBImpl
 
setProto(Message) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.UpdateMountTableEntryResponsePBImpl
 
setProto(Message) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.UpdateNamenodeRegistrationRequestPBImpl
 
setProto(Message) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.UpdateNamenodeRegistrationResponsePBImpl
 
setProto(Message) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MembershipStatePBImpl
 
setProto(Message) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MembershipStatsPBImpl
 
setProto(Message) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MountTablePBImpl
 
setProto(Message) - Method in interface org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.PBRecord
Set the protocol for the record.
setProto(Message) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.RouterStatePBImpl
 
setProto(Message) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.StateStoreVersionPBImpl
 
setQuota(String, long, long, StorageType) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
setQuota(long) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.QuotaByStorageTypeEntryProto.Builder
required uint64 quota = 2;
setQuota(long) - Method in class org.apache.hadoop.hdfs.server.namenode.QuotaByStorageTypeEntry.Builder
 
setQuotas(int, FsImageProto.INodeSection.QuotaByStorageTypeEntryProto) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.QuotaByStorageTypeFeatureProto.Builder
repeated .hadoop.hdfs.fsimage.INodeSection.QuotaByStorageTypeEntryProto quotas = 1;
setQuotas(int, FsImageProto.INodeSection.QuotaByStorageTypeEntryProto.Builder) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.QuotaByStorageTypeFeatureProto.Builder
repeated .hadoop.hdfs.fsimage.INodeSection.QuotaByStorageTypeEntryProto quotas = 1;
setReadOnly(boolean) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.MountTableRecordProto.Builder
optional bool readOnly = 5 [default = false];
setReadOnly(boolean) - Method in class org.apache.hadoop.hdfs.server.diskbalancer.datamodel.DiskBalancerVolume
Sets this volume as read only.
setReadOnly(boolean) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MountTablePBImpl
 
setReadOnly(boolean) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MountTable
Set an entry to be read only.
setRealUser(String) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.PersistToken.Builder
optional string realUser = 4;
setRealUserBytes(ByteString) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.PersistToken.Builder
optional string realUser = 4;
setRecords(ByteString) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalRequestProto.Builder
required bytes records = 4;
setRecoveryID(long) - Method in class org.apache.hadoop.hdfs.server.datanode.FinalizedReplica
 
setRecoveryID(long) - Method in class org.apache.hadoop.hdfs.server.datanode.LocalReplicaInPipeline
 
setRecoveryId(long) - Method in class org.apache.hadoop.hdfs.server.datanode.ReplicaBuilder
 
setRecoveryID(long) - Method in class org.apache.hadoop.hdfs.server.datanode.ReplicaUnderRecovery
 
setRecoveryID(long) - Method in class org.apache.hadoop.hdfs.server.datanode.ReplicaWaitingToBeRecovered
 
setRecoveryMode() - Method in class org.apache.hadoop.hdfs.tools.offlineEditsViewer.OfflineEditsViewer.Flags
 
setRefChildren(int, int) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeDirectorySection.DirEntry.Builder
repeated uint32 refChildren = 3 [packed = true];
setReferredId(long) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeReferenceSection.INodeReference.Builder
optional uint64 referredId = 1;
setReferredINode(INode) - Method in class org.apache.hadoop.hdfs.server.namenode.INodeReference
 
setRenewer(String) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.PersistToken.Builder
optional string renewer = 3;
setRenewerBytes(ByteString) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.PersistToken.Builder
optional string renewer = 3;
setReplication(String, short) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
setReplication(int) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeFile.Builder
optional uint32 replication = 1;
setReqInfo(QJournalProtocolProtos.RequestInfoProto) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.AcceptRecoveryRequestProto.Builder
required .hadoop.hdfs.qjournal.RequestInfoProto reqInfo = 1;
setReqInfo(QJournalProtocolProtos.RequestInfoProto.Builder) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.AcceptRecoveryRequestProto.Builder
required .hadoop.hdfs.qjournal.RequestInfoProto reqInfo = 1;
setReqInfo(QJournalProtocolProtos.RequestInfoProto) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FinalizeLogSegmentRequestProto.Builder
required .hadoop.hdfs.qjournal.RequestInfoProto reqInfo = 1;
setReqInfo(QJournalProtocolProtos.RequestInfoProto.Builder) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FinalizeLogSegmentRequestProto.Builder
required .hadoop.hdfs.qjournal.RequestInfoProto reqInfo = 1;
setReqInfo(QJournalProtocolProtos.RequestInfoProto) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.HeartbeatRequestProto.Builder
required .hadoop.hdfs.qjournal.RequestInfoProto reqInfo = 1;
setReqInfo(QJournalProtocolProtos.RequestInfoProto.Builder) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.HeartbeatRequestProto.Builder
required .hadoop.hdfs.qjournal.RequestInfoProto reqInfo = 1;
setReqInfo(QJournalProtocolProtos.RequestInfoProto) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalRequestProto.Builder
required .hadoop.hdfs.qjournal.RequestInfoProto reqInfo = 1;
setReqInfo(QJournalProtocolProtos.RequestInfoProto.Builder) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalRequestProto.Builder
required .hadoop.hdfs.qjournal.RequestInfoProto reqInfo = 1;
setReqInfo(QJournalProtocolProtos.RequestInfoProto) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PrepareRecoveryRequestProto.Builder
required .hadoop.hdfs.qjournal.RequestInfoProto reqInfo = 1;
setReqInfo(QJournalProtocolProtos.RequestInfoProto.Builder) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PrepareRecoveryRequestProto.Builder
required .hadoop.hdfs.qjournal.RequestInfoProto reqInfo = 1;
setReqInfo(QJournalProtocolProtos.RequestInfoProto) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PurgeLogsRequestProto.Builder
required .hadoop.hdfs.qjournal.RequestInfoProto reqInfo = 1;
setReqInfo(QJournalProtocolProtos.RequestInfoProto.Builder) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PurgeLogsRequestProto.Builder
required .hadoop.hdfs.qjournal.RequestInfoProto reqInfo = 1;
setReqInfo(QJournalProtocolProtos.RequestInfoProto) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.StartLogSegmentRequestProto.Builder
required .hadoop.hdfs.qjournal.RequestInfoProto reqInfo = 1;
setReqInfo(QJournalProtocolProtos.RequestInfoProto.Builder) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.StartLogSegmentRequestProto.Builder
required .hadoop.hdfs.qjournal.RequestInfoProto reqInfo = 1;
setReserved(long) - Method in class org.apache.hadoop.hdfs.server.diskbalancer.datamodel.DiskBalancerVolume
Sets the reserved size.
setResult(boolean) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.NamenodeHeartbeatResponsePBImpl
 
setResult(boolean) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.UpdateNamenodeRegistrationResponsePBImpl
 
setResultCTime(long) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalCTimeResponseProto.Builder
required int64 resultCTime = 1;
setRollingUpgradeStartTime(long) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.NameSystemSection.Builder
optional uint64 rollingUpgradeStartTime = 7;
setRollingUpgradeStartupOption(String) - Method in enum org.apache.hadoop.hdfs.server.common.HdfsServerConstants.StartupOption
 
setRoot(FsImageProto.INodeSection.INode) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotSection.Snapshot.Builder
optional .hadoop.hdfs.fsimage.INodeSection.INode root = 2;
setRoot(FsImageProto.INodeSection.INode.Builder) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotSection.Snapshot.Builder
optional .hadoop.hdfs.fsimage.INodeSection.INode root = 2;
setRouter(HdfsServerFederationProtos.RouterRecordProto) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationResponseProto.Builder
optional .hadoop.hdfs.RouterRecordProto router = 1;
setRouter(HdfsServerFederationProtos.RouterRecordProto.Builder) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationResponseProto.Builder
optional .hadoop.hdfs.RouterRecordProto router = 1;
setRouter(HdfsServerFederationProtos.RouterRecordProto) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterHeartbeatRequestProto.Builder
optional .hadoop.hdfs.RouterRecordProto router = 1;
setRouter(HdfsServerFederationProtos.RouterRecordProto.Builder) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterHeartbeatRequestProto.Builder
optional .hadoop.hdfs.RouterRecordProto router = 1;
setRouter(RouterState) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.GetRouterRegistrationResponse
 
setRouter(RouterState) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.GetRouterRegistrationResponsePBImpl
 
setRouter(RouterState) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.RouterHeartbeatRequestPBImpl
 
setRouter(RouterState) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.RouterHeartbeatRequest
 
setRouterId(String) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationRequestProto.Builder
optional string routerId = 1;
setRouterId(String) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProto.Builder
optional string routerId = 4;
setRouterId(String) - Method in class org.apache.hadoop.hdfs.server.federation.resolver.MembershipNamenodeResolver
 
setRouterId(String) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.GetRouterRegistrationRequest
 
setRouterId(String) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.GetRouterRegistrationRequestPBImpl
 
setRouterId(String) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MembershipStatePBImpl
 
setRouterId(String) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MembershipState
 
setRouterIdBytes(ByteString) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationRequestProto.Builder
optional string routerId = 1;
setRouterIdBytes(ByteString) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProto.Builder
optional string routerId = 4;
setRouters(int, HdfsServerFederationProtos.RouterRecordProto) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationsResponseProto.Builder
repeated .hadoop.hdfs.RouterRecordProto routers = 2;
setRouters(int, HdfsServerFederationProtos.RouterRecordProto.Builder) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationsResponseProto.Builder
repeated .hadoop.hdfs.RouterRecordProto routers = 2;
setRouters(List<RouterState>) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.GetRouterRegistrationsResponse
 
setRouters(List<RouterState>) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.GetRouterRegistrationsResponsePBImpl
 
setRpcAddress(String) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProto.Builder
optional string rpcAddress = 10;
setRpcAddress(String) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MembershipStatePBImpl
 
setRpcAddress(String) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MembershipState
 
setRpcAddressBytes(ByteString) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProto.Builder
optional string rpcAddress = 10;
setRunnable() - Method in interface org.apache.hadoop.hdfs.server.datanode.DiskBalancer.BlockMover
Begin the actual copy operations.
setRunnable() - Method in class org.apache.hadoop.hdfs.server.datanode.DiskBalancer.DiskBalancerMover
Sets Diskmover copyblocks into runnable state.
setSafeMode(boolean) - Method in class org.apache.hadoop.hdfs.server.federation.resolver.NamenodeStatusReport
 
setSafeMode(boolean) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
In safe mode all RPC requests will fail and return a standby exception.
setSafeMode(HdfsConstants.SafeModeAction, boolean) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
setSafeModeTime(long) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterMetrics
 
setSafeModeTime(long) - Method in class org.apache.hadoop.hdfs.server.namenode.metrics.NameNodeMetrics
 
setSections(int, FsImageProto.FileSummary.Section) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FileSummary.Builder
repeated .hadoop.hdfs.fsimage.FileSummary.Section sections = 4;
setSections(int, FsImageProto.FileSummary.Section.Builder) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FileSummary.Builder
repeated .hadoop.hdfs.fsimage.FileSummary.Section sections = 4;
setSegmentState(QJournalProtocolProtos.SegmentStateProto) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PersistedRecoveryPaxosData.Builder
required .hadoop.hdfs.qjournal.SegmentStateProto segmentState = 1;
setSegmentState(QJournalProtocolProtos.SegmentStateProto.Builder) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PersistedRecoveryPaxosData.Builder
required .hadoop.hdfs.qjournal.SegmentStateProto segmentState = 1;
setSegmentState(QJournalProtocolProtos.SegmentStateProto) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PrepareRecoveryResponseProto.Builder
optional .hadoop.hdfs.qjournal.SegmentStateProto segmentState = 1;
setSegmentState(QJournalProtocolProtos.SegmentStateProto.Builder) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PrepareRecoveryResponseProto.Builder
optional .hadoop.hdfs.qjournal.SegmentStateProto segmentState = 1;
setSegmentTxId(long) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PrepareRecoveryRequestProto.Builder
required uint64 segmentTxId = 2;
setSegmentTxnId(long) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalRequestProto.Builder
required uint64 segmentTxnId = 5;
setSequenceNumber(int) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.PersistToken.Builder
optional uint32 sequenceNumber = 7;
setServiceAddress(String) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProto.Builder
optional string serviceAddress = 11;
setServiceAddress(String) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MembershipStatePBImpl
 
setServiceAddress(String) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MembershipState
 
setServiceAddressBytes(ByteString) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProto.Builder
optional string serviceAddress = 11;
setSetID(String) - Method in class org.apache.hadoop.hdfs.server.diskbalancer.datamodel.DiskBalancerVolumeSet
Set VolumeSet ID.
setSinceTxId(long) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetEditLogManifestRequestProto.Builder
required uint64 sinceTxId = 2;
setSInfo(HdfsServerProtos.StorageInfoProto) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoUpgradeRequestProto.Builder
required .hadoop.hdfs.StorageInfoProto sInfo = 2;
setSInfo(HdfsServerProtos.StorageInfoProto.Builder) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoUpgradeRequestProto.Builder
required .hadoop.hdfs.StorageInfoProto sInfo = 2;
setSkip(boolean) - Method in class org.apache.hadoop.hdfs.server.diskbalancer.datamodel.DiskBalancerVolume
Sets the Skip value for this volume.
setSnapshotCopy(FsImageProto.INodeSection.INodeDirectory) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DirectoryDiff.Builder
optional .hadoop.hdfs.fsimage.INodeSection.INodeDirectory snapshotCopy = 5;
setSnapshotCopy(FsImageProto.INodeSection.INodeDirectory.Builder) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DirectoryDiff.Builder
optional .hadoop.hdfs.fsimage.INodeSection.INodeDirectory snapshotCopy = 5;
setSnapshotCopy(FsImageProto.INodeSection.INodeFile) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.FileDiff.Builder
optional .hadoop.hdfs.fsimage.INodeSection.INodeFile snapshotCopy = 4;
setSnapshotCopy(FsImageProto.INodeSection.INodeFile.Builder) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.FileDiff.Builder
optional .hadoop.hdfs.fsimage.INodeSection.INodeFile snapshotCopy = 4;
setSnapshotCounter(int) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotSection.Builder
optional uint32 snapshotCounter = 1;
setSnapshotId(int) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DirectoryDiff.Builder
optional uint32 snapshotId = 1;
setSnapshotId(int) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.FileDiff.Builder
optional uint32 snapshotId = 1;
setSnapshotId(int) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotSection.Snapshot.Builder
optional uint32 snapshotId = 1;
setSnapshotQuota(int) - Method in class org.apache.hadoop.hdfs.server.namenode.INodeDirectory
 
setSnapshottable(String, boolean) - Method in class org.apache.hadoop.hdfs.server.namenode.snapshot.SnapshotManager
Set the given directory as a snapshottable directory.
setSnapshottableDir(int, long) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotSection.Builder
repeated uint64 snapshottableDir = 2 [packed = true];
setSourcePath(String) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MountTablePBImpl
 
setSourcePath(String) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MountTable
Set source path in the federated namespace.
setSourceVolume(DiskBalancerVolume) - Method in class org.apache.hadoop.hdfs.server.diskbalancer.planner.MoveStep
Set source volume.
setSrcPath(String) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetMountTableEntriesRequestProto.Builder
optional string srcPath = 1;
setSrcPath(String) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.MountTableRecordProto.Builder
optional string srcPath = 1;
setSrcPath(String) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RemoveMountTableEntryRequestProto.Builder
optional string srcPath = 1;
setSrcPath(String) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.GetMountTableEntriesRequest
 
setSrcPath(String) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.GetMountTableEntriesRequestPBImpl
 
setSrcPath(String) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.RemoveMountTableEntryRequestPBImpl
 
setSrcPath(String) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.RemoveMountTableEntryRequest
 
setSrcPathBytes(ByteString) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetMountTableEntriesRequestProto.Builder
optional string srcPath = 1;
setSrcPathBytes(ByteString) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.MountTableRecordProto.Builder
optional string srcPath = 1;
setSrcPathBytes(ByteString) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RemoveMountTableEntryRequestProto.Builder
optional string srcPath = 1;
setStartTime(long) - Method in class org.apache.hadoop.hdfs.server.blockmanagement.DatanodeDescriptor.LeavingServiceStatus
Set start time
setStartTxId(long) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DiscardSegmentsRequestProto.Builder
required uint64 startTxId = 2;
setStartTxId(long) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FinalizeLogSegmentRequestProto.Builder
required uint64 startTxId = 2;
setStartTxId(long) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.SegmentStateProto.Builder
required uint64 startTxId = 1;
setState(String) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProto.Builder
optional string state = 13;
setState(String) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateNamenodeRegistrationRequestProto.Builder
optional string state = 3;
setState(HdfsServerConstants.ReplicaState) - Method in class org.apache.hadoop.hdfs.server.datanode.ReplicaBuilder
 
setState(FederationNamenodeServiceState) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.UpdateNamenodeRegistrationRequestPBImpl
 
setState(FederationNamenodeServiceState) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MembershipStatePBImpl
 
setState(FederationNamenodeServiceState) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MembershipState
 
setState(HAState) - Method in class org.apache.hadoop.hdfs.server.namenode.NameNode.NameNodeHAContext
 
setStateBytes(ByteString) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProto.Builder
optional string state = 13;
setStateBytes(ByteString) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateNamenodeRegistrationRequestProto.Builder
optional string state = 3;
setStateStoreVersion(HdfsServerFederationProtos.StateStoreVersionRecordProto) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterRecordProto.Builder
optional .hadoop.hdfs.StateStoreVersionRecordProto stateStoreVersion = 5;
setStateStoreVersion(HdfsServerFederationProtos.StateStoreVersionRecordProto.Builder) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterRecordProto.Builder
optional .hadoop.hdfs.StateStoreVersionRecordProto stateStoreVersion = 5;
setStateStoreVersion(StateStoreVersion) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.RouterStatePBImpl
 
setStateStoreVersion(StateStoreVersion) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.RouterState
 
setStateToAccept(QJournalProtocolProtos.SegmentStateProto) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.AcceptRecoveryRequestProto.Builder
required .hadoop.hdfs.qjournal.SegmentStateProto stateToAccept = 2;
setStateToAccept(QJournalProtocolProtos.SegmentStateProto.Builder) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.AcceptRecoveryRequestProto.Builder
required .hadoop.hdfs.qjournal.SegmentStateProto stateToAccept = 2;
setStats(HdfsServerFederationProtos.NamenodeMembershipStatsRecordProto) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProto.Builder
optional .hadoop.hdfs.NamenodeMembershipStatsRecordProto stats = 15;
setStats(HdfsServerFederationProtos.NamenodeMembershipStatsRecordProto.Builder) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProto.Builder
optional .hadoop.hdfs.NamenodeMembershipStatsRecordProto stats = 15;
setStats(MembershipStats) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MembershipStatePBImpl
 
setStats(MembershipStats) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MembershipState
 
setStatus(boolean) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.AddMountTableEntryResponseProto.Builder
optional bool status = 1;
setStatus(boolean) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeHeartbeatResponseProto.Builder
optional bool status = 1;
setStatus(boolean) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RemoveMountTableEntryResponseProto.Builder
optional bool status = 1;
setStatus(boolean) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterHeartbeatResponseProto.Builder
optional bool status = 1;
setStatus(String) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterRecordProto.Builder
optional string status = 4;
setStatus(boolean) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateMountTableEntryResponseProto.Builder
optional bool status = 1;
setStatus(boolean) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateNamenodeRegistrationResponseProto.Builder
optional bool status = 1;
setStatus(boolean) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.AddMountTableEntryResponse
 
setStatus(boolean) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.AddMountTableEntryResponsePBImpl
 
setStatus(boolean) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.RemoveMountTableEntryResponsePBImpl
 
setStatus(boolean) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.RouterHeartbeatResponsePBImpl
 
setStatus(boolean) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.UpdateMountTableEntryResponsePBImpl
 
setStatus(boolean) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.RemoveMountTableEntryResponse
 
setStatus(boolean) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.RouterHeartbeatResponse
 
setStatus(boolean) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.UpdateMountTableEntryResponse
 
setStatus(RouterServiceState) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.RouterStatePBImpl
 
setStatus(RouterServiceState) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.RouterState
 
setStatusBytes(ByteString) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterRecordProto.Builder
optional string status = 4;
setStorage(HdfsServerProtos.StorageInfoProto) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.CanRollBackRequestProto.Builder
required .hadoop.hdfs.StorageInfoProto storage = 2;
setStorage(HdfsServerProtos.StorageInfoProto.Builder) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.CanRollBackRequestProto.Builder
required .hadoop.hdfs.StorageInfoProto storage = 2;
setStoragePolicy(String, String) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
setStoragePolicyID(int) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeFile.Builder
optional uint32 storagePolicyID = 10;
setStorageSpace(long) - Method in class org.apache.hadoop.hdfs.server.namenode.QuotaCounts
 
setStorageType(String) - Method in class org.apache.hadoop.hdfs.server.diskbalancer.datamodel.DiskBalancerVolume
Sets the StorageType.
setStorageType(String) - Method in class org.apache.hadoop.hdfs.server.diskbalancer.datamodel.DiskBalancerVolumeSet
Set Storage Type.
setStorageType(HdfsProtos.StorageTypeProto) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.QuotaByStorageTypeEntryProto.Builder
required .hadoop.hdfs.StorageTypeProto storageType = 1;
setStorageType(StorageType) - Method in class org.apache.hadoop.hdfs.server.namenode.QuotaByStorageTypeEntry.Builder
 
setStr(String) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.StringTableSection.Entry.Builder
optional string str = 2;
setStrBytes(ByteString) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.StringTableSection.Entry.Builder
optional string str = 2;
setSymlink(FsImageProto.INodeSection.INodeSymlink) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INode.Builder
optional .hadoop.hdfs.fsimage.INodeSection.INodeSymlink symlink = 6;
setSymlink(FsImageProto.INodeSection.INodeSymlink.Builder) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INode.Builder
optional .hadoop.hdfs.fsimage.INodeSection.INodeSymlink symlink = 6;
setTarget(ByteString) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeSymlink.Builder
optional bytes target = 2;
setTargetLayoutVersion(int) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.CanRollBackRequestProto.Builder
required int32 targetLayoutVersion = 4;
setThreshold(float) - Method in class org.apache.hadoop.hdfs.server.diskbalancer.datamodel.DiskBalancerCluster
Sets the threshold value.
setTimes(String, long, long) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
setTimestamp(long) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetMountTableEntriesResponseProto.Builder
optional uint64 timestamp = 2;
setTimestamp(long) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationsResponseProto.Builder
optional uint64 timestamp = 1;
setTimeStamp(long) - Method in class org.apache.hadoop.hdfs.server.diskbalancer.planner.NodePlan
Sets the timestamp when this plan was created.
setTimestamp(long) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.GetMountTableEntriesResponse
 
setTimestamp(long) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.GetRouterRegistrationsResponse
 
setTimestamp(long) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.GetMountTableEntriesResponsePBImpl
 
setTimestamp(long) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.GetRouterRegistrationsResponsePBImpl
 
setTokenSequenceNumber(int) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.Builder
optional uint32 tokenSequenceNumber = 2;
setTolerancePercent(long) - Method in class org.apache.hadoop.hdfs.server.diskbalancer.planner.MoveStep
Sets the tolerance percentage.
setTolerancePercent(long) - Method in interface org.apache.hadoop.hdfs.server.diskbalancer.planner.Step
Sets Tolerance percent on a specific step.
setTopNodes(int) - Method in class org.apache.hadoop.hdfs.server.diskbalancer.command.Command
Set top number of nodes to be processed.
setTotalSpace(long) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipStatsRecordProto.Builder
optional uint64 totalSpace = 1;
setTotalSpace(long) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MembershipStatsPBImpl
 
setTotalSpace(long) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MembershipStats
 
setTransactionId(long) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.NameSystemSection.Builder
optional uint64 transactionId = 6;
setTransient(boolean) - Method in class org.apache.hadoop.hdfs.server.diskbalancer.datamodel.DiskBalancerVolume
Sets volumes transient nature.
setTransient(boolean) - Method in class org.apache.hadoop.hdfs.server.diskbalancer.datamodel.DiskBalancerVolumeSet
Set the transient properties for this volumeSet.
setTriedJournalSyncerStartedwithnsId(boolean) - Method in class org.apache.hadoop.hdfs.qjournal.server.Journal
 
setTruncateBlock(Block) - Method in class org.apache.hadoop.hdfs.server.blockmanagement.BlockUnderConstructionFeature
 
setTxid(long) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.StartLogSegmentRequestProto.Builder
required uint64 txid = 2;
setType(FsImageProto.INodeSection.INode.Type) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INode.Builder
required .hadoop.hdfs.fsimage.INodeSection.INode.Type type = 1;
setType(FsImageProto.SnapshotDiffSection.DiffEntry.Type) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DiffEntry.Builder
required .hadoop.hdfs.fsimage.SnapshotDiffSection.DiffEntry.Type type = 1;
setTypeQuotas(FsImageProto.INodeSection.QuotaByStorageTypeFeatureProto) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeDirectory.Builder
optional .hadoop.hdfs.fsimage.INodeSection.QuotaByStorageTypeFeatureProto typeQuotas = 7;
setTypeQuotas(FsImageProto.INodeSection.QuotaByStorageTypeFeatureProto.Builder) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeDirectory.Builder
optional .hadoop.hdfs.fsimage.INodeSection.QuotaByStorageTypeFeatureProto typeQuotas = 7;
setURI(String) - Method in class org.apache.hadoop.hdfs.server.diskbalancer.planner.NodePlan
Sets the DataNodeURI.
setUsed(long) - Method in class org.apache.hadoop.hdfs.server.diskbalancer.datamodel.DiskBalancerVolume
Sets the used Space for Long.
setUtilizationForTesting(long, long, long, long) - Method in class org.apache.hadoop.hdfs.server.blockmanagement.DatanodeStorageInfo
 
setUuid(String) - Method in class org.apache.hadoop.hdfs.server.diskbalancer.datamodel.DiskBalancerVolume
Sets the uuid for this volume.
setValue(ByteString) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.XAttrCompactProto.Builder
optional bytes value = 2;
setValue(String) - Method in class org.apache.hadoop.hdfs.util.XMLUtils.Stanza
 
setVersion(String) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterRecordProto.Builder
optional string version = 6;
setVersion(String) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.RouterStatePBImpl
 
setVersion(String) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.RouterState
 
setVersion(int) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.PersistToken.Builder
optional uint32 version = 1;
setVersionBytes(ByteString) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterRecordProto.Builder
optional string version = 6;
setVolumeDataDensity(double) - Method in class org.apache.hadoop.hdfs.server.diskbalancer.datamodel.DiskBalancerVolume
Sets this volume's data density.
setVolumeSetID(String) - Method in class org.apache.hadoop.hdfs.server.diskbalancer.planner.MoveStep
Sets volume id.
setVolumeSetPlans(List<Step>) - Method in class org.apache.hadoop.hdfs.server.diskbalancer.planner.NodePlan
Sets a volume List plan.
setWebAddress(String) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProto.Builder
optional string webAddress = 9;
setWebAddress(String) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MembershipStatePBImpl
 
setWebAddress(String) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MembershipState
 
setWebAddressBytes(ByteString) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProto.Builder
optional string webAddress = 9;
setWriter(Thread) - Method in class org.apache.hadoop.hdfs.server.datanode.LocalReplicaInPipeline
 
setWriter(Thread) - Method in interface org.apache.hadoop.hdfs.server.datanode.ReplicaInPipeline
Set the thread that is writing to this replica
setWriterThread(Thread) - Method in class org.apache.hadoop.hdfs.server.datanode.ReplicaBuilder
 
setXAttr(String, XAttr, EnumSet<XAttrSetFlag>) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
setXAttrs(FsImageProto.INodeSection.XAttrFeatureProto) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeDirectory.Builder
optional .hadoop.hdfs.fsimage.INodeSection.XAttrFeatureProto xAttrs = 6;
setXAttrs(FsImageProto.INodeSection.XAttrFeatureProto.Builder) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeDirectory.Builder
optional .hadoop.hdfs.fsimage.INodeSection.XAttrFeatureProto xAttrs = 6;
setXAttrs(FsImageProto.INodeSection.XAttrFeatureProto) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeFile.Builder
optional .hadoop.hdfs.fsimage.INodeSection.XAttrFeatureProto xAttrs = 9;
setXAttrs(FsImageProto.INodeSection.XAttrFeatureProto.Builder) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeFile.Builder
optional .hadoop.hdfs.fsimage.INodeSection.XAttrFeatureProto xAttrs = 9;
setXAttrs(int, FsImageProto.INodeSection.XAttrCompactProto) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.XAttrFeatureProto.Builder
repeated .hadoop.hdfs.fsimage.INodeSection.XAttrCompactProto xAttrs = 1;
setXAttrs(int, FsImageProto.INodeSection.XAttrCompactProto.Builder) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.XAttrFeatureProto.Builder
repeated .hadoop.hdfs.fsimage.INodeSection.XAttrCompactProto xAttrs = 1;
setZkfcPort(int) - Method in class org.apache.hadoop.hdfs.server.namenode.ha.proto.HAZKInfoProtos.ActiveNodeInfo.Builder
required int32 zkfcPort = 5;
ShortCircuitRegistry - Class in org.apache.hadoop.hdfs.server.datanode
Manages client short-circuit memory segments on the DataNode.
ShortCircuitRegistry(Configuration) - Constructor for class org.apache.hadoop.hdfs.server.datanode.ShortCircuitRegistry
 
ShortCircuitRegistry.NewShmInfo - Class in org.apache.hadoop.hdfs.server.datanode
 
ShortCircuitRegistry.RegisteredShm - Class in org.apache.hadoop.hdfs.server.datanode
 
ShortCircuitRegistry.Visitor - Interface in org.apache.hadoop.hdfs.server.datanode
 
shouldCorruptAByte(File) - Method in class org.apache.hadoop.hdfs.server.namenode.CheckpointFaultInjector
 
shouldRun() - Method in class org.apache.hadoop.hdfs.server.datanode.DiskBalancer.DiskBalancerMover
Returns the shouldRun boolean flag.
shouldSendShortFile(File) - Method in class org.apache.hadoop.hdfs.server.namenode.CheckpointFaultInjector
 
shrinkIfNecessary() - Method in class org.apache.hadoop.hdfs.util.LightWeightHashSet
Checks if we need to shrink, and shrinks if necessary.
shutdown() - Method in class org.apache.hadoop.hdfs.server.datanode.ShortCircuitRegistry
 
shutdown() - Method in class org.apache.hadoop.hdfs.server.datanode.VolumeScanner
Shut down this scanner.
shutdown() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.StateStoreMetrics
 
shutdown() - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterMetrics
 
shutdown() - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcClient
Shutdown the client.
shutdown() - Method in class org.apache.hadoop.hdfs.server.namenode.metrics.NameNodeMetrics
 
shutdown() - Method in class org.apache.hadoop.hdfs.server.namenode.snapshot.SnapshotManager
 
SHUTDOWN_HOOK_PRIORITY - Static variable in class org.apache.hadoop.hdfs.server.federation.router.DFSRouter
Priority of the Router shutdown hook.
shutdownAndWait(int, TimeUnit) - Method in class org.apache.hadoop.hdfs.server.datanode.checker.DatasetVolumeChecker
Shutdown the checker and its associated ExecutorService.
SINCETXID_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetEditLogManifestRequestProto
 
SINFO_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoUpgradeRequestProto
 
size() - Method in class org.apache.hadoop.hdfs.server.datanode.fsdataset.FsDatasetSpi.FsVolumeReferences
Get the number of volumes.
size() - Method in class org.apache.hadoop.hdfs.server.namenode.INodeMap
 
size() - Method in class org.apache.hadoop.hdfs.util.FoldedTreeSet
 
size - Variable in class org.apache.hadoop.hdfs.util.LightWeightHashSet
The size of the set (not the entry array).
size() - Method in class org.apache.hadoop.hdfs.util.LightWeightHashSet
Return the number of stored elements.
skip(long) - Method in class org.apache.hadoop.hdfs.server.namenode.FSEditLogLoader.PositionTrackingInputStream
 
skipChecksumFully(long) - Method in class org.apache.hadoop.hdfs.server.datanode.fsdataset.ReplicaInputStreams
 
skipDataFully(long) - Method in class org.apache.hadoop.hdfs.server.datanode.fsdataset.ReplicaInputStreams
 
SLASH_MARK - Static variable in class org.apache.hadoop.hdfs.server.federation.store.driver.impl.StateStoreSerializableImpl
Mark for slashes in path names.
SlowDiskTracker.DiskLatency - Class in org.apache.hadoop.hdfs.server.blockmanagement
This structure is a thin wrapper over disk latencies.
SlowPeerTracker.ReportForJson - Class in org.apache.hadoop.hdfs.server.blockmanagement
This structure is a thin wrapper over reports to make Json [de]serialization easy.
snapshot(long) - Method in class org.apache.hadoop.hdfs.server.namenode.ContentCounts.Builder
 
Snapshot.Root - Class in org.apache.hadoop.hdfs.server.namenode.snapshot
The root directory of the snapshot.
snapshotable_directory(long) - Method in class org.apache.hadoop.hdfs.server.namenode.ContentCounts.Builder
 
SnapshotAndINode(int, INode) - Constructor for class org.apache.hadoop.hdfs.server.namenode.INodeDirectory.SnapshotAndINode
 
SnapshotCopy(byte[], PermissionStatus, AclFeature, long, XAttrFeature) - Constructor for class org.apache.hadoop.hdfs.server.namenode.INodeDirectoryAttributes.SnapshotCopy
 
SnapshotCopy(INodeDirectory) - Constructor for class org.apache.hadoop.hdfs.server.namenode.INodeDirectoryAttributes.SnapshotCopy
 
SnapshotCopy(byte[], PermissionStatus, AclFeature, long, long, Short, Byte, long, byte, XAttrFeature, BlockType) - Constructor for class org.apache.hadoop.hdfs.server.namenode.INodeFileAttributes.SnapshotCopy
 
SnapshotCopy(INodeFile) - Constructor for class org.apache.hadoop.hdfs.server.namenode.INodeFileAttributes.SnapshotCopy
 
SNAPSHOTCOPY_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DirectoryDiff
 
SNAPSHOTCOPY_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.FileDiff
 
SNAPSHOTCOUNTER_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotSection
 
SnapshotException - Exception in org.apache.hadoop.hdfs.protocol
Snapshot related exception.
SnapshotException(String) - Constructor for exception org.apache.hadoop.hdfs.protocol.SnapshotException
 
SnapshotException(Throwable) - Constructor for exception org.apache.hadoop.hdfs.protocol.SnapshotException
 
SnapshotException(String, Throwable) - Constructor for exception org.apache.hadoop.hdfs.protocol.SnapshotException
 
SnapshotFSImageFormat - Class in org.apache.hadoop.hdfs.server.namenode.snapshot
A helper class defining static methods for reading/writing snapshot related information from/to FSImage.
SnapshotFSImageFormat() - Constructor for class org.apache.hadoop.hdfs.server.namenode.snapshot.SnapshotFSImageFormat
 
SnapshotFSImageFormat.ReferenceMap - Class in org.apache.hadoop.hdfs.server.namenode.snapshot
A reference map for fsimage serialization.
snapshotId - Variable in class org.apache.hadoop.hdfs.server.namenode.INodeDirectory.SnapshotAndINode
 
SNAPSHOTID_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DirectoryDiff
 
SNAPSHOTID_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.FileDiff
 
SNAPSHOTID_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotSection.Snapshot
 
SnapshotInfo.Bean - Class in org.apache.hadoop.hdfs.protocol
 
SnapshotManager - Class in org.apache.hadoop.hdfs.server.namenode.snapshot
Manage snapshottable directories and their snapshots.
SnapshotManager(Configuration, FSDirectory) - Constructor for class org.apache.hadoop.hdfs.server.namenode.snapshot.SnapshotManager
 
SnapshotStatsMXBean - Interface in org.apache.hadoop.hdfs.server.namenode.snapshot
This is an interface used to retrieve statistic information related to snapshots
SNAPSHOTTABLEDIR_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotSection
 
SOURCE_COMPARATOR - Static variable in class org.apache.hadoop.hdfs.server.federation.store.records.MountTable
Comparator based on the mount table source.
SRCPATH_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetMountTableEntriesRequestProto
 
SRCPATH_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.MountTableRecordProto
 
SRCPATH_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RemoveMountTableEntryRequestProto
 
Stanza() - Constructor for class org.apache.hadoop.hdfs.util.XMLUtils.Stanza
 
start() - Method in class org.apache.hadoop.hdfs.server.datanode.SecureDataNodeStarter
 
start() - Method in class org.apache.hadoop.hdfs.server.datanode.web.DatanodeHttpServer
 
start() - Method in class org.apache.hadoop.hdfs.server.federation.router.ConnectionManager
Start the connection manager.
start() - Method in class org.apache.hadoop.hdfs.server.namenode.DefaultINodeAttributesProvider
 
start() - Method in class org.apache.hadoop.hdfs.server.namenode.INodeAttributeProvider
Initialize the provider.
start(String) - Method in class org.apache.hadoop.hdfs.tools.offlineImageViewer.WebImageViewer
Start WebImageViewer and wait until the thread is interrupted.
startActiveServices() - Method in class org.apache.hadoop.hdfs.server.namenode.NameNode.NameNodeHAContext
 
startCheckpoint(RpcController, NamenodeProtocolProtos.StartCheckpointRequestProto) - Method in class org.apache.hadoop.hdfs.protocolPB.NamenodeProtocolServerSideTranslatorPB
 
startFileAfterGenerateKey() - Method in class org.apache.hadoop.hdfs.server.namenode.EncryptionFaultInjector
 
startFileBeforeGenerateKey() - Method in class org.apache.hadoop.hdfs.server.namenode.EncryptionFaultInjector
 
startFileNoKey() - Method in class org.apache.hadoop.hdfs.server.namenode.EncryptionFaultInjector
 
startLogSegment(RpcController, QJournalProtocolProtos.StartLogSegmentRequestProto) - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.QJournalProtocolService.BlockingInterface
 
startLogSegment(RpcController, QJournalProtocolProtos.StartLogSegmentRequestProto, RpcCallback<QJournalProtocolProtos.StartLogSegmentResponseProto>) - Method in interface org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.QJournalProtocolService.Interface
rpc startLogSegment(.hadoop.hdfs.qjournal.StartLogSegmentRequestProto) returns (.hadoop.hdfs.qjournal.StartLogSegmentResponseProto);
startLogSegment(RpcController, QJournalProtocolProtos.StartLogSegmentRequestProto, RpcCallback<QJournalProtocolProtos.StartLogSegmentResponseProto>) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.QJournalProtocolService
rpc startLogSegment(.hadoop.hdfs.qjournal.StartLogSegmentRequestProto) returns (.hadoop.hdfs.qjournal.StartLogSegmentResponseProto);
startLogSegment(RpcController, QJournalProtocolProtos.StartLogSegmentRequestProto, RpcCallback<QJournalProtocolProtos.StartLogSegmentResponseProto>) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.QJournalProtocolService.Stub
 
startLogSegment(RequestInfo, long, int) - Method in class org.apache.hadoop.hdfs.qjournal.server.Journal
Start a new segment at the given txid.
startOp() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.FederationRPCPerformanceMonitor
 
startOp() - Method in interface org.apache.hadoop.hdfs.server.federation.router.RouterRpcMonitor
Start processing an operation on the Router.
startPeriodic() - Method in class org.apache.hadoop.hdfs.server.federation.router.PeriodicService
Start the periodic execution.
startReconfiguration(RpcController, ReconfigurationProtocolProtos.StartReconfigurationRequestProto) - Method in class org.apache.hadoop.hdfs.protocolPB.ReconfigurationProtocolServerSideTranslatorPB
 
startStandbyServices() - Method in class org.apache.hadoop.hdfs.server.namenode.NameNode.NameNodeHAContext
 
STARTTXID_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DiscardSegmentsRequestProto
 
STARTTXID_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FinalizeLogSegmentRequestProto
 
STARTTXID_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.SegmentStateProto
 
StartupProgress.Counter - Interface in org.apache.hadoop.hdfs.server.namenode.startupprogress
Allows a caller to increment a counter for tracking progress.
STATE_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProto
 
STATE_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateNamenodeRegistrationRequestProto
 
StateStoreBaseImpl - Class in org.apache.hadoop.hdfs.server.federation.store.driver.impl
Base implementation of a State Store driver.
StateStoreBaseImpl() - Constructor for class org.apache.hadoop.hdfs.server.federation.store.driver.impl.StateStoreBaseImpl
 
StateStoreCache - Interface in org.apache.hadoop.hdfs.server.federation.store
Interface for a cached copy of the State Store.
StateStoreCacheUpdateService - Class in org.apache.hadoop.hdfs.server.federation.store
Service to periodically update the StateStoreService cached information in the Router.
StateStoreCacheUpdateService(StateStoreService) - Constructor for class org.apache.hadoop.hdfs.server.federation.store.StateStoreCacheUpdateService
Create a new Cache update service.
StateStoreConnectionMonitorService - Class in org.apache.hadoop.hdfs.server.federation.store
Service to periodically monitor the connection of the StateStore StateStoreService data store and to re-open the connection to the data store if required.
StateStoreConnectionMonitorService(StateStoreService) - Constructor for class org.apache.hadoop.hdfs.server.federation.store.StateStoreConnectionMonitorService
Create a new service to monitor the connectivity of the state store driver.
StateStoreDriver - Class in org.apache.hadoop.hdfs.server.federation.store.driver
Driver class for an implementation of a StateStoreService provider.
StateStoreDriver() - Constructor for class org.apache.hadoop.hdfs.server.federation.store.driver.StateStoreDriver
 
StateStoreFileBaseImpl - Class in org.apache.hadoop.hdfs.server.federation.store.driver.impl
StateStoreDriver implementation based on a local file.
StateStoreFileBaseImpl() - Constructor for class org.apache.hadoop.hdfs.server.federation.store.driver.impl.StateStoreFileBaseImpl
 
StateStoreFileImpl - Class in org.apache.hadoop.hdfs.server.federation.store.driver.impl
StateStoreDriver implementation based on a local file.
StateStoreFileImpl() - Constructor for class org.apache.hadoop.hdfs.server.federation.store.driver.impl.StateStoreFileImpl
 
StateStoreFileSystemImpl - Class in org.apache.hadoop.hdfs.server.federation.store.driver.impl
StateStoreDriver} implementation based on a filesystem.
StateStoreFileSystemImpl() - Constructor for class org.apache.hadoop.hdfs.server.federation.store.driver.impl.StateStoreFileSystemImpl
 
StateStoreMetrics - Class in org.apache.hadoop.hdfs.server.federation.metrics
Implementations of the JMX interface for the State Store metrics.
StateStoreSerializableImpl - Class in org.apache.hadoop.hdfs.server.federation.store.driver.impl
State Store driver that stores a serialization of the records.
StateStoreSerializableImpl() - Constructor for class org.apache.hadoop.hdfs.server.federation.store.driver.impl.StateStoreSerializableImpl
 
StateStoreSerializer - Class in org.apache.hadoop.hdfs.server.federation.store.driver
Serializer to store and retrieve data in the State Store.
StateStoreSerializer() - Constructor for class org.apache.hadoop.hdfs.server.federation.store.driver.StateStoreSerializer
 
StateStoreSerializerPBImpl - Class in org.apache.hadoop.hdfs.server.federation.store.driver.impl
Protobuf implementation of the State Store serializer.
StateStoreUnavailableException - Exception in org.apache.hadoop.hdfs.server.federation.store
Thrown when the state store is not reachable or available.
StateStoreUnavailableException(String) - Constructor for exception org.apache.hadoop.hdfs.server.federation.store.StateStoreUnavailableException
 
StateStoreUtils - Class in org.apache.hadoop.hdfs.server.federation.store
Set of utility functions used to work with the State Store.
StateStoreVersion - Class in org.apache.hadoop.hdfs.server.federation.store.records
Entry to track the version of the State Store data stored in the State Store by a Router.
StateStoreVersion() - Constructor for class org.apache.hadoop.hdfs.server.federation.store.records.StateStoreVersion
 
STATESTOREVERSION_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterRecordProto
 
StateStoreVersionPBImpl - Class in org.apache.hadoop.hdfs.server.federation.store.records.impl.pb
Protobuf implementation of the StateStoreVersion record.
StateStoreVersionPBImpl() - Constructor for class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.StateStoreVersionPBImpl
 
StateStoreZooKeeperImpl - Class in org.apache.hadoop.hdfs.server.federation.store.driver.impl
StateStoreDriver driver implementation that uses ZooKeeper as a backend.
StateStoreZooKeeperImpl() - Constructor for class org.apache.hadoop.hdfs.server.federation.store.driver.impl.StateStoreZooKeeperImpl
 
STATETOACCEPT_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.AcceptRecoveryRequestProto
 
STATS_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProto
 
statsValid() - Method in class org.apache.hadoop.hdfs.server.federation.resolver.NamenodeStatusReport
If the statistics are valid.
STATUS_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.AddMountTableEntryResponseProto
 
STATUS_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeHeartbeatResponseProto
 
STATUS_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RemoveMountTableEntryResponseProto
 
STATUS_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterHeartbeatResponseProto
 
STATUS_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterRecordProto
 
STATUS_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateMountTableEntryResponseProto
 
STATUS_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateNamenodeRegistrationResponseProto
 
Step - Interface in org.apache.hadoop.hdfs.server.diskbalancer.planner
A step in the plan.
stop() - Method in class org.apache.hadoop.hdfs.server.datanode.SecureDataNodeStarter
 
stop() - Method in class org.apache.hadoop.hdfs.server.namenode.DefaultINodeAttributesProvider
 
stop() - Method in class org.apache.hadoop.hdfs.server.namenode.INodeAttributeProvider
Shutdown the provider.
stopActiveServices() - Method in class org.apache.hadoop.hdfs.server.namenode.NameNode.NameNodeHAContext
 
stopPeriodic() - Method in class org.apache.hadoop.hdfs.server.federation.router.PeriodicService
Stop the periodic task.
stopStandbyServices() - Method in class org.apache.hadoop.hdfs.server.namenode.NameNode.NameNodeHAContext
 
stopWriter(long) - Method in class org.apache.hadoop.hdfs.server.datanode.LocalReplicaInPipeline
Interrupt the writing thread and wait until it dies.
stopWriter(long) - Method in interface org.apache.hadoop.hdfs.server.datanode.ReplicaInPipeline
Interrupt the writing thread and wait until it dies.
Storage.StorageState - Enum in org.apache.hadoop.hdfs.server.common
 
STORAGE_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.CanRollBackRequestProto
 
STORAGE_POLICY_XATTR_NAME - Static variable in class org.apache.hadoop.hdfs.server.blockmanagement.BlockStoragePolicySuite
 
StorageBlockReport - Class in org.apache.hadoop.hdfs.server.protocol
Block report for a Datanode storage
StorageBlockReport(DatanodeStorage, BlockListAsLongs) - Constructor for class org.apache.hadoop.hdfs.server.protocol.StorageBlockReport
 
StorageGroupMap() - Constructor for class org.apache.hadoop.hdfs.server.balancer.Dispatcher.StorageGroupMap
 
StorageLocation.CheckContext - Class in org.apache.hadoop.hdfs.server.datanode
Class to hold the parameters for running a StorageLocation.check(org.apache.hadoop.hdfs.server.datanode.StorageLocation.CheckContext).
StoragePolicyAdmin - Class in org.apache.hadoop.hdfs.tools
This class implements block storage policy operations.
StoragePolicyAdmin(Configuration) - Constructor for class org.apache.hadoop.hdfs.tools.StoragePolicyAdmin
 
STORAGEPOLICYID_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeFile
 
storagePolicySuite() - Method in class org.apache.hadoop.hdfs.server.namenode.INode.ReclaimContext
 
StoragePolicySummary - Class in org.apache.hadoop.hdfs.server.namenode
Aggregate the storage type information for a set of blocks
StorageReceivedDeletedBlocks - Class in org.apache.hadoop.hdfs.server.protocol
Report of block received and deleted per Datanode storage.
StorageReceivedDeletedBlocks(String, ReceivedDeletedBlockInfo[]) - Constructor for class org.apache.hadoop.hdfs.server.protocol.StorageReceivedDeletedBlocks
StorageReceivedDeletedBlocks(DatanodeStorage, ReceivedDeletedBlockInfo[]) - Constructor for class org.apache.hadoop.hdfs.server.protocol.StorageReceivedDeletedBlocks
 
storagespace(long) - Method in class org.apache.hadoop.hdfs.server.namenode.ContentCounts.Builder
 
storageSpace(long) - Method in class org.apache.hadoop.hdfs.server.namenode.QuotaCounts.Builder
 
storageSpaceQuota(long) - Method in class org.apache.hadoop.hdfs.server.namenode.DirectoryWithQuotaFeature.Builder
 
STORAGETYPE_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.QuotaByStorageTypeEntryProto
 
STR_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.StringTableSection.Entry
 
StripedBlockWithLocations(BlocksWithLocations.BlockWithLocations, byte[], short, int) - Constructor for class org.apache.hadoop.hdfs.server.protocol.BlocksWithLocations.StripedBlockWithLocations
 
subSet(E, E) - Method in class org.apache.hadoop.hdfs.util.FoldedTreeSet
 
subtract(QuotaCounts) - Method in class org.apache.hadoop.hdfs.server.namenode.QuotaCounts
 
subtract(E, long) - Method in class org.apache.hadoop.hdfs.util.EnumCounters
Subtract the given value from counter e.
subtract(EnumCounters<E>) - Method in class org.apache.hadoop.hdfs.util.EnumCounters
Subtract this counters from that counters.
subtract(E, double) - Method in class org.apache.hadoop.hdfs.util.EnumDoubles
Subtract the given value from e.
subtract(EnumDoubles<E>) - Method in class org.apache.hadoop.hdfs.util.EnumDoubles
Subtract the values of this object from that object.
sum() - Method in class org.apache.hadoop.hdfs.util.EnumCounters.Map
 
sum(E) - Method in class org.apache.hadoop.hdfs.util.EnumCounters.Map
 
sum() - Method in class org.apache.hadoop.hdfs.util.EnumCounters
 
SWebHdfsDtFetcher - Class in org.apache.hadoop.hdfs
DtFetcher for SWebHdfsFileSystem using the base class HdfsDtFetcher impl.
SWebHdfsDtFetcher() - Constructor for class org.apache.hadoop.hdfs.SWebHdfsDtFetcher
 
symlink(long) - Method in class org.apache.hadoop.hdfs.server.namenode.ContentCounts.Builder
 
SYMLINK_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INode
 
SYMLINK_VALUE - Static variable in enum org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INode.Type
SYMLINK = 3;
syncChecksumOut() - Method in class org.apache.hadoop.hdfs.server.datanode.fsdataset.ReplicaOutputStreams
Sync the checksum stream if it supports it.
syncDataOut() - Method in class org.apache.hadoop.hdfs.server.datanode.fsdataset.ReplicaOutputStreams
Sync the data stream if it supports it.
syncFileRangeIfPossible(long, long, int) - Method in class org.apache.hadoop.hdfs.server.datanode.fsdataset.ReplicaOutputStreams
 

T

tailSet(E) - Method in class org.apache.hadoop.hdfs.util.FoldedTreeSet
 
TARGET_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeSymlink
 
TARGETLAYOUTVERSION_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.CanRollBackRequestProto
 
targetReplication() - Method in class org.apache.hadoop.hdfs.server.namenode.INode.BlocksMapUpdateInfo.UpdatedReplicationInfo
 
TB - Static variable in class org.apache.hadoop.hdfs.server.diskbalancer.planner.GreedyPlanner
 
TeeOutputStream - Class in org.apache.hadoop.hdfs.tools.offlineEditsViewer
A TeeOutputStream writes its output to multiple output streams.
TeeOutputStream(OutputStream[]) - Constructor for class org.apache.hadoop.hdfs.tools.offlineEditsViewer.TeeOutputStream
 
THRESHOLD - Static variable in class org.apache.hadoop.hdfs.tools.DiskBalancerCLI
Percentage of data unevenness that we are willing to live with.
throttle() - Method in class org.apache.hadoop.hdfs.server.datanode.DirectoryScanner.ReportCompiler
Called by the thread before each potential disk scan so that a pause can be optionally inserted to limit the number of scans per second.
throttle(long) - Method in class org.apache.hadoop.hdfs.util.DataTransferThrottler
Given the numOfBytes sent/received since last time throttle was called, make the current thread sleep if I/O rate is too fast compared to the given bandwidth.
throttle(long, Canceler) - Method in class org.apache.hadoop.hdfs.util.DataTransferThrottler
Given the numOfBytes sent/received since last time throttle was called, make the current thread sleep if I/O rate is too fast compared to the given bandwidth.
TIMESTAMP_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetMountTableEntriesResponseProto
 
TIMESTAMP_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationsResponseProto
 
toAclEntries(int[]) - Static method in enum org.apache.hadoop.hdfs.server.namenode.AclEntryStatusFormat
 
toArray() - Method in class org.apache.hadoop.hdfs.util.FoldedTreeSet
 
toArray(T[]) - Method in class org.apache.hadoop.hdfs.util.FoldedTreeSet
 
toArray() - Method in class org.apache.hadoop.hdfs.util.LightWeightHashSet
 
toArray(U[]) - Method in class org.apache.hadoop.hdfs.util.LightWeightHashSet
 
toArray(U[]) - Method in class org.apache.hadoop.hdfs.util.LightWeightLinkedSet
 
toBean(INodeDirectory) - Static method in class org.apache.hadoop.hdfs.server.namenode.snapshot.SnapshotManager
 
toBean(Snapshot) - Static method in class org.apache.hadoop.hdfs.server.namenode.snapshot.SnapshotManager
 
toBuilder() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.AddMountTableEntryRequestProto
 
toBuilder() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.AddMountTableEntryResponseProto
 
toBuilder() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.FederationNamespaceInfoProto
 
toBuilder() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetExpiredRegistrationsRequestProto
 
toBuilder() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetMountTableEntriesRequestProto
 
toBuilder() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetMountTableEntriesResponseProto
 
toBuilder() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamenodeRegistrationsRequestProto
 
toBuilder() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamenodeRegistrationsResponseProto
 
toBuilder() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamespaceInfoRequestProto
 
toBuilder() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamespaceInfoResponseProto
 
toBuilder() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationRequestProto
 
toBuilder() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationResponseProto
 
toBuilder() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationsRequestProto
 
toBuilder() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationsResponseProto
 
toBuilder() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.MountTableRecordProto
 
toBuilder() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeHeartbeatRequestProto
 
toBuilder() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeHeartbeatResponseProto
 
toBuilder() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProto
 
toBuilder() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipStatsRecordProto
 
toBuilder() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RemoteLocationProto
 
toBuilder() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RemoveMountTableEntryRequestProto
 
toBuilder() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RemoveMountTableEntryResponseProto
 
toBuilder() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterHeartbeatRequestProto
 
toBuilder() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterHeartbeatResponseProto
 
toBuilder() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterRecordProto
 
toBuilder() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.StateStoreVersionRecordProto
 
toBuilder() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateMountTableEntryRequestProto
 
toBuilder() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateMountTableEntryResponseProto
 
toBuilder() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateNamenodeRegistrationRequestProto
 
toBuilder() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateNamenodeRegistrationResponseProto
 
toBuilder() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.AcceptRecoveryRequestProto
 
toBuilder() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.AcceptRecoveryResponseProto
 
toBuilder() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.CanRollBackRequestProto
 
toBuilder() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.CanRollBackResponseProto
 
toBuilder() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DiscardSegmentsRequestProto
 
toBuilder() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DiscardSegmentsResponseProto
 
toBuilder() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoFinalizeRequestProto
 
toBuilder() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoFinalizeResponseProto
 
toBuilder() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoPreUpgradeRequestProto
 
toBuilder() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoPreUpgradeResponseProto
 
toBuilder() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoRollbackRequestProto
 
toBuilder() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoRollbackResponseProto
 
toBuilder() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoUpgradeRequestProto
 
toBuilder() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoUpgradeResponseProto
 
toBuilder() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FinalizeLogSegmentRequestProto
 
toBuilder() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FinalizeLogSegmentResponseProto
 
toBuilder() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FormatRequestProto
 
toBuilder() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FormatResponseProto
 
toBuilder() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetEditLogManifestRequestProto
 
toBuilder() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetEditLogManifestResponseProto
 
toBuilder() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalCTimeRequestProto
 
toBuilder() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalCTimeResponseProto
 
toBuilder() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalStateRequestProto
 
toBuilder() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalStateResponseProto
 
toBuilder() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.HeartbeatRequestProto
 
toBuilder() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.HeartbeatResponseProto
 
toBuilder() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.IsFormattedRequestProto
 
toBuilder() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.IsFormattedResponseProto
 
toBuilder() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalIdProto
 
toBuilder() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalRequestProto
 
toBuilder() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalResponseProto
 
toBuilder() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.NewEpochRequestProto
 
toBuilder() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.NewEpochResponseProto
 
toBuilder() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PersistedRecoveryPaxosData
 
toBuilder() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PrepareRecoveryRequestProto
 
toBuilder() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PrepareRecoveryResponseProto
 
toBuilder() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PurgeLogsRequestProto
 
toBuilder() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PurgeLogsResponseProto
 
toBuilder() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.RequestInfoProto
 
toBuilder() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.SegmentStateProto
 
toBuilder() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.StartLogSegmentRequestProto
 
toBuilder() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.StartLogSegmentResponseProto
 
toBuilder() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.CacheManagerSection
 
toBuilder() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.ErasureCodingSection
 
toBuilder() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FileSummary.Section
 
toBuilder() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FileSummary
 
toBuilder() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FilesUnderConstructionSection.FileUnderConstructionEntry
 
toBuilder() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FilesUnderConstructionSection
 
toBuilder() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeDirectorySection.DirEntry
 
toBuilder() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeDirectorySection
 
toBuilder() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeReferenceSection.INodeReference
 
toBuilder() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeReferenceSection
 
toBuilder() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.AclFeatureProto
 
toBuilder() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.FileUnderConstructionFeature
 
toBuilder() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INode
 
toBuilder() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeDirectory
 
toBuilder() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeFile
 
toBuilder() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeSymlink
 
toBuilder() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.QuotaByStorageTypeEntryProto
 
toBuilder() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.QuotaByStorageTypeFeatureProto
 
toBuilder() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection
 
toBuilder() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.XAttrCompactProto
 
toBuilder() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.XAttrFeatureProto
 
toBuilder() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.NameSystemSection
 
toBuilder() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.DelegationKey
 
toBuilder() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.PersistToken
 
toBuilder() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection
 
toBuilder() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.CreatedListEntry
 
toBuilder() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DiffEntry
 
toBuilder() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DirectoryDiff
 
toBuilder() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.FileDiff
 
toBuilder() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection
 
toBuilder() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotSection.Snapshot
 
toBuilder() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotSection
 
toBuilder() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.StringTableSection.Entry
 
toBuilder() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.StringTableSection
 
toBuilder() - Method in class org.apache.hadoop.hdfs.server.namenode.ha.proto.HAZKInfoProtos.ActiveNodeInfo
 
toDatanodeInfos(DatanodeStorageInfo[]) - Static method in class org.apache.hadoop.hdfs.server.blockmanagement.DatanodeStorageInfo
 
toDetailString() - Method in class org.apache.hadoop.hdfs.server.namenode.INodeDirectory
 
toInt(List<AclEntry>) - Static method in enum org.apache.hadoop.hdfs.server.namenode.AclEntryStatusFormat
 
toJson() - Method in class org.apache.hadoop.hdfs.server.diskbalancer.datamodel.DiskBalancerCluster
returns a serialized json string.
toJson() - Method in class org.apache.hadoop.hdfs.server.diskbalancer.datamodel.DiskBalancerVolume
returns a Json String.
toJson() - Method in class org.apache.hadoop.hdfs.server.diskbalancer.planner.NodePlan
Returns a Json representation of NodePlan.
toJsonString(Token<? extends TokenIdentifier>) - Static method in class org.apache.hadoop.hdfs.web.JsonUtil
Convert a token object to a Json string.
toJsonString(Exception) - Static method in class org.apache.hadoop.hdfs.web.JsonUtil
Convert an exception object to a Json string.
toJsonString(String, Object) - Static method in class org.apache.hadoop.hdfs.web.JsonUtil
Convert a key-value pair to a Json string.
toJsonString(HdfsFileStatus, boolean) - Static method in class org.apache.hadoop.hdfs.web.JsonUtil
Convert a HdfsFileStatus object to a Json string.
toJsonString(DirectoryListing) - Static method in class org.apache.hadoop.hdfs.web.JsonUtil
 
toJsonString(LocatedBlocks) - Static method in class org.apache.hadoop.hdfs.web.JsonUtil
Convert LocatedBlocks to a Json string.
toJsonString(ContentSummary) - Static method in class org.apache.hadoop.hdfs.web.JsonUtil
Convert a ContentSummary to a Json string.
toJsonString(MD5MD5CRC32FileChecksum) - Static method in class org.apache.hadoop.hdfs.web.JsonUtil
Convert a MD5MD5CRC32FileChecksum to a Json string.
toJsonString(AclStatus) - Static method in class org.apache.hadoop.hdfs.web.JsonUtil
Convert a AclStatus object to a Json string.
toJsonString(List<XAttr>, XAttrCodec) - Static method in class org.apache.hadoop.hdfs.web.JsonUtil
 
toJsonString(List<XAttr>) - Static method in class org.apache.hadoop.hdfs.web.JsonUtil
 
toJsonString(Object) - Static method in class org.apache.hadoop.hdfs.web.JsonUtil
 
toJsonString(BlockStoragePolicy[]) - Static method in class org.apache.hadoop.hdfs.web.JsonUtil
 
toJsonString(BlockStoragePolicy) - Static method in class org.apache.hadoop.hdfs.web.JsonUtil
 
toJsonString(FsServerDefaults) - Static method in class org.apache.hadoop.hdfs.web.JsonUtil
 
TokenKindParam - Class in org.apache.hadoop.hdfs.web.resources
 
TokenKindParam(String) - Constructor for class org.apache.hadoop.hdfs.web.resources.TokenKindParam
Constructor.
tokens - Variable in class org.apache.hadoop.hdfs.security.token.delegation.DelegationTokenSecretManager.SecretManagerState
 
TOKENSEQUENCENUMBER_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection
 
TokenServiceParam - Class in org.apache.hadoop.hdfs.web.resources
 
TokenServiceParam(String) - Constructor for class org.apache.hadoop.hdfs.web.resources.TokenServiceParam
Constructor.
toNodeRole() - Method in enum org.apache.hadoop.hdfs.server.common.HdfsServerConstants.StartupOption
 
TOP - Static variable in class org.apache.hadoop.hdfs.tools.DiskBalancerCLI
specify top number of nodes to be processed.
toProcessSubtree(long) - Method in class org.apache.hadoop.hdfs.server.namenode.snapshot.SnapshotFSImageFormat.ReferenceMap
 
TopWindow(int) - Constructor for class org.apache.hadoop.hdfs.server.namenode.top.window.RollingWindowManager.TopWindow
 
toResponse(Exception) - Method in class org.apache.hadoop.hdfs.web.resources.ExceptionHandler
 
toStorageIDs(DatanodeStorageInfo[]) - Static method in class org.apache.hadoop.hdfs.server.blockmanagement.DatanodeStorageInfo
 
toStorageTypes(DatanodeStorageInfo[]) - Static method in class org.apache.hadoop.hdfs.server.blockmanagement.DatanodeStorageInfo
 
toString() - Method in class org.apache.hadoop.hdfs.DFSUtil.ConfiguredNNAddress
 
toString() - Method in class org.apache.hadoop.hdfs.server.balancer.Dispatcher.DDatanode.StorageGroup
 
toString() - Method in class org.apache.hadoop.hdfs.server.balancer.Dispatcher.DDatanode
 
toString() - Method in class org.apache.hadoop.hdfs.server.balancer.Dispatcher.PendingMove
 
toString() - Method in class org.apache.hadoop.hdfs.server.balancer.MovedBlocks.Locations
 
toString() - Method in class org.apache.hadoop.hdfs.server.blockmanagement.BlockUnderConstructionFeature
 
toString() - Method in class org.apache.hadoop.hdfs.server.blockmanagement.DatanodeStorageInfo
 
toString() - Method in class org.apache.hadoop.hdfs.server.blockmanagement.HostSet
 
toString() - Method in enum org.apache.hadoop.hdfs.server.common.HdfsServerConstants.NamenodeRole
 
toString() - Method in enum org.apache.hadoop.hdfs.server.common.HdfsServerConstants.StartupOption
 
toString() - Method in class org.apache.hadoop.hdfs.server.datanode.FinalizedReplica
 
toString() - Method in class org.apache.hadoop.hdfs.server.datanode.LocalReplicaInPipeline
 
toString() - Method in class org.apache.hadoop.hdfs.server.datanode.ReplicaUnderRecovery
 
toString() - Method in class org.apache.hadoop.hdfs.server.datanode.ReplicaWaitingToBeRecovered
 
toString() - Method in class org.apache.hadoop.hdfs.server.datanode.VolumeScanner
 
toString() - Method in class org.apache.hadoop.hdfs.server.diskbalancer.planner.MoveStep
Returns a string representation of the object.
toString() - Method in class org.apache.hadoop.hdfs.server.federation.resolver.FederationNamespaceInfo
 
toString() - Method in class org.apache.hadoop.hdfs.server.federation.resolver.MountTableResolver
 
toString() - Method in class org.apache.hadoop.hdfs.server.federation.resolver.NamenodeStatusReport
 
toString() - Method in class org.apache.hadoop.hdfs.server.federation.resolver.PathLocation
 
toString() - Method in class org.apache.hadoop.hdfs.server.federation.resolver.RemoteLocation
 
toString() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.BaseRecord
 
toString() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MembershipState
 
toString() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MountTable
 
toString() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.Query
 
toString() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.RouterState
 
toString() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.StateStoreVersion
 
toString() - Method in class org.apache.hadoop.hdfs.server.namenode.DirectoryWithQuotaFeature
 
toString() - Method in class org.apache.hadoop.hdfs.server.namenode.ha.RemoteNameNodeInfo
 
toString() - Method in class org.apache.hadoop.hdfs.server.namenode.INodesInPath
 
toString() - Method in class org.apache.hadoop.hdfs.server.namenode.QuotaByStorageTypeEntry
 
toString() - Method in class org.apache.hadoop.hdfs.server.namenode.QuotaCounts
 
toString() - Method in class org.apache.hadoop.hdfs.server.namenode.snapshot.DirectoryWithSnapshotFeature.DirectoryDiff
 
toString() - Method in class org.apache.hadoop.hdfs.server.namenode.snapshot.FileDiff
 
toString() - Method in class org.apache.hadoop.hdfs.server.namenode.StoragePolicySummary
 
toString() - Method in class org.apache.hadoop.hdfs.server.protocol.ReceivedDeletedBlockInfo
 
toString() - Method in class org.apache.hadoop.hdfs.server.protocol.RemoteEditLog
 
toString() - Method in class org.apache.hadoop.hdfs.server.protocol.RemoteEditLogManifest
 
toString() - Method in class org.apache.hadoop.hdfs.server.protocol.StorageReceivedDeletedBlocks
 
toString() - Method in class org.apache.hadoop.hdfs.util.Diff
 
toString() - Method in class org.apache.hadoop.hdfs.util.EnumCounters.Map
 
toString() - Method in class org.apache.hadoop.hdfs.util.EnumCounters
 
toString() - Method in class org.apache.hadoop.hdfs.util.EnumDoubles
 
toString() - Method in class org.apache.hadoop.hdfs.util.Holder
 
toString() - Method in class org.apache.hadoop.hdfs.util.LightWeightHashSet
 
toString() - Method in class org.apache.hadoop.hdfs.util.XMLUtils.Stanza
Convert a stanza to a human-readable string.
totalFileOps() - Method in class org.apache.hadoop.hdfs.server.namenode.metrics.NameNodeMetrics
 
TOTALSPACE_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipStatsRecordProto
 
toUpdateReplicationInfo() - Method in class org.apache.hadoop.hdfs.server.namenode.INode.BlocksMapUpdateInfo
 
TRANSACTIONID_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.NameSystemSection
 
TransferFsImage.TransferResult - Enum in org.apache.hadoop.hdfs.server.namenode
 
treeSetCompact(long) - Method in class org.apache.hadoop.hdfs.server.blockmanagement.DatanodeStorageInfo
Compact the underlying TreeSet holding blocks.
treeSetFillRatio() - Method in class org.apache.hadoop.hdfs.server.blockmanagement.DatanodeStorageInfo
The fill ratio of the underlying TreeSet holding blocks.
truncate(String, long, String) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
truncateBlock(long) - Method in class org.apache.hadoop.hdfs.server.datanode.LocalReplica
 
truncateBlock(FsVolumeSpi, File, File, long, long, FileIoProvider) - Static method in class org.apache.hadoop.hdfs.server.datanode.LocalReplica
 
tryRemoveReference(INode) - Static method in class org.apache.hadoop.hdfs.server.namenode.INodeReference
Try to remove the given reference and then return the reference count.
TXID_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.StartLogSegmentRequestProto
 
TYPE_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INode
 
TYPE_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DiffEntry
 
typeQuota(StorageType, long) - Method in class org.apache.hadoop.hdfs.server.namenode.DirectoryWithQuotaFeature.Builder
 
typeQuotas(EnumCounters<StorageType>) - Method in class org.apache.hadoop.hdfs.server.namenode.DirectoryWithQuotaFeature.Builder
 
TYPEQUOTAS_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeDirectory
 
typeSpaces(EnumCounters<StorageType>) - Method in class org.apache.hadoop.hdfs.server.namenode.QuotaCounts.Builder
 
typeSpaces(long) - Method in class org.apache.hadoop.hdfs.server.namenode.QuotaCounts.Builder
 

U

undoCreate(E, int) - Method in class org.apache.hadoop.hdfs.util.Diff
Undo the previous create(E) operation.
undoDelete(E, Diff.UndoInfo<E>) - Method in class org.apache.hadoop.hdfs.util.Diff
Undo the previous delete(E) operation.
undoModify(E, E, Diff.UndoInfo<E>) - Method in class org.apache.hadoop.hdfs.util.Diff
Undo the previous modify(E, E) operation.
undoRename4DstParent(BlockStoragePolicySuite, INode, int) - Method in class org.apache.hadoop.hdfs.server.namenode.INodeDirectory
Undo the rename operation for the dst tree, i.e., if the rename operation (with OVERWRITE option) removes a file/dir from the dst tree, add it back and delete possible record in the deleted list.
undoRename4ScrParent(INodeReference, INode) - Method in class org.apache.hadoop.hdfs.server.namenode.INodeDirectory
This method is usually called by the undo section of rename.
UnexpectedReplicaStateException - Exception in org.apache.hadoop.hdfs.server.datanode
Exception indicating that the replica is in an unexpected state
UnexpectedReplicaStateException() - Constructor for exception org.apache.hadoop.hdfs.server.datanode.UnexpectedReplicaStateException
 
UnexpectedReplicaStateException(ExtendedBlock, HdfsServerConstants.ReplicaState) - Constructor for exception org.apache.hadoop.hdfs.server.datanode.UnexpectedReplicaStateException
 
UnexpectedReplicaStateException(String) - Constructor for exception org.apache.hadoop.hdfs.server.datanode.UnexpectedReplicaStateException
 
unlockRecordRead(Class<T>) - Method in class org.apache.hadoop.hdfs.server.federation.store.driver.impl.StateStoreFileBaseImpl
Unlock reading records.
unlockRecordRead(Class<T>) - Method in class org.apache.hadoop.hdfs.server.federation.store.driver.impl.StateStoreFileImpl
 
unlockRecordRead(Class<T>) - Method in class org.apache.hadoop.hdfs.server.federation.store.driver.impl.StateStoreFileSystemImpl
 
unlockRecordWrite(Class<T>) - Method in class org.apache.hadoop.hdfs.server.federation.store.driver.impl.StateStoreFileBaseImpl
Unlock writing records.
unlockRecordWrite(Class<T>) - Method in class org.apache.hadoop.hdfs.server.federation.store.driver.impl.StateStoreFileImpl
 
unlockRecordWrite(Class<T>) - Method in class org.apache.hadoop.hdfs.server.federation.store.driver.impl.StateStoreFileSystemImpl
 
UnmanglingError(String, Exception) - Constructor for exception org.apache.hadoop.hdfs.util.XMLUtils.UnmanglingError
 
UnmanglingError(String) - Constructor for exception org.apache.hadoop.hdfs.util.XMLUtils.UnmanglingError
 
unregisterSlot(ShortCircuitShm.SlotId) - Method in class org.apache.hadoop.hdfs.server.datanode.ShortCircuitRegistry
 
UnresolvedTopologyException - Exception in org.apache.hadoop.hdfs.server.blockmanagement
This exception is thrown if resolving topology path for a node fails.
UnresolvedTopologyException(String) - Constructor for exception org.apache.hadoop.hdfs.server.blockmanagement.UnresolvedTopologyException
 
unsetErasureCodingPolicy(String) - Method in class org.apache.hadoop.hdfs.server.federation.router.ErasureCoding
 
unsetErasureCodingPolicy(String) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
unsetStoragePolicy(String) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
updateActiveNamenode(String, InetSocketAddress) - Method in class org.apache.hadoop.hdfs.server.federation.resolver.MembershipNamenodeResolver
 
updateBlockForPipeline(ExtendedBlock, String) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
updateBlocksMap(INodeFile) - Method in class org.apache.hadoop.hdfs.server.namenode.FSImageFormat.Loader
 
updateBlocksMap(INodeFile, BlockManager) - Static method in class org.apache.hadoop.hdfs.server.namenode.FSImageFormatPBINode.Loader
 
UpdatedReplicationInfo(short, BlockInfo) - Constructor for class org.apache.hadoop.hdfs.server.namenode.INode.BlocksMapUpdateInfo.UpdatedReplicationInfo
 
updateFromStorage(DatanodeStorage) - Method in class org.apache.hadoop.hdfs.server.blockmanagement.DatanodeStorageInfo
 
updateModificationTime(long, int) - Method in class org.apache.hadoop.hdfs.server.namenode.INodeReference
 
updateMountTableEntry(UpdateMountTableEntryRequest) - Method in interface org.apache.hadoop.hdfs.server.federation.resolver.MountTableManager
Updates an existing entry in the mount table.
updateMountTableEntry(UpdateMountTableEntryRequest) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterAdminServer
 
UpdateMountTableEntryRequest - Class in org.apache.hadoop.hdfs.server.federation.store.protocol
API request for updating the destination of an existing mount point in the state store.
UpdateMountTableEntryRequest() - Constructor for class org.apache.hadoop.hdfs.server.federation.store.protocol.UpdateMountTableEntryRequest
 
UpdateMountTableEntryRequestPBImpl - Class in org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb
Protobuf implementation of the state store API object UpdateMountTableEntryRequest.
UpdateMountTableEntryRequestPBImpl() - Constructor for class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.UpdateMountTableEntryRequestPBImpl
 
UpdateMountTableEntryRequestPBImpl(HdfsServerFederationProtos.UpdateMountTableEntryRequestProto) - Constructor for class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.UpdateMountTableEntryRequestPBImpl
 
UpdateMountTableEntryResponse - Class in org.apache.hadoop.hdfs.server.federation.store.protocol
API response for updating the destination of an existing mount point in the state store.
UpdateMountTableEntryResponse() - Constructor for class org.apache.hadoop.hdfs.server.federation.store.protocol.UpdateMountTableEntryResponse
 
UpdateMountTableEntryResponsePBImpl - Class in org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb
Protobuf implementation of the state store API object UpdateMountTableEntryResponse.
UpdateMountTableEntryResponsePBImpl() - Constructor for class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.UpdateMountTableEntryResponsePBImpl
 
UpdateMountTableEntryResponsePBImpl(HdfsServerFederationProtos.UpdateMountTableEntryResponseProto) - Constructor for class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.UpdateMountTableEntryResponsePBImpl
 
UpdateNamenodeRegistrationRequest - Class in org.apache.hadoop.hdfs.server.federation.store.protocol
API request for overriding an existing namenode registration in the state store.
UpdateNamenodeRegistrationRequest() - Constructor for class org.apache.hadoop.hdfs.server.federation.store.protocol.UpdateNamenodeRegistrationRequest
 
UpdateNamenodeRegistrationRequestPBImpl - Class in org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb
Protobuf implementation of the state store API object OverrideNamenodeRegistrationRequest.
UpdateNamenodeRegistrationRequestPBImpl() - Constructor for class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.UpdateNamenodeRegistrationRequestPBImpl
 
UpdateNamenodeRegistrationResponse - Class in org.apache.hadoop.hdfs.server.federation.store.protocol
API response for overriding an existing namenode registration in the state store.
UpdateNamenodeRegistrationResponse() - Constructor for class org.apache.hadoop.hdfs.server.federation.store.protocol.UpdateNamenodeRegistrationResponse
 
UpdateNamenodeRegistrationResponsePBImpl - Class in org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb
Protobuf implementation of the state store API object OverrideNamenodeRegistrationResponse.
UpdateNamenodeRegistrationResponsePBImpl() - Constructor for class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.UpdateNamenodeRegistrationResponsePBImpl
 
updatePipeline(String, ExtendedBlock, ExtendedBlock, DatanodeID[], String[]) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
Datanode are not verified to be in the same nameservice as the old block.
updateStateAsync() - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterHeartbeatService
Trigger the update of the Router state asynchronously.
updateWithReplica(StorageLocation) - Method in class org.apache.hadoop.hdfs.server.datanode.LocalReplica
 
updateWithReplica(StorageLocation) - Method in class org.apache.hadoop.hdfs.server.datanode.ReplicaUnderRecovery
 
upgradeLegacyGenerationStamp() - Method in class org.apache.hadoop.hdfs.server.blockmanagement.BlockIdManager
Upgrades the generation stamp for the filesystem by reserving a sufficient range for all existing blocks.
UriFsPathParam - Class in org.apache.hadoop.hdfs.web.resources
The FileSystem path parameter.
UriFsPathParam(String) - Constructor for class org.apache.hadoop.hdfs.web.resources.UriFsPathParam
Constructor.
User(String, long) - Constructor for class org.apache.hadoop.hdfs.server.namenode.top.window.RollingWindowManager.User
 
UserProvider - Class in org.apache.hadoop.hdfs.web.resources
Inject user information to http operations.
UserProvider() - Constructor for class org.apache.hadoop.hdfs.web.resources.UserProvider
 
Util() - Constructor for class org.apache.hadoop.hdfs.util.ReadOnlyList.Util
 

V

validate() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.BaseRecord
Validates the record.
validate() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MembershipState
Validates the entry.
validate() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MountTable
 
validate() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.RouterState
 
VALUE_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.XAttrCompactProto
 
valueOf(String) - Static method in enum org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.MountTableRecordProto.DestOrder
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.MountTableRecordProto.DestOrder
 
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.MountTableRecordProto.DestOrder
 
valueOf(String) - Static method in enum org.apache.hadoop.hdfs.protocol.LayoutVersion.Feature
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hadoop.hdfs.server.balancer.ExitStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hadoop.hdfs.server.blockmanagement.CorruptReplicasMap.Reason
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hadoop.hdfs.server.blockmanagement.DatanodeDescriptor.CachedBlocksList.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hadoop.hdfs.server.blockmanagement.NumberReplicas.StoredReplicaState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hadoop.hdfs.server.common.HdfsServerConstants.BlockUCState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hadoop.hdfs.server.common.HdfsServerConstants.NamenodeRole
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hadoop.hdfs.server.common.HdfsServerConstants.NodeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hadoop.hdfs.server.common.HdfsServerConstants.ReplicaState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hadoop.hdfs.server.common.HdfsServerConstants.RollingUpgradeStartupOption
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hadoop.hdfs.server.common.HdfsServerConstants.StartupOption
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hadoop.hdfs.server.common.Storage.StorageState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hadoop.hdfs.server.datanode.DataNodeLayoutVersion.Feature
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hadoop.hdfs.server.datanode.DirectoryScanner.BlockDirFilter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hadoop.hdfs.server.datanode.FileIoProvider.OPERATION
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hadoop.hdfs.server.diskbalancer.DiskBalancerException.Result
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hadoop.hdfs.server.federation.resolver.FederationNamenodeServiceState
 
valueOf(String) - Static method in enum org.apache.hadoop.hdfs.server.federation.resolver.order.DestinationOrder
 
valueOf(String) - Static method in enum org.apache.hadoop.hdfs.server.federation.router.RouterServiceState
 
valueOf(String) - Static method in enum org.apache.hadoop.hdfs.server.namenode.AclEntryStatusFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hadoop.hdfs.server.namenode.Content.CountsMap.Key
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hadoop.hdfs.server.namenode.Content
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hadoop.hdfs.server.namenode.FSDirectory.DirOp
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hadoop.hdfs.server.namenode.FSImageFormatProtobuf.SectionName
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INode.Type
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INode.Type
 
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INode.Type
 
valueOf(String) - Static method in enum org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DiffEntry.Type
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DiffEntry.Type
 
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DiffEntry.Type
 
valueOf(INode, Object) - Static method in class org.apache.hadoop.hdfs.server.namenode.INodeDirectory
Cast INode to INodeDirectory.
valueOf(String) - Static method in enum org.apache.hadoop.hdfs.server.namenode.NameNode.OperationCategory
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hadoop.hdfs.server.namenode.NameNodeLayoutVersion.Feature
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hadoop.hdfs.server.namenode.NNStorage.NameNodeDirType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hadoop.hdfs.server.namenode.NNStorage.NameNodeFile
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hadoop.hdfs.server.namenode.Quota
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hadoop.hdfs.server.namenode.TransferFsImage.TransferResult
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hadoop.hdfs.server.protocol.NamespaceInfo.Capability
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hadoop.hdfs.server.protocol.ReceivedDeletedBlockInfo.BlockStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hadoop.hdfs.util.Diff.ListType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.MountTableRecordProto.DestOrder
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hadoop.hdfs.protocol.LayoutVersion.Feature
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.apache.hadoop.hdfs.server.balancer.Dispatcher.StorageGroupMap
 
values() - Static method in enum org.apache.hadoop.hdfs.server.balancer.ExitStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hadoop.hdfs.server.blockmanagement.CorruptReplicasMap.Reason
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hadoop.hdfs.server.blockmanagement.DatanodeDescriptor.CachedBlocksList.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hadoop.hdfs.server.blockmanagement.NumberReplicas.StoredReplicaState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hadoop.hdfs.server.common.HdfsServerConstants.BlockUCState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hadoop.hdfs.server.common.HdfsServerConstants.NamenodeRole
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hadoop.hdfs.server.common.HdfsServerConstants.NodeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hadoop.hdfs.server.common.HdfsServerConstants.ReplicaState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hadoop.hdfs.server.common.HdfsServerConstants.RollingUpgradeStartupOption
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hadoop.hdfs.server.common.HdfsServerConstants.StartupOption
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hadoop.hdfs.server.common.Storage.StorageState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hadoop.hdfs.server.datanode.DataNodeLayoutVersion.Feature
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hadoop.hdfs.server.datanode.DirectoryScanner.BlockDirFilter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hadoop.hdfs.server.datanode.FileIoProvider.OPERATION
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hadoop.hdfs.server.diskbalancer.DiskBalancerException.Result
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hadoop.hdfs.server.federation.resolver.FederationNamenodeServiceState
 
values() - Static method in enum org.apache.hadoop.hdfs.server.federation.resolver.order.DestinationOrder
 
values() - Static method in enum org.apache.hadoop.hdfs.server.federation.router.RouterServiceState
 
values() - Static method in enum org.apache.hadoop.hdfs.server.namenode.AclEntryStatusFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hadoop.hdfs.server.namenode.Content.CountsMap.Key
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hadoop.hdfs.server.namenode.Content
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hadoop.hdfs.server.namenode.FSDirectory.DirOp
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hadoop.hdfs.server.namenode.FSImageFormatProtobuf.SectionName
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INode.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DiffEntry.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hadoop.hdfs.server.namenode.NameNode.OperationCategory
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hadoop.hdfs.server.namenode.NameNodeLayoutVersion.Feature
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hadoop.hdfs.server.namenode.NNStorage.NameNodeDirType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hadoop.hdfs.server.namenode.NNStorage.NameNodeFile
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hadoop.hdfs.server.namenode.Quota
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hadoop.hdfs.server.namenode.TransferFsImage.TransferResult
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hadoop.hdfs.server.protocol.NamespaceInfo.Capability
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hadoop.hdfs.server.protocol.ReceivedDeletedBlockInfo.BlockStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hadoop.hdfs.util.Diff.ListType
Returns an array containing the constants of this enum type, in the order they are declared.
VERBOSE - Static variable in class org.apache.hadoop.hdfs.tools.DiskBalancerCLI
Runs the command in verbose mode.
verifyBlockPlacement(DatanodeInfo[], int) - Method in class org.apache.hadoop.hdfs.server.blockmanagement.BlockPlacementPolicyWithNodeGroup
 
verifyCommandOptions(String, CommandLine) - Method in class org.apache.hadoop.hdfs.server.diskbalancer.command.Command
Verifies if the command line options are sane.
verifyDriverReady() - Method in class org.apache.hadoop.hdfs.server.federation.store.driver.StateStoreDriver
Check if the driver is ready to be used and throw an exception otherwise.
verifySavedMD5(File, MD5Hash) - Static method in class org.apache.hadoop.hdfs.util.MD5FileUtils
Verify that the previously saved md5 for the given file matches expectedMd5.
VERSION_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterRecordProto
 
VERSION_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.PersistToken
 
versionRequest(RpcController, HdfsServerProtos.VersionRequestProto) - Method in class org.apache.hadoop.hdfs.protocolPB.DatanodeProtocolServerSideTranslatorPB
 
versionRequest(RpcController, HdfsServerProtos.VersionRequestProto) - Method in class org.apache.hadoop.hdfs.protocolPB.NamenodeProtocolServerSideTranslatorPB
 
visit(ShortCircuitRegistry.Visitor) - Method in class org.apache.hadoop.hdfs.server.datanode.ShortCircuitRegistry
 
VolumeCheckContext() - Constructor for class org.apache.hadoop.hdfs.server.datanode.fsdataset.FsVolumeSpi.VolumeCheckContext
 
VolumeFailureSummary - Class in org.apache.hadoop.hdfs.server.protocol
Summarizes information about data volume failures on a DataNode.
VolumeFailureSummary(String[], long, long) - Constructor for class org.apache.hadoop.hdfs.server.protocol.VolumeFailureSummary
Creates a new VolumeFailureSummary.
VolumePair(String, String, String, String) - Constructor for class org.apache.hadoop.hdfs.server.datanode.DiskBalancer.VolumePair
Constructs a volume pair.
VolumeScanner - Class in org.apache.hadoop.hdfs.server.datanode
VolumeScanner scans a single volume.

W

wasInterrupted() - Method in class org.apache.hadoop.hdfs.server.datanode.checker.AbstractFuture
Returns true if this future was cancelled with mayInterruptIfRunning set to true.
WEBADDRESS_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProto
 
WEBHDFS_PREFIX - Static variable in class org.apache.hadoop.hdfs.server.datanode.web.webhdfs.WebHdfsHandler
 
WEBHDFS_PREFIX_LENGTH - Static variable in class org.apache.hadoop.hdfs.server.datanode.web.webhdfs.WebHdfsHandler
 
WebHdfsDtFetcher - Class in org.apache.hadoop.hdfs
DtFetcher for WebHdfsFileSystem using the base class HdfsDtFetcher impl.
WebHdfsDtFetcher() - Constructor for class org.apache.hadoop.hdfs.WebHdfsDtFetcher
 
WebHdfsHandler - Class in org.apache.hadoop.hdfs.server.datanode.web.webhdfs
 
WebHdfsHandler(Configuration, Configuration) - Constructor for class org.apache.hadoop.hdfs.server.datanode.web.webhdfs.WebHdfsHandler
 
WebImageViewer - Class in org.apache.hadoop.hdfs.tools.offlineImageViewer
WebImageViewer loads a fsimage and exposes read-only WebHDFS API for its namespace.
WebImageViewer(InetSocketAddress) - Constructor for class org.apache.hadoop.hdfs.tools.offlineImageViewer.WebImageViewer
 
WhitelistBasedTrustedChannelResolver - Class in org.apache.hadoop.hdfs.protocol.datatransfer
 
WhitelistBasedTrustedChannelResolver() - Constructor for class org.apache.hadoop.hdfs.protocol.datatransfer.WhitelistBasedTrustedChannelResolver
 
WithCount(INodeReference, INode) - Constructor for class org.apache.hadoop.hdfs.server.namenode.INodeReference.WithCount
 
WithName(INodeDirectory, INodeReference.WithCount, byte[], int) - Constructor for class org.apache.hadoop.hdfs.server.namenode.INodeReference.WithName
 
WITHNAME_COMPARATOR - Static variable in class org.apache.hadoop.hdfs.server.namenode.INodeReference.WithCount
Compare snapshot with IDs, where null indicates the current status thus is greater than any non-null snapshot.
write(DataOutput) - Method in enum org.apache.hadoop.hdfs.server.common.HdfsServerConstants.ReplicaState
Write to out
write(DataOutput) - Method in class org.apache.hadoop.hdfs.server.namenode.snapshot.SnapshotManager
Write SnapshotManager.snapshotCounter, SnapshotManager.numSnapshots, and all snapshots to the DataOutput.
write(int) - Method in class org.apache.hadoop.hdfs.tools.offlineEditsViewer.TeeOutputStream
 
write(byte[]) - Method in class org.apache.hadoop.hdfs.tools.offlineEditsViewer.TeeOutputStream
 
write(byte[], int, int) - Method in class org.apache.hadoop.hdfs.tools.offlineEditsViewer.TeeOutputStream
 
writeAll(Collection<T>, Class<T>) - Method in class org.apache.hadoop.hdfs.server.federation.store.driver.impl.StateStoreFileBaseImpl
Overwrite the existing data with a new data set.
writeDataToDisk(byte[], int, int) - Method in class org.apache.hadoop.hdfs.server.datanode.fsdataset.ReplicaOutputStreams
 
writeINodeReferenceWithCount(INodeReference.WithCount, DataOutput, boolean) - Method in class org.apache.hadoop.hdfs.server.namenode.snapshot.SnapshotFSImageFormat.ReferenceMap
 
writeLock() - Method in class org.apache.hadoop.hdfs.server.namenode.NameNode.NameNodeHAContext
 
writeLock() - Method in interface org.apache.hadoop.hdfs.util.RwLock
Acquire write lock.
writeLockInterruptibly() - Method in interface org.apache.hadoop.hdfs.util.RwLock
Acquire write lock, unless interrupted while waiting
writeOp(FSEditLogOp) - Method in class org.apache.hadoop.hdfs.server.namenode.FSEditLogOp.Writer
Write an operation to the output stream
Writer(DataOutputBuffer) - Constructor for class org.apache.hadoop.hdfs.server.namenode.FSEditLogOp.Writer
 
writeReplace() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.AddMountTableEntryRequestProto
 
writeReplace() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.AddMountTableEntryResponseProto
 
writeReplace() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.FederationNamespaceInfoProto
 
writeReplace() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetExpiredRegistrationsRequestProto
 
writeReplace() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetMountTableEntriesRequestProto
 
writeReplace() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetMountTableEntriesResponseProto
 
writeReplace() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamenodeRegistrationsRequestProto
 
writeReplace() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamenodeRegistrationsResponseProto
 
writeReplace() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamespaceInfoRequestProto
 
writeReplace() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamespaceInfoResponseProto
 
writeReplace() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationRequestProto
 
writeReplace() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationResponseProto
 
writeReplace() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationsRequestProto
 
writeReplace() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationsResponseProto
 
writeReplace() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.MountTableRecordProto
 
writeReplace() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeHeartbeatRequestProto
 
writeReplace() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeHeartbeatResponseProto
 
writeReplace() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProto
 
writeReplace() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipStatsRecordProto
 
writeReplace() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RemoteLocationProto
 
writeReplace() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RemoveMountTableEntryRequestProto
 
writeReplace() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RemoveMountTableEntryResponseProto
 
writeReplace() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterHeartbeatRequestProto
 
writeReplace() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterHeartbeatResponseProto
 
writeReplace() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterRecordProto
 
writeReplace() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.StateStoreVersionRecordProto
 
writeReplace() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateMountTableEntryRequestProto
 
writeReplace() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateMountTableEntryResponseProto
 
writeReplace() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateNamenodeRegistrationRequestProto
 
writeReplace() - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateNamenodeRegistrationResponseProto
 
writeReplace() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.AcceptRecoveryRequestProto
 
writeReplace() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.AcceptRecoveryResponseProto
 
writeReplace() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.CanRollBackRequestProto
 
writeReplace() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.CanRollBackResponseProto
 
writeReplace() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DiscardSegmentsRequestProto
 
writeReplace() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DiscardSegmentsResponseProto
 
writeReplace() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoFinalizeRequestProto
 
writeReplace() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoFinalizeResponseProto
 
writeReplace() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoPreUpgradeRequestProto
 
writeReplace() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoPreUpgradeResponseProto
 
writeReplace() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoRollbackRequestProto
 
writeReplace() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoRollbackResponseProto
 
writeReplace() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoUpgradeRequestProto
 
writeReplace() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoUpgradeResponseProto
 
writeReplace() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FinalizeLogSegmentRequestProto
 
writeReplace() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FinalizeLogSegmentResponseProto
 
writeReplace() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FormatRequestProto
 
writeReplace() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FormatResponseProto
 
writeReplace() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetEditLogManifestRequestProto
 
writeReplace() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetEditLogManifestResponseProto
 
writeReplace() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalCTimeRequestProto
 
writeReplace() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalCTimeResponseProto
 
writeReplace() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalStateRequestProto
 
writeReplace() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalStateResponseProto
 
writeReplace() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.HeartbeatRequestProto
 
writeReplace() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.HeartbeatResponseProto
 
writeReplace() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.IsFormattedRequestProto
 
writeReplace() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.IsFormattedResponseProto
 
writeReplace() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalIdProto
 
writeReplace() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalRequestProto
 
writeReplace() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalResponseProto
 
writeReplace() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.NewEpochRequestProto
 
writeReplace() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.NewEpochResponseProto
 
writeReplace() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PersistedRecoveryPaxosData
 
writeReplace() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PrepareRecoveryRequestProto
 
writeReplace() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PrepareRecoveryResponseProto
 
writeReplace() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PurgeLogsRequestProto
 
writeReplace() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PurgeLogsResponseProto
 
writeReplace() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.RequestInfoProto
 
writeReplace() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.SegmentStateProto
 
writeReplace() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.StartLogSegmentRequestProto
 
writeReplace() - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.StartLogSegmentResponseProto
 
writeReplace() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.CacheManagerSection
 
writeReplace() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.ErasureCodingSection
 
writeReplace() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FileSummary.Section
 
writeReplace() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FileSummary
 
writeReplace() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FilesUnderConstructionSection.FileUnderConstructionEntry
 
writeReplace() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FilesUnderConstructionSection
 
writeReplace() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeDirectorySection.DirEntry
 
writeReplace() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeDirectorySection
 
writeReplace() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeReferenceSection.INodeReference
 
writeReplace() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeReferenceSection
 
writeReplace() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.AclFeatureProto
 
writeReplace() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.FileUnderConstructionFeature
 
writeReplace() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INode
 
writeReplace() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeDirectory
 
writeReplace() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeFile
 
writeReplace() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeSymlink
 
writeReplace() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.QuotaByStorageTypeEntryProto
 
writeReplace() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.QuotaByStorageTypeFeatureProto
 
writeReplace() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection
 
writeReplace() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.XAttrCompactProto
 
writeReplace() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.XAttrFeatureProto
 
writeReplace() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.NameSystemSection
 
writeReplace() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.DelegationKey
 
writeReplace() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.PersistToken
 
writeReplace() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection
 
writeReplace() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.CreatedListEntry
 
writeReplace() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DiffEntry
 
writeReplace() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DirectoryDiff
 
writeReplace() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.FileDiff
 
writeReplace() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection
 
writeReplace() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotSection.Snapshot
 
writeReplace() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotSection
 
writeReplace() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.StringTableSection.Entry
 
writeReplace() - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.StringTableSection
 
writeReplace() - Method in class org.apache.hadoop.hdfs.server.namenode.ha.proto.HAZKInfoProtos.ActiveNodeInfo
 
writeTo(CodedOutputStream) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.AddMountTableEntryRequestProto
 
writeTo(CodedOutputStream) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.AddMountTableEntryResponseProto
 
writeTo(CodedOutputStream) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.FederationNamespaceInfoProto
 
writeTo(CodedOutputStream) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetExpiredRegistrationsRequestProto
 
writeTo(CodedOutputStream) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetMountTableEntriesRequestProto
 
writeTo(CodedOutputStream) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetMountTableEntriesResponseProto
 
writeTo(CodedOutputStream) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamenodeRegistrationsRequestProto
 
writeTo(CodedOutputStream) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamenodeRegistrationsResponseProto
 
writeTo(CodedOutputStream) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamespaceInfoRequestProto
 
writeTo(CodedOutputStream) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamespaceInfoResponseProto
 
writeTo(CodedOutputStream) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationRequestProto
 
writeTo(CodedOutputStream) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationResponseProto
 
writeTo(CodedOutputStream) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationsRequestProto
 
writeTo(CodedOutputStream) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationsResponseProto
 
writeTo(CodedOutputStream) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.MountTableRecordProto
 
writeTo(CodedOutputStream) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeHeartbeatRequestProto
 
writeTo(CodedOutputStream) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeHeartbeatResponseProto
 
writeTo(CodedOutputStream) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipRecordProto
 
writeTo(CodedOutputStream) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.NamenodeMembershipStatsRecordProto
 
writeTo(CodedOutputStream) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RemoteLocationProto
 
writeTo(CodedOutputStream) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RemoveMountTableEntryRequestProto
 
writeTo(CodedOutputStream) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RemoveMountTableEntryResponseProto
 
writeTo(CodedOutputStream) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterHeartbeatRequestProto
 
writeTo(CodedOutputStream) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterHeartbeatResponseProto
 
writeTo(CodedOutputStream) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RouterRecordProto
 
writeTo(CodedOutputStream) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.StateStoreVersionRecordProto
 
writeTo(CodedOutputStream) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateMountTableEntryRequestProto
 
writeTo(CodedOutputStream) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateMountTableEntryResponseProto
 
writeTo(CodedOutputStream) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateNamenodeRegistrationRequestProto
 
writeTo(CodedOutputStream) - Method in class org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.UpdateNamenodeRegistrationResponseProto
 
writeTo(CodedOutputStream) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.AcceptRecoveryRequestProto
 
writeTo(CodedOutputStream) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.AcceptRecoveryResponseProto
 
writeTo(CodedOutputStream) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.CanRollBackRequestProto
 
writeTo(CodedOutputStream) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.CanRollBackResponseProto
 
writeTo(CodedOutputStream) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DiscardSegmentsRequestProto
 
writeTo(CodedOutputStream) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DiscardSegmentsResponseProto
 
writeTo(CodedOutputStream) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoFinalizeRequestProto
 
writeTo(CodedOutputStream) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoFinalizeResponseProto
 
writeTo(CodedOutputStream) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoPreUpgradeRequestProto
 
writeTo(CodedOutputStream) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoPreUpgradeResponseProto
 
writeTo(CodedOutputStream) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoRollbackRequestProto
 
writeTo(CodedOutputStream) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoRollbackResponseProto
 
writeTo(CodedOutputStream) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoUpgradeRequestProto
 
writeTo(CodedOutputStream) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.DoUpgradeResponseProto
 
writeTo(CodedOutputStream) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FinalizeLogSegmentRequestProto
 
writeTo(CodedOutputStream) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FinalizeLogSegmentResponseProto
 
writeTo(CodedOutputStream) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FormatRequestProto
 
writeTo(CodedOutputStream) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.FormatResponseProto
 
writeTo(CodedOutputStream) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetEditLogManifestRequestProto
 
writeTo(CodedOutputStream) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetEditLogManifestResponseProto
 
writeTo(CodedOutputStream) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalCTimeRequestProto
 
writeTo(CodedOutputStream) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalCTimeResponseProto
 
writeTo(CodedOutputStream) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalStateRequestProto
 
writeTo(CodedOutputStream) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetJournalStateResponseProto
 
writeTo(CodedOutputStream) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.HeartbeatRequestProto
 
writeTo(CodedOutputStream) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.HeartbeatResponseProto
 
writeTo(CodedOutputStream) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.IsFormattedRequestProto
 
writeTo(CodedOutputStream) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.IsFormattedResponseProto
 
writeTo(CodedOutputStream) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalIdProto
 
writeTo(CodedOutputStream) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalRequestProto
 
writeTo(CodedOutputStream) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.JournalResponseProto
 
writeTo(CodedOutputStream) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.NewEpochRequestProto
 
writeTo(CodedOutputStream) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.NewEpochResponseProto
 
writeTo(CodedOutputStream) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PersistedRecoveryPaxosData
 
writeTo(CodedOutputStream) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PrepareRecoveryRequestProto
 
writeTo(CodedOutputStream) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PrepareRecoveryResponseProto
 
writeTo(CodedOutputStream) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PurgeLogsRequestProto
 
writeTo(CodedOutputStream) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.PurgeLogsResponseProto
 
writeTo(CodedOutputStream) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.RequestInfoProto
 
writeTo(CodedOutputStream) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.SegmentStateProto
 
writeTo(CodedOutputStream) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.StartLogSegmentRequestProto
 
writeTo(CodedOutputStream) - Method in class org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.StartLogSegmentResponseProto
 
writeTo(CodedOutputStream) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.CacheManagerSection
 
writeTo(CodedOutputStream) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.ErasureCodingSection
 
writeTo(CodedOutputStream) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FileSummary.Section
 
writeTo(CodedOutputStream) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FileSummary
 
writeTo(CodedOutputStream) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FilesUnderConstructionSection.FileUnderConstructionEntry
 
writeTo(CodedOutputStream) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.FilesUnderConstructionSection
 
writeTo(CodedOutputStream) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeDirectorySection.DirEntry
 
writeTo(CodedOutputStream) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeDirectorySection
 
writeTo(CodedOutputStream) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeReferenceSection.INodeReference
 
writeTo(CodedOutputStream) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeReferenceSection
 
writeTo(CodedOutputStream) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.AclFeatureProto
 
writeTo(CodedOutputStream) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.FileUnderConstructionFeature
 
writeTo(CodedOutputStream) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INode
 
writeTo(CodedOutputStream) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeDirectory
 
writeTo(CodedOutputStream) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeFile
 
writeTo(CodedOutputStream) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeSymlink
 
writeTo(CodedOutputStream) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.QuotaByStorageTypeEntryProto
 
writeTo(CodedOutputStream) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.QuotaByStorageTypeFeatureProto
 
writeTo(CodedOutputStream) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection
 
writeTo(CodedOutputStream) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.XAttrCompactProto
 
writeTo(CodedOutputStream) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.XAttrFeatureProto
 
writeTo(CodedOutputStream) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.NameSystemSection
 
writeTo(CodedOutputStream) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.DelegationKey
 
writeTo(CodedOutputStream) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.PersistToken
 
writeTo(CodedOutputStream) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection
 
writeTo(CodedOutputStream) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.CreatedListEntry
 
writeTo(CodedOutputStream) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DiffEntry
 
writeTo(CodedOutputStream) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DirectoryDiff
 
writeTo(CodedOutputStream) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.FileDiff
 
writeTo(CodedOutputStream) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection
 
writeTo(CodedOutputStream) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotSection.Snapshot
 
writeTo(CodedOutputStream) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotSection
 
writeTo(CodedOutputStream) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.StringTableSection.Entry
 
writeTo(CodedOutputStream) - Method in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.StringTableSection
 
writeTo(CodedOutputStream) - Method in class org.apache.hadoop.hdfs.server.namenode.ha.proto.HAZKInfoProtos.ActiveNodeInfo
 
writeUnlock() - Method in class org.apache.hadoop.hdfs.server.namenode.NameNode.NameNodeHAContext
 
writeUnlock() - Method in interface org.apache.hadoop.hdfs.util.RwLock
Release write lock.

X

XAttrNS - Static variable in class org.apache.hadoop.hdfs.server.blockmanagement.BlockStoragePolicySuite
 
XATTRS_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeDirectory
 
XATTRS_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.INodeFile
 
XATTRS_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.XAttrFeatureProto
 
XmlImageVisitor - Class in org.apache.hadoop.hdfs.tools.offlineImageViewer
An XmlImageVisitor walks over an fsimage structure and writes out an equivalent XML document that contains the fsimage's components.
XmlImageVisitor(String) - Constructor for class org.apache.hadoop.hdfs.tools.offlineImageViewer.XmlImageVisitor
 
XmlImageVisitor(String, boolean) - Constructor for class org.apache.hadoop.hdfs.tools.offlineImageViewer.XmlImageVisitor
 
XMLUtils.InvalidXmlException - Exception in org.apache.hadoop.hdfs.util
Exception that reflects an invalid XML document.
XMLUtils.Stanza - Class in org.apache.hadoop.hdfs.util
Represents a bag of key-value pairs encountered during parsing an XML file.
XMLUtils.UnmanglingError - Exception in org.apache.hadoop.hdfs.util
Exception that reflects a string that cannot be unmangled.

Z

ZKFCPORT_FIELD_NUMBER - Static variable in class org.apache.hadoop.hdfs.server.namenode.ha.proto.HAZKInfoProtos.ActiveNodeInfo
 
A B C D E F G H I J K L M N O P Q R S T U V W X Z 
Skip navigation links

Copyright © 2008–2019 Apache Software Foundation. All rights reserved.